Commit graph

  • c73aee2cfe Bluetooth: doc: Remove mentions of legacy kernel concepts Johan Hedberg 2016-11-11 11:24:35 +02:00
  • effbe6743d Bluetooth: drivers/nble: Convert to unified work APIs Johan Hedberg 2016-11-11 11:13:47 +02:00
  • 776b3e6871 Bluetooth: drivers/h5: Convert to unified work APIs Johan Hedberg 2016-11-11 11:10:00 +02:00
  • 63a8f3b824 Bluetooth: tests/tester: Convert left-overs to unified kernel APIs Johan Hedberg 2016-11-11 11:00:45 +02:00
  • 35376eed13 Bluetooth: samples/hci_ecc: Switch to using k_thread_spawn() Johan Hedberg 2016-11-11 10:57:23 +02:00
  • a14680f7c0 Bluetooth: hci_ecc: Convert to new thread API Johan Hedberg 2016-11-11 10:48:19 +02:00
  • 81975637dc Bluetooth: Rename left-over mentions of "fiber" to "thread" Johan Hedberg 2016-11-11 10:06:05 +02:00
  • 916ed6cdd2 Bluetooth: Controller: Stop using deprecated APIs Johan Hedberg 2016-11-11 10:02:49 +02:00
  • 8b92cb2d78 Bluetooth: RFCOMM: Switch to using k_thread_spawn() Johan Hedberg 2016-11-11 09:55:27 +02:00
  • 5f5425f20a Bluetooth: drivers: Don't use deprecated NANOKERNEL init level Johan Hedberg 2016-11-11 09:50:47 +02:00
  • 500010d369 Bluetooth: Remove need for fiber offload Johan Hedberg 2016-11-10 22:45:08 +02:00
  • c78bfd9a98 Bluetooth: Use k_sleep() instead of deprecated fiber_sleep() Johan Hedberg 2016-11-10 22:27:29 +02:00
  • 918a8e6bac Bluetooth: Use k_thread_spawn() instead of deprecated nano_fiber_start() Johan Hedberg 2016-11-10 22:01:50 +02:00
  • b0f0742b6e Bluetooth: Use k_yield() instead of deprecated fiber_yield() Johan Hedberg 2016-11-10 21:53:12 +02:00
  • 80e04e4fd1 Bluetooth: Use k_uptime_get() instead of deprecated sys_tick_get_32() Johan Hedberg 2016-11-10 20:53:10 +02:00
  • 2b16287286 Bluetooth: Use proper timeout defines for net_buf_get_timeout Szymon Janc 2016-11-10 12:37:05 +01:00
  • 2f45faba8c net: buf: Use unified k_fifo API for FIFOs Szymon Janc 2016-11-10 10:45:14 +01:00
  • 051f97bd7a Bluetooth: samples: Fix use of deprecated sleep API Szymon Janc 2016-11-10 16:10:48 +01:00
  • 0a38788c92 net: buf: Use new API for checking if executing from ISR Szymon Janc 2016-11-10 10:45:17 +01:00
  • 619d7bafd9 Bluetooth: samples: Fix using nano_delayed_work in eddystone Szymon Janc 2016-11-10 16:39:45 +01:00
  • 577fe910ae Bluetooth: Remove not needed nano_work.h includes Szymon Janc 2016-11-10 16:20:11 +01:00
  • e2795499d8 Bluetooth: drivers: Use unified k_fifo API for FIFOs Szymon Janc 2016-11-10 10:50:35 +01:00
  • 203897d04e Bluetooth: HCI: Fix using nano_delayed_work API Luiz Augusto von Dentz 2016-11-10 14:20:02 +02:00
  • 5aef8dd1ad Bluetooth: conn: Fix using nano_delayed_work API Luiz Augusto von Dentz 2016-11-10 14:16:21 +02:00
  • b96efa9efd Bluetooth: SMP: Fix using nano_delayed_work API Luiz Augusto von Dentz 2016-11-10 14:12:12 +02:00
  • ec57d7cdb2 Bluetooth: ATT: Fix using nano_delayed_work API Luiz Augusto von Dentz 2016-11-10 11:26:20 +02:00
  • b3cece0af1 Bluetooth: L2CAP: Fix using nano_delayed_work API Luiz Augusto von Dentz 2016-11-10 11:22:07 +02:00
  • 47eaaf9f96 Bluetooth: Use unified k_fifo API for FIFOs Szymon Janc 2016-11-10 10:45:10 +01:00
  • 3062516a1a Bluetooth: Controller: Improve default RX/TX buffer counts Johan Hedberg 2016-11-10 11:30:04 +02:00
  • 27cbd586cb Bluetooth: ATT: Fix non-ASCII characters in code comments Szymon Janc 2016-11-10 10:45:06 +01:00
  • f2b1ffbedb Bluetooth: shell: Add support for RFCOMM Connect Jaganath Kanakkassery 2016-10-21 20:42:41 +05:30
  • a3c057a5e9 Bluetooth: samples/hci_uart: Remove redundant semicolon Johan Hedberg 2016-11-10 09:56:48 +02:00
  • a8506f7814 Bluetooth: samples/hci_uart: Declare assert handler only when needed Johan Hedberg 2016-11-10 09:55:15 +02:00
  • a69996210f Bluetooth: samples/hci_uart: Remove dependency on controller Johan Hedberg 2016-11-09 18:32:32 +02:00
  • 00457636f8 Bluetooth: RFCOMM: Initiate session connection Jaganath Kanakkassery 2016-10-21 20:14:21 +05:30
  • e4c5c96a16 Bluetooth: Fine-tune default incoming ACL buffer count Johan Hedberg 2016-11-09 17:38:05 +02:00
  • b64e0d4c51 Bluetooth: Kconfig: Remove redundant 'default n' declarations Johan Hedberg 2016-11-09 16:18:56 +02:00
  • c583a9f43b Bluetooth: Kconfig: Restructure for a more logical hierarchy Johan Hedberg 2016-11-09 12:23:21 +02:00
  • 1c40b964a0 Bluetooth: Dump the content of unhandled events as hex Johan Hedberg 2016-11-09 22:27:51 +02:00
  • f7d313b154 Bluetooth: Controller: Add ASSERT info dump on HCI builds Carles Cufi 2016-10-31 11:39:12 +01:00
  • 3fc4fd53f6 Bluetooth: samples/hci_uart: Add micro:bit configuration Johan Hedberg 2016-11-09 18:50:01 +02:00
  • 50f03a8de5 Bluetooth: Controller: Kconfig: Clean up style issues Johan Hedberg 2016-11-09 11:37:04 +02:00
  • 629ab2da6b Bluetooth: ATT: Fix not forwarding error properly Luiz Augusto von Dentz 2016-11-09 13:35:28 +02:00
  • 6e71f1f6a3 power: Fix x86 wake up sequence Julien Delayen 2016-11-08 14:21:03 +00:00
  • f540cbc5c5 power: Add ARC power states and update sample Julien Delayen 2016-11-01 13:07:34 +00:00
  • d56714b1c7 samples/net: mbedTLS TCP client use unified thread spawn API Sergio Rodriguez 2016-11-10 11:19:47 -08:00
  • fdc93c4733 samples/net: mbedTLS TCP client use unified kernel Sergio Rodriguez 2016-11-07 08:51:47 -08:00
  • 6044f05f8a usb: class: Using unified kernel thread spawn API Sergio Rodriguez 2016-11-10 14:04:20 -08:00
  • 3932dd98a7 drivers: usb: update to unified kernel Sergio Rodriguez 2016-11-10 14:14:30 -08:00
  • c9e295932b tests: aonc: skip counter stopping Baohong Liu 2016-10-24 16:35:46 -07:00
  • dbe30711fd LICENSING: clarify licenses of imported / reused code Inaky Perez-Gonzalez 2016-10-07 10:25:00 -07:00
  • c4546589fb Revert "build: Document outputexports" axy 2016-11-10 19:37:30 -05:00
  • ab96d3648a tests: dma: update to unified kernel Baohong Liu 2016-11-10 16:16:14 -08:00
  • eeea5de171 fix: change group name on debug setting Genaro Saucedo Tejada 2016-11-10 18:31:14 -06:00
  • cea9bb992c Makefile.inc: fix 'make debugserver' no rule issue jing wang 2016-11-10 13:34:19 +08:00
  • 8215ce19ce kernel: fix k_msgq_get/put() from ISR Benjamin Walsh 2016-11-09 19:45:19 -05:00
  • 6a791a3286 drivers: spi: update to unified kernel Baohong Liu 2016-11-10 14:29:24 -08:00
  • d4d9ac2d21 build: Document outputexports Daniel Thompson 2016-11-10 11:42:06 +00:00
  • 4f0c6f47d6 build: Minor tidy up of outputexports Daniel Thompson 2016-11-08 22:17:36 +00:00
  • 445830dcec kernel: add k_is_preempt_thread() Benjamin Walsh 2016-11-10 15:54:27 -05:00
  • d7ad176be6 kernel: export k_sched_lock and k_sched_unlock. Benjamin Walsh 2016-11-10 14:46:58 -05:00
  • 5e2f899bad tests: adc: update to unified kernel Baohong Liu 2016-11-10 11:57:13 -08:00
  • f1a1fe0b19 drivers: aio: update to unified kernel Baohong Liu 2016-11-10 11:37:51 -08:00
  • 9376f876df drivers: adc: update to unified kernel Baohong Liu 2016-11-10 11:28:59 -08:00
  • 9cf46e52dc drivers: rtc: update to unified kernel Baohong Liu 2016-11-10 14:40:35 -08:00
  • b618d001b4 tests/compiance/checkpatch: force the format to 'email' Inaky Perez-Gonzalez 2016-11-04 17:45:15 -07:00
  • 7cac3b9625 arch: arc: arm: sys_thread_self_get -> k_current_get Anas Nashif 2016-11-10 11:31:19 -05:00
  • 073442ecc5 kernel: Treat aborting by main() as a fatal system error Allan Stephens 2016-11-09 07:46:56 -06:00
  • 40325d2d28 kernel: Fix bug in spawning of legacy tasks using floating point Allan Stephens 2016-11-09 07:30:14 -06:00
  • 361c296b30 doc: Remove reference to k_alert_handler_set() Allan Stephens 2016-11-09 10:57:45 -06:00
  • 0a5330748f doc: Update Interrupts section of Kernel Primer (v2) Allan Stephens 2016-11-09 08:15:27 -06:00
  • 49598db96d Revert "checkpatch: update with latest checkpatch from the linux kernel" Anas Nashif 2016-11-10 12:48:15 -05:00
  • a3618e753d docs: remove usage of ARCH=arm Anas Nashif 2016-11-05 11:50:22 -04:00
  • 0c9152d42d checkpatch: update with latest checkpatch from the linux kernel Anas Nashif 2016-11-07 15:57:57 -05:00
  • 126fa0073b sanitycheck: Add bbc_microbit to list for platforms Kumar Gala 2016-11-10 10:08:15 -06:00
  • a26dd646e7 MAINTAINERS: Add entry for STM32Cube SDK Erwan Gouriou 2016-11-04 11:35:01 +01:00
  • a1aba18227 ext/hal: Introduce STM32Cube SDK for STM32F3xx family Adam Podogrocki 2016-11-04 11:58:10 +01:00
  • 14d079a13c drivers: pwm: update to unified kernel Baohong Liu 2016-11-09 17:37:23 -08:00
  • 3c01b5db57 drivers: wdt: update to unified kernel Baohong Liu 2016-11-09 18:09:38 -08:00
  • 1a7f755785 drivers: dma: update to unified kernel Baohong Liu 2016-11-09 18:37:10 -08:00
  • 82193c59e3 drivers: i2c: update to unified kernel Baohong Liu 2016-11-09 15:17:28 -08:00
  • 8cc98d71cd drivers: flash: update to unified kernel Baohong Liu 2016-11-09 16:14:40 -08:00
  • 180887a305 drivers: gpio: update to unified kernel Baohong Liu 2016-11-09 16:43:59 -08:00
  • 5b7bfdaf48 tests/drivers/aon_counter: make a ztest testcase Inaky Perez-Gonzalez 2016-11-04 23:05:56 -07:00
  • f37065bf84 ztest: add assert_not_equal() Inaky Perez-Gonzalez 2016-11-09 12:49:52 -08:00
  • 90e6e9b7f6 dma.h: add missing includes Andrew Boie 2016-11-09 14:47:28 -08:00
  • a543d956ba kernel: Remove traces of semaphore groups from public APIs Allan Stephens 2016-11-07 15:51:34 -06:00
  • 5a7a86cb7f unified/doc: Revise doxygen for kernel APIs Allan Stephens 2016-11-04 13:53:19 -05:00
  • bce8fbb61e kernel: Clean up of x86 floating point code Allan Stephens 2016-11-07 08:55:13 -06:00
  • d3e2b0255a kernel: logger: move to unified kernel APIs Anas Nashif 2016-11-07 11:48:39 -05:00
  • 56f561e15e arches: use new kernel APIs Andrew Boie 2016-11-09 11:10:21 -08:00
  • 933e34621b samples: spi_fram: add spi FRAM sample app Baohong Liu 2016-11-08 14:58:07 -08:00
  • 6fe94d6431 drivers: rtc: update to unified kernel Baohong Liu 2016-11-08 18:55:20 -08:00
  • aa32a0914a drivers: counter: update to unified kernel Baohong Liu 2016-11-08 19:11:11 -08:00
  • b85e58ad6d kernel: don't directly use deprecated sys_tick_get APIs Andrew Boie 2016-11-09 10:44:56 -08:00
  • ec75fb856c legacy.h: deprecate legacy API Andrew Boie 2016-11-08 16:37:32 -08:00
  • ba714dc6c2 tests: test_task: rename task group from TEST to TESTGROUP Anas Nashif 2016-11-09 12:10:14 -05:00
  • c3552e6624 tests: test requires kernel to provide printk Anas Nashif 2016-11-09 12:09:19 -05:00
  • 5b1b2d6123 tests: test_sema: rename task group from TEST to TESTGROUP Anas Nashif 2016-11-09 11:00:20 -05:00
  • 0b474eef9c kernel: deprecate old init levels Andrew Boie 2016-11-08 11:06:55 -08:00