Commit graph

  • 8aec087268 kernel: Fix bitwise operators with unsigned operators Flavio Ceolin 2018-08-15 11:52:00 -0700
  • 0866d18d03 irq: Fix irq_lock api usage Flavio Ceolin 2018-08-14 17:57:08 -0700
  • ec462f872c kernel: Remove unused definition Flavio Ceolin 2018-08-13 12:44:54 -0700
  • f23a8cdd2d kernel: Fix k_*_sys_clock_always_on macro Flavio Ceolin 2018-08-13 12:32:56 -0700
  • 1c721217df tests: smp: Additional tests to verify SMP functionality Spoorthi K 2018-08-06 16:18:09 +0530
  • 94acc18b3e coverage: tests: poll: Add test to validate multiple polling threads Praful Swarnakar 2018-07-28 02:50:49 +0530
  • 78a9daaafd boards/arm: Enable RTC on STM32L4 boards Kiril Zyapkov 2018-06-19 16:21:36 +0300
  • 945ef745e0 dts/rtc: Introduce binding for STM32 RTC Olivier Martin 2018-06-14 15:14:13 +0200
  • 0d47ae4fca drivers: rtc: add support for STM32 RTC Kiril Zyapkov 2018-03-21 15:29:59 +0100
  • 27b9e2ef6f ci: Handle errors and exit on them Anas Nashif 2018-08-15 17:37:18 -0500
  • b4bdd66924 sanitycheck: exit on exceptions Anas Nashif 2018-08-15 17:12:28 -0500
  • 57db41516e tests: remove subsys from test identifier Anas Nashif 2018-08-14 15:30:51 -0500
  • 5d9e818994 samples: hello_world: remove single thread variant Anas Nashif 2018-08-16 01:34:32 -0500
  • 9956dfc7b1 tests: update test identifier Anas Nashif 2018-08-14 21:32:12 -0500
  • bf023d6210 Bluetooth: Mesh: Fix heartbeat subscription state handling Johan Hedberg 2018-08-15 14:58:26 +0300
  • c037127754 Bluetooth: Mesh: Initialize PB-GATT advertising data at the right time Johan Hedberg 2018-08-16 14:42:39 +0300
  • bb576f61b6 Bluetooth: Mesh: Move Device UUID log to bt_mesh_prov_enable() Johan Hedberg 2018-08-16 13:51:24 +0300
  • f5026a11c9 samples/mesh: Fix dev_uuid initialization from identity address Johan Hedberg 2018-08-16 12:51:07 +0300
  • 36ef19217f samples: led_lp5562: cmake_minimum_required added Anas Nashif 2018-08-16 09:57:51 -0500
  • e4908119f1 Bluetooth: Mesh: Transport: Fix calculating SeqAuth Johan Hedberg 2018-08-16 14:51:19 +0300
  • f8d53e5d20 samples: drivers: Add sample application for LP5562 Johannes Hutter 2018-07-18 18:19:35 +0200
  • 41b7e7aa19 drivers: led: Add LED driver support for TI LP5562 Johannes Hutter 2018-07-18 18:16:26 +0200
  • 2fc836d2fe lib: cmsis_rtos_v1: Fix timeout calculation in signals Praful Swarnakar 2018-08-15 01:38:01 +0530
  • 218d7a0aa9 riscv: Rename the FE310 SoC to Sifive Freedom Nathaniel Graff 2018-08-15 15:41:21 -0700
  • 0b60f3839d dts: Fix get_compat when parent compat is a list Nathaniel Graff 2018-08-15 14:19:35 -0700
  • c9ca19949e tests: cmsis_rtos_v1: Add and enhance test suite Spoorthi K 2018-08-16 10:38:27 +0530
  • 74e02e5d4e tests: cmsis_rtos_v1: add negative tests Niranjhana N 2018-08-14 11:35:48 +0530
  • 107efdf226 boards: nucleo_f207zg: enable usb Istvan Bisz 2018-08-15 19:42:26 +0200
  • ea9d4a79c9 drivers: usb: add support for USB OTG FS on STM32F2 Istvan Bisz 2018-08-16 09:40:50 +0200
  • 95b64fb776 subsys: console: Refactor code to allow per-UART "tty" wrapper Paul Sokolovsky 2018-07-16 21:57:07 +0300
  • 896a6966f8 doc: Make Sphinx output directory configurable Carles Cufi 2018-08-16 13:45:59 +0200
  • 734eda39f5 bluetooth: tester: Increase SDU size to meet PTS requirement Grzegorz Kolodziejczyk 2018-08-13 17:18:13 +0200
  • d66e8077ce net/dhcpv4: Use new net_pkt_append_memset() function Daniel Egger 2018-08-14 10:14:07 +0200
  • 5d3bc8b3d8 net: pkt: Added new function net_pkt_append_memset() to prefill packet Daniel Egger 2018-08-15 13:01:37 +0200
  • afa0e0026f net: ipv6: Fix crash from fragmented packets Ruslan Mstoi 2018-08-15 16:47:20 +0300
  • 331659c76b tests/net: ieee802154: fragment: Fix build error Kumar Gala 2018-08-15 10:56:31 -0500
  • 1186f5bb29 cmake: Deprecate the 2 symbols _SYSCALL_{LIMIT,BAD} Sebastian Bøe 2018-08-10 15:43:31 +0200
  • 0aafcd6453 samples: mesh: nrf52 : to solve remaining PTS issues Vikrant More 2018-08-15 21:13:12 +0530
  • ebc3ce3a0e Revert "log: make name param explicit" Kumar Gala 2018-08-15 11:17:50 -0500
  • 5f1d6264ae tests: CONFIG_ARC_INIT is n by default Kumar Gala 2018-08-15 10:03:58 -0500
  • 2cb17a0332 log: make name param explicit Kumar Gala 2018-08-09 08:48:18 -0500
  • 39cb4b4167 drivers: can: Fix Issue #8226 Alexander Wachter 2018-06-08 09:23:47 +0200
  • 8bb0e7a504 hal: stm32f2x: usbotg_fs: fix VBUS sensing deactivation Istvan Bisz 2018-07-07 18:22:37 +0200
  • eaca7d78ce drivers: ethernet: Kconfig: Document availability of eth_stm32_hal Daniel Egger 2018-07-06 20:40:07 +0200
  • eb737280c0 drivers: pinmux: stm32: STM32F2 added ETH support to pinmux and use it Daniel Egger 2018-07-02 13:30:27 +0200
  • 970cfdb88b arch: riscv32: Move MEPC increment in irq_wrapper Nathaniel Graff 2018-08-02 10:38:57 -0700
  • 8cf8db3a73 Kconfig: Use a short, consistent style for prompts Ulf Magnusson 2018-08-14 16:19:20 +0200
  • bb0b66e15a arch: arm: clean-up "default n" entries in Kconfig option definitions Ioannis Glaropoulos 2018-08-15 09:58:59 +0200
  • 0af60bc2c0 Kconfig: Document new def_{int,hex,string} extensions Ulf Magnusson 2018-08-14 07:55:47 +0200
  • 17f1b0adec Kconfig: Switch to improved globbing statements Ulf Magnusson 2018-08-14 07:20:30 +0200
  • 3747b5ba84 doc: Document new app boilerplate requirement Sebastian Bøe 2018-08-03 09:37:11 +0200
  • 6682652a2f cmake: change policy CMP0000 to NEW Sebastian Bøe 2018-08-03 09:36:52 +0200
  • 55ee53ce91 cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts Sebastian Bøe 2018-08-13 09:46:42 +0200
  • 3ffac9981d doc: fix wrong board name in Nordic doc Olivier Gay 2018-08-15 10:44:31 +0200
  • 355d58b0d0 net: http: One extra byte was sent in last chunk Jukka Rissanen 2018-08-15 10:28:18 +0300
  • 993c349a8a samples: mesh: nrf52: Transition Time support, Coding Style Vikrant More 2018-08-15 00:50:03 +0530
  • 6efb173edb samples: mesh: nrf52: Time filtering, Coding style & others Vikrant More 2018-08-15 00:42:52 +0530
  • 26322d651b samples: mesh: nrf52: upgrade state binding Vikrant More 2018-08-14 23:34:45 +0530
  • 14b4084d88 net: rpl: Kconfig: Fix 'Network type' choice default Ulf Magnusson 2018-08-14 15:08:32 +0200
  • 78d2476348 subsys: console: Mark as EXPERIMENTAL. Paul Sokolovsky 2018-08-07 17:16:47 +0300
  • 5b3a7ed740 tests: kernel: Do not use exact time in timing checks. Piotr Zięcik 2018-08-02 13:34:31 +0200
  • 3c7f990367 kernel: Do not use sys_clock_ticks_per_sec in _ms_to_ticks() Piotr Zięcik 2018-07-23 14:09:10 +0200
  • 2a26576b03 kernel: sched: Use ticks as time unit in time slicing. Piotr Zięcik 2018-07-26 14:56:39 +0200
  • e670135fdc kernel: sched: Fix comparsion in _update_time_slice_before_swap() Piotr Zięcik 2018-07-26 14:36:16 +0200
  • 7e3eaaa027 net: Use packed enums when applicable Jukka Rissanen 2018-08-14 13:18:29 +0300
  • 3c63d05dfc logging: Add metadata to hexdump Krzysztof Chruscinski 2018-07-30 08:54:51 +0200
  • f8a8bdf392 scripts: gen_app_smem.py: Removing a needless file. Adithya Baglody 2018-08-04 19:57:56 +0530
  • c69fb0d016 userspace: app_shared_mem: Fixed incorrect implementation. Adithya Baglody 2018-08-04 19:48:52 +0530
  • 38323783f0 samples: net: echo-server: Handle net_buf out-of-mem gracefully Jukka Rissanen 2018-07-25 15:43:29 +0300
  • b8b230f2e8 samples: net: echo-client: Handle net_buf out-of-mem gracefully Jukka Rissanen 2018-07-25 15:40:47 +0300
  • 4078e46e7d net: l2/lib: Always have a timeout when allocating a net_buf Jukka Rissanen 2018-07-26 14:38:42 +0300
  • 7c7cfdda50 net: core: Always have a timeout when allocating a net_buf Jukka Rissanen 2018-07-25 15:44:30 +0300
  • 4b9d980980 net: if: Lower memory usage for IPv6 address, prefix and router info Jukka Rissanen 2018-08-10 17:21:08 +0300
  • 96abe861a7 net/mqtt: Fix function mqtt_parser Xuan Ze 2018-07-10 12:39:52 +0800
  • df20ebd64a samples: boards: Fix incorrect min max range validation Subramanian Meenakshi Sundaram 2018-08-05 19:16:39 -0700
  • f24d4bb369 check-compliance: Simplify undefined Kconfig symbol check Ulf Magnusson 2018-08-10 07:30:24 +0200
  • bf8efdbf5b genrest: Generate RST links in a less hacky way Ulf Magnusson 2018-08-10 07:13:51 +0200
  • 6686efb838 kconfiglib/menuconfig: Add functionality and improve symbol information Ulf Magnusson 2018-08-10 06:04:23 +0200
  • c4703661e6 arch: arm: soc: add STM32L433 David Lamparter 2018-07-25 10:55:47 +0200
  • f2bdee356b arch: arm: export entry veneers Ioannis Glaropoulos 2018-04-12 14:33:52 +0200
  • db3f6aab02 arch: arm: add option to define an NSC region Ioannis Glaropoulos 2018-04-03 09:39:43 +0200
  • 3b79b283f9 arch: arm: API & implementation of SAU region configuration Ioannis Glaropoulos 2018-05-07 12:46:04 +0200
  • 6e93eea3a3 arch: arm: api to permit/block NS system reset requests Ioannis Glaropoulos 2018-04-30 11:23:55 +0200
  • d9cfbc280f arch: arm: macro API for defining non-secure entry functions Ioannis Glaropoulos 2018-03-27 16:44:43 +0200
  • a05081804a arch: arm: API macros for CMSE non-secure function pointers Ioannis Glaropoulos 2018-03-27 15:30:51 +0200
  • f8b5046b13 arch: arm: include GCC -mcmse compile option for secure firmware Ioannis Glaropoulos 2018-03-27 09:46:23 +0200
  • ba02c6d91e arch: arm: api for reading MCU SAU regions Ioannis Glaropoulos 2018-03-23 12:22:34 +0100
  • 5bb3d01580 arch: arm: API to configure Secure exception boost Ioannis Glaropoulos 2018-03-26 13:07:04 +0200
  • 179b8d15f1 arch: arm: API to configure fault target state Ioannis Glaropoulos 2018-03-26 11:15:36 +0200
  • 28acaeadc9 arch: arm: add macro definition for vector key write permit value Ioannis Glaropoulos 2018-07-09 11:47:18 +0200
  • 97d5f60afb arch: arm: configure NS stack pointer limit registers Ioannis Glaropoulos 2018-03-25 23:51:33 +0200
  • de78430072 arch: arm: internal API to enable/disable SAU Ioannis Glaropoulos 2018-03-23 09:42:53 +0100
  • 034499af1a arch: arm: configure non-secure registers from secure firmware Ioannis Glaropoulos 2018-03-22 15:26:26 +0100
  • ee29e60325 ext/hal: stm32cube: STM32L4: Enable legacy CAN API Erwan Gouriou 2018-07-31 11:52:39 +0200
  • 6409f9a944 ext/hal: stm32cube: STM32F7: Enable legacy CAN API Erwan Gouriou 2018-07-31 11:47:34 +0200
  • 57fda14f97 ext/hal: stm32cube: STM32F4: Enable legacy CAN API Erwan Gouriou 2018-07-31 11:47:21 +0200
  • 2469097b34 drivers: nrfx: Allow simultaneous use of SPI_0 and I2C_0 on nRF52810 Andrzej Głąbek 2018-08-09 12:01:01 +0200
  • 83d2a47d9b cmake: Don't propagate zephyr_library_compile_options Sebastian Bøe 2018-08-06 14:15:42 +0200
  • 028aae1ec9 net: config: Rename Kconfig options to correspond to library name Paul Sokolovsky 2018-08-12 09:32:12 +0300
  • 06c23f157f i2s: expose i2s APIs to user mode Andrew Boie 2018-08-09 12:38:18 -0700