1
0
Fork 0

Commit graph

  • 0986684e62 tests: Add test for microkernel early sleep functionality Dmitriy Korovkin 2016-03-04 12:28:42 -05:00
  • 661d2f3a16 microkernel: Add support for *_sleep() during initialization Dmitriy Korovkin 2016-03-04 12:21:54 -05:00
  • 9b2452047d kernel: Combine nano_timers and nano_timeouts Dmitriy Korovkin 2016-03-10 11:18:05 -05:00
  • e23e4c76e2 Bluetooth: Add support for resolving BR/EDR names Szymon Janc 2016-03-17 18:35:58 +01:00
  • f8c24fb203 gpio/stm32: fix build Maciek Borzecki 2016-03-25 10:11:54 +01:00
  • e7daa90d6b Bluetooth: shell: Add support for BR/EDR discovery Szymon Janc 2016-03-10 12:10:57 +01:00
  • 067d5cfb63 Bluetooth: Add support for notifying of BR/EDR inquiry results Szymon Janc 2016-03-10 12:03:55 +01:00
  • fd1aa712d0 Bluetooth: Clarify code comment Johan Hedberg 2016-03-25 08:26:35 +02:00
  • ffc542e2fa Bluetooth: Move extern "C" declaration to right place Johan Hedberg 2016-03-25 08:19:51 +02:00
  • 1331deb2db pinmux_dev: Adds the STM32 pinmux dev driver Vinicius Costa Gomes 2016-03-21 17:21:03 -03:00
  • d872bb173c pinmux: Move STM32 boards to the pinmux model Vinicius Costa Gomes 2016-03-21 17:14:15 -03:00
  • 56bebf9206 pinmux_dev: Add driver using QMSI library Vinicius Costa Gomes 2016-03-15 15:47:55 -03:00
  • da28760014 pinmux_dev: Add Quark MCU generic driver Vinicius Costa Gomes 2016-03-15 15:47:13 -03:00
  • 95b4be9461 pinmux_dev: Add driver for Galileo board Vinicius Costa Gomes 2016-03-15 15:46:08 -03:00
  • 3a9a77e77c pinmux_dev: Add driver for Freescale FRDM K64F Vinicius Costa Gomes 2016-03-15 15:45:04 -03:00
  • 05cbf0b20b pinmux_dev: Add the pinmux_dev driver for Atmel SAM3X Vinicius Costa Gomes 2016-03-15 15:43:38 -03:00
  • 03f920e50d pinmux: Move the Quark SE devboard to the pinmux model Vinicius Costa Gomes 2016-03-15 15:30:31 -03:00
  • 3f24658f29 pinmux: Move the Quark D2000 board to the pinmux model Vinicius Costa Gomes 2016-03-15 15:29:38 -03:00
  • a12a25ad00 pinmux: Move the Freescale FRDM K64F board to the pinmux model Vinicius Costa Gomes 2016-03-15 15:28:30 -03:00
  • 41529e20e6 pinmux: Move the Galileo board to the pinmux model Vinicius Costa Gomes 2016-03-15 15:26:14 -03:00
  • 649253c8a8 k64f: Fix mixing GPIO and pinmux concepts Vinicius Costa Gomes 2016-03-14 18:04:50 -03:00
  • f25c5ca061 pinmux: Move the Arduino Due board to the pinmux model Vinicius Costa Gomes 2016-03-15 15:24:45 -03:00
  • ed6fc400e9 pinmux: Move the Arduino 101 board to the pinmux model Vinicius Costa Gomes 2016-03-15 15:19:31 -03:00
  • ca662c14f1 Bluetooth: Add initial support for BR/EDR discovery Szymon Janc 2016-03-10 11:58:56 +01:00
  • a4836f4da4 Bluetooth: shell: Make cmd_gatt_mread static Szymon Janc 2016-03-24 14:43:09 +01:00
  • f4696286b4 Bluetooth: Fix using uninitialized value Andrei Emeltchenko 2016-03-24 15:09:12 +02:00
  • 425ab2a1e9 Bluetooth: Dereference NULL pointer after check Andrei Emeltchenko 2016-03-23 17:46:34 +02:00
  • 9abc29e3ae arc_timer: assert that counter always lower than limit Simon Desfarges 2016-03-17 11:44:54 +01:00
  • 5cecd07ba2 Bluetooth: BR/EDR: Refactor link key notify handler Arkadiusz Lichwa 2016-03-22 18:58:56 +01:00
  • b1ea13413e sensor: add driver for LSM9DS0 gyroscope Murtaza Alexandru 2016-02-29 15:12:20 +02:00
  • d233332263 sys_log: User can prevent extra newline to be printed Jukka Rissanen 2016-03-22 11:34:09 +02:00
  • 69ffd8e64c include: misc: Add a utility macro to generate a bit mask Tomasz Bursztyka 2016-03-22 13:53:41 +01:00
  • 67196bc0c3 drivers: gpio: Align the style all over the drivers Tomasz Bursztyka 2016-03-23 10:53:04 +01:00
  • a51f88638e arc_timer: fix tickless idle Simon Desfarges 2016-03-17 11:45:51 +01:00
  • e6ded3f581 arc_timer: fix wrong programmed limit when entering idle Simon Desfarges 2016-03-21 10:50:36 +01:00
  • 9916452085 samples: w25q80bl: configure sample with correct board Anas Nashif 2016-03-17 08:04:46 -04:00
  • 300bbdc2f4 gpio: Fix returning code from stm32 driver Andre Guedes 2016-03-21 17:15:58 -03:00
  • 4048a59be3 counter: Fix returning code Andre Guedes 2016-03-21 17:02:03 -03:00
  • 54337aa736 test: Convert returning code to errno.h Andre Guedes 2016-03-21 17:37:41 -03:00
  • db2e46319f arch: Convert returning codes to errno.h Andre Guedes 2016-03-21 17:33:24 -03:00
  • 0cf74d1755 device: Deprecate DEV_* error codes Andre Guedes 2016-03-11 19:25:08 -03:00
  • 25799f045c benchmark/latency: reduce RAM requirements Maciek Borzecki 2016-03-21 14:30:02 +01:00
  • b7ca3fac3d benchmark/latency: support for Cortex-M targets Maciek Borzecki 2016-03-20 16:57:32 +01:00
  • c97906cba6 boards/stm32_mini_a15: default to 115200 for USART1 speed Maciek Borzecki 2016-03-20 16:27:39 +01:00
  • a4808956fc boards/nucleo_f103rb: default to 115200 for USART2 speed Maciek Borzecki 2016-03-20 16:26:17 +01:00
  • fa31a240c8 boards/nucleo_f103rb: enable 72MHz system clock by default Maciek Borzecki 2016-03-20 16:23:52 +01:00
  • 7823380710 boards/stm32_mimi_a15: enable 72MHz system clock by default Maciek Borzecki 2016-03-20 16:21:43 +01:00
  • 5b8c5fcc48 arm/fsl_frdm_k64f: remove kconfig default "n" for PWM Daniel Leung 2016-03-22 11:26:49 -07:00
  • f4d6dbb211 drivers: pinmux: Restructure kconfig options Yannis Damigos 2016-03-22 10:59:39 +02:00
  • f978d37466 drivers: spi: Make K64 spi submenu available only for K64 soc Yannis Damigos 2016-03-22 10:28:57 +02:00
  • 489477b6b9 drivers: pwm: Make K64 pwm submenu available only for K64 soc Yannis Damigos 2016-03-22 10:24:12 +02:00
  • e57a1e5622 sanitycheck: don't require arch.ini blocks for every platform Andrew Boie 2016-03-22 10:29:14 -07:00
  • 821d832f6d sanitycheck: allow N platforms per arch to be run Andrew Boie 2016-03-22 10:08:35 -07:00
  • 6f9ce0b417 Bluetooth: Provide more config options to init sample Szymon Janc 2016-03-23 12:47:04 +01:00
  • dc6085667e Bluetooth: BR/EDR: Fix storing legacy link key Arkadiusz Lichwa 2016-03-22 18:47:38 +01:00
  • b1e6bb5ef7 Bluetooth: Compile only required parts of keys support Szymon Janc 2016-03-23 09:49:19 +01:00
  • 824ec04ea4 Bluetooth: Build keys support if BR/EDR is enabled Szymon Janc 2016-03-23 09:47:47 +01:00
  • cb5f5d2423 drivers/nble: Fix validation of advertising parameters Johan Hedberg 2016-03-22 18:41:13 +02:00
  • 7a585ee137 Bluetooth: CTS: Add service sample Luiz Augusto von Dentz 2016-03-16 17:44:47 +02:00
  • 6d461204bf Bluetooth: BAS: Add service sample Luiz Augusto von Dentz 2016-03-16 17:08:51 +02:00
  • 265fc8703a Bluetooth: DIS: Add service sample Luiz Augusto von Dentz 2016-03-16 16:04:26 +02:00
  • 97e1938db9 Bluetooth: HRS: Add service sample Luiz Augusto von Dentz 2016-03-16 15:46:46 +02:00
  • 47bb494610 Bluetooth: Make application samples to use GAP Service sample Luiz Augusto von Dentz 2016-03-17 10:55:46 +02:00
  • 7f68afe382 k64f: Move pinmux specific code to pinmux.c Vinicius Costa Gomes 2016-03-14 18:00:19 -03:00
  • 3d35533c95 Bluetooth: Fix validation of advertising parameters Mariusz Skamra 2016-03-22 14:34:33 +01:00
  • d7a21260b6 drivers: gpio: Make K64 gpio submenu available only for K64 soc Yannis Damigos 2016-03-19 17:46:13 +02:00
  • 3a977ae654 drivers: gpio: Move STM32 gpio driver under its own submenu Yannis Damigos 2016-03-19 17:28:13 +02:00
  • f607954dbc arm: access svc instruction using halfword load in svc_handler Maciek Borzecki 2016-03-18 12:23:05 +01:00
  • 61c0363257 clock_control/stm32f1: HSE support and PLL configuration cleanup Maciek Borzecki 2016-03-18 15:43:28 +01:00
  • 7205070402 soc/stm32f1: add embedded flash registers mapping Maciek Borzecki 2016-03-18 17:23:34 +01:00
  • 3f9e87c318 net: contiki: Check IPv6 extension header length Jukka Rissanen 2016-03-21 14:20:20 +02:00
  • 746f81be1b net: 6lowpan: Check packet size before accepting fragment Jukka Rissanen 2016-03-21 14:17:52 +02:00
  • 158cdbf91a Bluetooth: Fix checkpatch error/warnings Arkadiusz Lichwa 2016-03-21 14:48:40 +01:00
  • 5a3d40beec Bluetooth: tester: Add LE scan type flags and support Grzegorz Kolodziejczyk 2016-02-17 14:53:27 +01:00
  • 9c23e24da5 Bluetooth: tester: Refactor Set Value command handler Mariusz Skamra 2016-02-24 09:05:24 +01:00
  • b0bc48370d Bluetooth: BR/EDR: Add no-bond keys flag Arkadiusz Lichwa 2016-03-04 14:50:29 +01:00
  • 14abcf8281 Bluetooth: BR/EDR: Set user mode flag on User Passkey Entry Arkadiusz Lichwa 2016-03-09 14:39:34 +01:00
  • 6f30525278 Bluetooth: BR/EDR: Handle User Passkey Entry event Arkadiusz Lichwa 2016-02-24 14:58:03 +01:00
  • 143a826b1e Bluetooth: BR/EDR: Handle User Passkey Notify event Arkadiusz Lichwa 2016-02-24 14:47:01 +01:00
  • cac53e057f Bluetooth: BR/EDR: Set user mode flag on User Confirmation event Arkadiusz Lichwa 2016-02-24 11:54:14 +01:00
  • 029820c926 Bluetooth: BR/EDR: Check security on SSP authentication Arkadiusz Lichwa 2016-02-24 11:38:20 +01:00
  • 7b2799da1c Bluetooth: BR/EDR: Handle User Confirmation Request event Arkadiusz Lichwa 2016-02-01 12:41:04 +01:00
  • 02f541dfc5 Bluetooth: BR/EDR: Reply to IO Capability request Arkadiusz Lichwa 2016-01-29 16:12:55 +01:00
  • befb051595 Bluetooth: BR/EDR: Validate remote requirements Arkadiusz Lichwa 2016-03-14 15:19:23 +01:00
  • 4e063354e9 Bluetooth: BR/EDR: Mark P-192 EC link key as AUTHENTICATED Arkadiusz Lichwa 2016-03-03 12:05:27 +01:00
  • 3f6fdacdc6 Bluetooth: BR/EDR: Reuse link key if available Arkadiusz Lichwa 2016-03-03 11:15:49 +01:00
  • d4edd35d26 Bluetooth: Add name resolving HCI commands definitions Szymon Janc 2016-03-17 18:20:12 +01:00
  • 6f7234d62a Bluetooth: Fix HCI EIR event definition Szymon Janc 2016-03-14 11:40:06 +01:00
  • 59659ce4da drivers/nble: Re-enable advertising on disconnect Andrei Emeltchenko 2016-03-17 14:22:36 +02:00
  • a881ef8c4d drivers/nble: Move auth callback to nble struct Andrei Emeltchenko 2016-03-21 10:25:10 +02:00
  • e0c143233e drivers/nble: Move local bdaddr to nble structure Andrei Emeltchenko 2016-03-21 10:19:12 +02:00
  • a896e00ccf drivers/nble: Implement common response Andrei Emeltchenko 2016-03-18 15:18:58 +02:00
  • 2f20933cad sensors: Convert return codes to errno.h Anas Nashif 2016-03-19 09:26:27 -04:00
  • 032be935c0 Bluetooth: Kconfig: Add missing BLUETOOTH_STACK_HCI dependencies Johan Hedberg 2016-03-19 08:52:56 +02:00
  • 5e46cfd2d0 doc: Edit microkerenel_mailboxes for ReST syntax, content flow, readability L.S. Cook 2016-03-07 12:02:17 -08:00
  • 7f14e706ec printf: Limit width modifier to [0..MAXFLD] Peter Mitsis 2016-03-18 10:48:02 -04:00
  • de5dd2f0ff k64f: Fix indentation in the K64F pinmux driver Vinicius Costa Gomes 2016-03-16 19:04:18 -03:00
  • facfc59464 pinmux: Convert return codes to errno.h Vinicius Costa Gomes 2016-03-18 11:58:02 -03:00
  • fb4b8d2933 doc: Edit nanokernel_synchronization section L.S. Cook 2016-03-18 06:59:04 -07:00
  • 2e31980e81 sensor: add full-scale attribute Murtaza Alexandru 2016-03-10 13:55:47 +02:00