Commit graph

  • 8fcc7f69da kernel/arch: remove unused uk_task_ptr parameter from _new_thread() Benjamin Walsh 2016-11-19 12:31:53 -05:00
  • eec187e11e tests: power_mgmt: Fix wrong value being passed to post_ops func Ramesh Thomas 2016-11-22 13:59:42 -08:00
  • 7cea08d5f1 aio: Configuration issue in aio driver James Fagan 2016-11-22 11:59:29 +00:00
  • be1dd33053 build: Add __ZEPHYR__ to Makefile Flavio Santes 2016-11-21 16:51:08 -06:00
  • 22f438b5ef gpio: Add doxygen markup for internal only definitions. Marcus Shawcroft 2016-11-22 15:25:05 +00:00
  • 1b3a933164 gpio: Document public API return codes. Marcus Shawcroft 2016-11-22 13:43:46 +00:00
  • dc7193373b clock_control: NRF5 Kconfig option should be available only on NRF5 Tomasz Bursztyka 2016-11-22 17:22:29 +01:00
  • 6d6c559001 arch: stm32f1: Fixing a typo Tomasz Bursztyka 2016-11-22 14:23:11 +01:00
  • b7d0784552 pinmux: nucleo_f103: Fix an 80 chars limit issue Tomasz Bursztyka 2016-11-21 16:19:01 +01:00
  • 28537c887b arch: stm32f1: Fix 80 char limit issue Tomasz Bursztyka 2016-11-21 18:16:33 +01:00
  • 02036c85fb doc: fix ring_buffer code snippet Mahavir Jain 2016-11-22 21:07:59 +05:30
  • c9e10f8dfe tinycrypt/sha256: Array compared to NULL has no effect Flavio Santes 2016-11-18 17:31:44 -06:00
  • ad2fccb871 tinycrypt/hmac: Array compared to NULL has no effect Flavio Santes 2016-11-18 17:21:08 -06:00
  • 86add71a86 clock_control: Cleanup stm32f10x driver Vincenzo Frascino 2016-11-18 16:09:58 +00:00
  • b6b35f6113 clock_control: Cleanup stm32f4x driver Vincenzo Frascino 2016-11-18 16:08:47 +00:00
  • 9c1bb2b2b9 clock_control: Cleanup quark_se driver Vincenzo Frascino 2016-11-18 16:04:13 +00:00
  • dc1ddf9c1a clock_control: Cleanup nrf5 clock_control driver Vincenzo Frascino 2016-11-18 16:01:36 +00:00
  • d6964951df clock_control: Cleanup main Kconfig Vincenzo Frascino 2016-11-18 16:00:28 +00:00
  • 9f884155ab Merge "Merge bluetooth branch into master" Anas Nashif 2016-11-19 01:52:15 +00:00
  • 2ffa516d89 x86: set accessed bit in ROM-based GDT Andrew Boie 2016-11-16 11:42:03 -08:00
  • dd2f554239 samples: configure philosophers with more than 32 priorities Benjamin Walsh 2016-11-18 16:29:21 -05:00
  • 358a53cb2f kernel: support for more than 32 total priorities Benjamin Walsh 2016-11-18 15:35:05 -05:00
  • 7f1c76f2bf win-build: Fixes a kconfig incompatibility for Windows Juan Manuel Cruz 2016-11-15 15:35:07 -06:00
  • 3e1d001f9b enc28j60: Fixes an issue reading/writing long frames from SPI Juan Manuel Cruz 2016-11-17 12:14:21 -06:00
  • 66a07bbd48 kernel: Minor optimization to kernel event logger timestamping Allan Stephens 2016-11-18 15:32:13 -05:00
  • d7b355b865 doc: Revise kernel event logger documentation Allan Stephens 2016-11-17 14:51:22 -05:00
  • 72efec3d2b doc: Fix up API descriptions for kernel event logger Allan Stephens 2016-11-18 15:15:59 -05:00
  • 671f0ae17e kernel: Ensure event logger APIs convert timeouts to millseconds Allan Stephens 2016-11-18 15:13:11 -05:00
  • ec27d03ed4 sensor: fixes program hangs in the apds9960 sample Juan Manuel Cruz 2016-11-18 16:04:56 -06:00
  • 2936f0e00e sensor: fixes dead code in the apds9960 sample Juan Manuel Cruz 2016-11-18 12:29:57 -06:00
  • 777d57dbfb iot/zoap: Fix decoding of 16-bit delta Vinicius Costa Gomes 2016-11-18 17:47:06 -02:00
  • 8f0057a05f tests: test CONFIG_KERNEL_DEBUG and CONFIG_ASSERT Anas Nashif 2016-11-18 16:24:36 -05:00
  • a4e033fdba kernel: fix obsolete access to fields in K_DEBUG() calls Benjamin Walsh 2016-11-18 16:08:24 -05:00
  • 669360d5ec kernel: fix thread prio and stack size types in some APIs Benjamin Walsh 2016-11-14 16:46:14 -05:00
  • db0e9aea51 test_static_idt: fix unininitialized variable Inaky Perez-Gonzalez 2016-11-18 11:03:36 -08:00
  • 324f8d7a41 tests/legacy/kernel/test_libs: use memcpy() vs strncpy() Inaky Perez-Gonzalez 2016-11-16 16:33:35 -08:00
  • ababbf7815 scrips/kconfig: use snprintf() vs sprintf() Inaky Perez-Gonzalez 2016-11-16 15:42:53 -08:00
  • c9aabcf282 test_fp_saring/nanokernel: fix uninitialized variable Inaky Perez-Gonzalez 2016-11-18 12:41:14 -08:00
  • 2612e7518e test_map: initialize memory block Inaky Perez-Gonzalez 2016-11-18 11:33:23 -08:00
  • dd87d9b595 test_map: fix uninitialized area Inaky Perez-Gonzalez 2016-11-18 12:31:57 -08:00
  • c7e7089c36 test_static_idt: fix uninitialized variable Inaky Perez-Gonzalez 2016-11-18 12:28:48 -08:00
  • 03940d4c6a test_fp_sharing: fix uninitialized variable Inaky Perez-Gonzalez 2016-11-18 12:24:35 -08:00
  • ee387f0b6e samples/kernel_event_logger: initialize variable Inaky Perez-Gonzalez 2016-11-18 10:49:08 -08:00
  • 61f4b2419c kernel: remove v2 usage and rename KERNEL_V2_DEBUG Anas Nashif 2016-11-18 10:53:59 -05:00
  • 9468f8183d aio: Cleanup AIO comparator driver Vincenzo Frascino 2016-11-18 15:08:29 +00:00
  • 6b2a1af1cd pinmux: Make default init priority be between GPIO's prio and device prio. Paul Sokolovsky 2016-11-11 18:13:59 +03:00
  • ab664b1db1 boards: nucleo_f103rb: define user LED Anas Nashif 2016-11-18 09:28:07 -05:00
  • fc96508453 Merge bluetooth branch into master Johan Hedberg 2016-11-18 14:35:12 +02:00
  • 8166de77db Bluetooth: RFCOMM: Initiate DLC Jaganath Kanakkassery 2016-10-24 22:09:27 +05:30
  • d9eb0fb2a0 Bluetooth: RFCOMM: Refactor rfcomm_handle_pn() Jaganath Kanakkassery 2016-10-24 18:12:29 +05:30
  • 1bbb31e201 Bluetooth: L2CAP: Fix regression with move to k_sem API Luiz Augusto von Dentz 2016-11-17 20:32:53 +02:00
  • 8217bb1ef6 Bluetooth: Kconfig: Remove deprecated dependency on NANO_TIMEOUT Szymon Janc 2016-11-17 17:15:25 +01:00
  • cb67b35c5a Bluetooth: tests: Fix Makefiles comments Szymon Janc 2016-11-17 17:12:09 +01:00
  • 6cda540a4e Bluetooth: Kconfig: Remove deprecated dependency for ECC support Szymon Janc 2016-11-17 17:10:38 +01:00
  • 58a2b3df7c Bluetooth: GATT: Fix using out of scope variable Luiz Augusto von Dentz 2016-11-15 16:52:38 +02:00
  • 7d3a6a1ae5 Bluetooth: doc: Fix reference to documentation location Johan Hedberg 2016-11-14 10:49:53 +02:00
  • c969e757bc Bluetooth: Controller: Implement missing DLE commands Carles Cufi 2016-11-16 12:52:48 +01:00
  • e9b818e763 Bluetooth: Controller: Fix suspicious use of sizeof Vinayak Chettimada 2016-11-16 11:14:27 +01:00
  • 26f6b71a8e Bluetooth: Controller: Fix incorrect irq priority check Vinayak Chettimada 2016-11-15 17:22:04 +01:00
  • 27b1a24993 Bluetooth: Controller: Remove unused util functions Vinayak Chettimada 2016-11-15 17:13:52 +01:00
  • 94a425429c Bluetooth: Controller: Fix incorrect auto variable init Vinayak Chettimada 2016-11-15 17:00:32 +01:00
  • 7b1c042b02 Bluetooth: Controller: Fix observer filter_policy field size Vinayak Chettimada 2016-11-15 16:38:15 +01:00
  • a2ee111aa0 Bluetooth: Fix address type use for passive scanning Szymon Janc 2016-11-15 13:55:31 +01:00
  • c0edc551b5 Bluetooth: GATT: Fix using att_ prefix Luiz Augusto von Dentz 2016-11-15 12:39:25 +02:00
  • 243668dbc4 Bluetooth: Kconfig: Fix BR/EDR dependencies Szymon Janc 2016-11-14 18:33:27 +01:00
  • 9dde3e02fd Bluetooth: Fix use of deprecated PRIMARY init level Szymon Janc 2016-11-14 12:38:28 +01:00
  • 11770b8bf4 Bluetooth: Controller: Fix HCI Reset Command implementation Vinayak Chettimada 2016-11-08 05:23:27 +01:00
  • 2305196461 Bluetooth: Fix not sending L2CAP Connection Parameters Update Request Mariusz Skmara 2016-11-14 14:13:54 +01:00
  • 2469bd6f87 Bluetooth: Use convenience macros for timeout durations Johan Hedberg 2016-11-13 19:18:39 +02:00
  • 82d4c3a68b doc: Minor cosmetic tweaks for kernel API descriptions Allan Stephens 2016-11-17 09:23:46 -05:00
  • c2f15a4525 doc: Add descriptions for clock-related helper macros Allan Stephens 2016-11-17 12:24:22 -05:00
  • 56daa20345 doc: Revise timer example to use workqueue instead of alert Allan Stephens 2016-11-17 10:05:57 -05:00
  • 2ba967f925 doc: Fix up API descriptions for ring buffers Allan Stephens 2016-11-16 16:44:26 -05:00
  • fb513eb1c8 doc: Fix up API description for IRQ_CONNECT() Allan Stephens 2016-11-16 16:44:06 -05:00
  • 9ef50f4f0c doc: Fix up return value descriptions for kernel APIs Allan Stephens 2016-11-16 15:33:31 -05:00
  • 6bba9b052f doc: Improve descriptions of workqueue APIs Allan Stephens 2016-11-16 14:56:54 -05:00
  • 5eceb8514c doc: Improve descriptions for some user-supplied functions Allan Stephens 2016-11-16 10:16:30 -05:00
  • 3acb1c97a3 doc: Enable Kernel Primer links to macro-type APIs Allan Stephens 2016-11-16 09:44:58 -05:00
  • 5e892b7e1e samples: grove_lcd: stop the app if device binding fails Baohong Liu 2016-11-17 16:01:22 -08:00
  • 0ad8f517f7 test: power states: fix dead code issue Javier B Perez 2016-11-16 11:08:09 -06:00
  • 6b04e0669a drivers: gpio_dw: Remove contradictory if statement evaluation Sergio Rodriguez 2016-11-17 16:19:14 -08:00
  • cd63c74bbd drivers: gpio_atmel: Fix erronous if statement Sergio Rodriguez 2016-11-17 15:46:10 -08:00
  • bad9665198 soc: stm32f1: gpio: Fix unnecessary else statement Sergio Rodriguez 2016-11-17 16:06:00 -08:00
  • 2ca689da91 samples: button: stop the app if device binding fails Baohong Liu 2016-11-17 16:47:57 -08:00
  • 8d2a511557 tests/tinycrypt: Solve style issues in test_ccm_mode Flavio Santes 2016-11-17 04:35:37 -06:00
  • 6a3ca408cf tests/tinycrypt: Fix wrong sizeof argument in test_ccm_mode (2nd) Flavio Santes 2016-11-17 03:43:54 -06:00
  • 5b47ca7395 tests/tinycrypt: Fix wrong sizeof argument in test_ccm_mode Flavio Santes 2016-11-16 16:43:32 -06:00
  • 0f231c70d3 tests/tinycrypt: Fix dead code issue (2nd) Flavio Santes 2016-11-16 16:26:10 -06:00
  • 7ac025ea14 tests/tinycrypt: Fix dead code issue (1st) Flavio Santes 2016-11-16 16:20:13 -06:00
  • ad96aa9a5d dlist: fix SYS_DLIST_FOR_EACH_SAFE when operating on empty list Benjamin Walsh 2016-11-17 16:44:37 -05:00
  • 9c426ba3f8 test/tinycrypt: Solve style issues in test_hmac_prng Flavio Santes 2016-11-16 13:20:05 -06:00
  • 9c2c57b730 tests/tinycrypt: Fix wrong sizeof argument Flavio Santes 2016-11-16 13:11:03 -06:00
  • bb8f324d94 tests/tinycrypt/aes: Replace spaces by tabs Flavio Santes 2016-11-17 05:39:56 -06:00
  • 455ed30fee tests/tinycrypt/aes: Solve style issues in comments Flavio Santes 2016-11-17 05:28:28 -06:00
  • ef86c7d6f3 tests/tinycrypt/aes: Variable declarations at the beginning of a block Flavio Santes 2016-11-17 05:22:54 -06:00
  • 32f04293ca tests/tinycrypt/aes: Remove struct declaration inside function Flavio Santes 2016-11-17 05:04:26 -06:00
  • 3accae1da6 kernel: event_logger: use POST_KERNEL instead of NANOKERNEL Anas Nashif 2016-11-16 08:41:03 -05:00
  • 1dd4960738 Revert "build: Handle ALL_LIBS dependencies correctly" Anas Nashif 2016-11-16 09:08:48 -05:00
  • e8c7c0b400 tests: libs: Fix string overflow Jithu Joseph 2016-11-17 15:26:08 -08:00
  • b58b1bbc9c drivers: cc2520: fix variable type mismatching issue Baohong Liu 2016-11-15 17:27:29 -08:00