summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-19Makefile (arc/soc/quark_se): New compiler optionsv1.6.0-branchJuro Bystricky
2017-01-19Makefile (arc/soc/em*): New compiler optionsJuro Bystricky
2017-01-19arc: add -fno-delete-null-pointer-checksAndrew Boie
2017-01-19Makefile.toolchain.zephyr: Modifications for SDK 0.9Juro Bystricky
2017-01-13Bluetooth: ATT: Fix using k_fifo API with net_bufLuiz Augusto von Dentz
2017-01-13Bluetooth: fix write cmd handlingLouis Caron
2017-01-12Bluetooth: GATT: Fix missing connection address comparisonJohan Hedberg
2017-01-04arm: Cortex-M0: Adapt core register code to M0Carles Cufi
2017-01-04arm: nvic: Fix exception priority access on Cortex-M0(+)Carles Cufi
2017-01-04arm: nvic: Use uint8_t for priority levelJohan Hedberg
2016-12-03Zephyr 1.6.0v1.6.0Anas Nashif
2016-12-03release-notes: minor updatesAnas Nashif
2016-12-02sanitycheck: update footprint dataAnas Nashif
2016-12-03nios2: fix irq_lock/unlock ordering bugAndrew Boie
2016-12-02arc: fix irq_lock/unlock ordering bugBenjamin Walsh
2016-12-02x86: fix irq_lock/unlock ordering bugBenjamin Walsh
2016-12-02arm: fix irq_unlock() ordering bugMarcus Shawcroft
2016-12-02kernel: Fix ARM irq_lock() ordering bug.Marcus Shawcroft
2016-12-02work_q: delayed work cancel returns incorrect statusMahavir Jain
2016-12-01release notes: update release notes for 1.6Anas Nashif
2016-12-01Zephyr 1.6.0-rc4v1.6.0-rc4Anas Nashif
2016-12-01doc: power_mgmt: Update PM doc with latest changesRamesh Thomas
2016-12-01usb :mass_storage: correct the license detailsJithu Joseph
2016-12-01kernel: add emphasis to nano_sem_take/k_sem_take return code differenceBenjamin Walsh
2016-12-01[REVERTME]boards: omit frame pointer for ARC boardsAnas Nashif
2016-12-01scrips/kconfig: reduce impact of getenv() buffer overflowInaky Perez-Gonzalez
2016-12-01release-notes: fixed reST errorsDavid B. Kinder
2016-11-30release-notes: Update and cleanupAnas Nashif
2016-11-30release-notes: Update executive summary and driversMaureen Helm
2016-11-30release-notes: update executive summaryKien Dinh
2016-11-28Zephyr 1.6.0-rc3v1.6.0-rc3Anas Nashif
2016-11-28arm: fix bug when Zero Latency Interrupts are enabledBenjamin Walsh
2016-11-28arc: fix missing _firq_stack symbol when INIT_STACKS=y and NUM_BANKS=1Benjamin Walsh
2016-11-28kernel: remove K_TIMING thread flagBenjamin Walsh
2016-11-28kernel/arch: move common thread.flags definitions to common fileBenjamin Walsh
2016-11-28quark_se_ss: power_mgmt: Fix a bug in call to sleep instructionRamesh Thomas
2016-11-28quark_se: power_mgmt: Fixes a cpu context save bugRamesh Thomas
2016-11-28samples: event_collector: Remove redundant checkJithu Joseph
2016-11-28tests/ztest/mock: remove usage of legacy k_fifo_get()Inaky Perez-Gonzalez
2016-11-28libc/minimal: snprintf(): KILL negative len parameterInaky Perez-Gonzalez
2016-11-28arm/frdm_k64f: fix boot issue with MBED bootloader and INIT_STACKS=yBenjamin Walsh
2016-11-27Bluetooth: GATT: Fix primary service discovery responseSzymon Janc
2016-11-27release notes: update highlightsAnas Nashif
2016-11-24Bluetooth: hci_uart: Fix init order in hci_uart bootupCarles Cufi
2016-11-24release-notes: cleanup entriesAnas Nashif
2016-11-24release-notes: Add Bluetooth changesJohan Hedberg
2016-11-24release notes: add release notes docJavier B Perez
2016-11-24arm: fix early boot on Cortex-M0 with init stackBenjamin Walsh
2016-11-23arm: Enable REBOOT when RUNTIME_NMI is selectedVincenzo Frascino
2016-11-22Bluetooth: L2CAP: Fix possibly reading past the end of bufferLuiz Augusto von Dentz