Commit graph

  • 5e52d3a11d doc: relnotes: 1.14 flash_map release notes Andrzej Puzdrowski 2019-04-11 14:59:05 +02:00
  • 14c75705cb samples: hci_uart: Reduce MAX_CONN to 16 for the micro:bit Carles Cufi 2019-04-10 17:58:44 +02:00
  • bae9f1967b samples: Bluetooth: hci_uart: Implement NOP Command Complete Carles Cufi 2019-03-19 16:51:06 +01:00
  • 9fff548c88 doc: add orphaned crypto docs David B. Kinder 2019-04-10 15:29:07 -07:00
  • f2a34a6106 Bluetooth: GATT: Fix not clearing Client Features Luiz Augusto von Dentz 2019-04-10 13:50:36 +03:00
  • 510a6dc5e4 drivers: flash: spi_nor.c: fix typo Jim Paris 2019-04-01 14:19:59 -04:00
  • 9a0d113260 dts: flash: add missing DT properties to jedec,spi-nor Jim Paris 2019-04-01 14:12:45 -04:00
  • 110cab8aa3 drivers/timer/systick: Improve clock slippage under irq_lock load Andy Ross 2019-04-05 09:59:19 -07:00
  • 100a2bba6c scripts: update pyocd in requirements.txt Marti Bolivar 2019-04-08 19:52:01 -06:00
  • 91139c1534 doc: bluetooth: Clarify notes about blocking in the RX thread Johan Hedberg 2019-04-08 11:28:45 +03:00
  • c5e826e8ff doc: bluetooth: Move L2CAP text from to API reference section Johan Hedberg 2019-04-08 11:26:44 +03:00
  • bf31fbd789 doc: bluetooth: Move GATT text to API reference section Johan Hedberg 2019-04-08 11:22:48 +03:00
  • d34128a97b doc: bluetooth: Add reference to Mesh API section Johan Hedberg 2019-04-08 11:20:07 +03:00
  • eb46f47a8d doc: bluetooth: Fix text corruption Johan Hedberg 2019-04-08 11:17:15 +03:00
  • 83b443aa2d doc: bluetooth: Move connection management text to API reference Johan Hedberg 2019-04-08 11:09:14 +03:00
  • 112baf1721 boards: nrf9160_pca10090: Fix polarity of pwm0/ch0 Andrzej Głąbek 2019-04-10 09:28:08 +02:00
  • cb2bfcb9c0 net: lwm2m: fix periodic services handling Michael Scott 2019-04-08 11:31:46 -07:00
  • 42abfc6532 net: lwm2m: dont use system workqueue for services Michael Scott 2019-04-05 16:14:50 -07:00
  • 6a739435a0 drivers: nrf: Fix UARTE interrupt driven operation. Mieszko Mierunski 2019-04-10 16:04:47 +02:00
  • 9e69c54060 sanitycheck: add more info during processing Andrew Boie 2019-04-09 12:14:59 -07:00
  • 6a70f397ff doc: Reorganize development model section Alberto Escolar Piedras 2019-04-10 16:46:02 +02:00
  • ee194c375a doc: dev_process: Add description about GH labels usage Alberto Escolar Piedras 2019-03-30 14:43:41 +01:00
  • 1923a04ff0 doc: Add to 1.14 release notes native_posix and nrf52_bsim changes Alberto Escolar Piedras 2019-04-10 10:55:48 +02:00
  • e2969e5de0 tests: kernel: fp_sharing: minor fix in #ifdef expression Ioannis Glaropoulos 2019-03-29 22:25:14 +01:00
  • 3a8db5549a editorconfig: Set insert_final_newline true Ulf Magnusson 2019-04-09 17:45:05 +02:00
  • 0e7bf9b657 Bluetooth: controller: Send unknown rsp to unexpected ENC ctrl PDU Joakim Andersson 2019-04-04 12:10:51 +02:00
  • 9fb3abef1e Bluetooth: controller: Fix length request during encryption procedure Joakim Andersson 2019-04-04 11:58:05 +02:00
  • 0cf82cdd31 Bluetooth: controller: Set encryption procedure pending Joakim Andersson 2019-04-03 17:24:07 +02:00
  • 5922be2ed6 samples: subsys: logging Remove repetitive code. Aaron Tsui 2019-04-09 21:04:14 +08:00
  • 1c742a9756 doc: subsys: logging Update documentation Aaron Tsui 2019-04-09 21:01:37 +08:00
  • 63955e5f70 Bluetooth: Fix clearing conn->le.keys when unpairing Johan Hedberg 2019-04-10 13:00:45 +03:00
  • 2e5172dab7 doc: update 1.14 release notes with doc changes David B. Kinder 2019-04-09 15:30:15 -07:00
  • 686f5c79cf Bluetooth: Mesh: Fix not updating health publication message Johan Hedberg 2019-04-09 19:20:25 +03:00
  • 9926f947ab tests: ringbuffer: avoid unaligned mem access Andrew Boie 2019-04-09 15:21:23 -07:00
  • 7387b56c61 tests: add nsim special cases for two tests Andrew Boie 2019-04-08 14:47:09 -07:00
  • 5bc307e60f arch: arc: optimize the macros of thread stack Wayne Ren 2019-04-09 00:12:45 +08:00
  • 290aa59ada arch: arc: fix the bug of mpu stack guard when no USERSPACE Wayne Ren 2019-04-08 01:32:33 +08:00
  • c204f70540 net: increase mgmt event stack size Alexander Wachter 2019-04-09 17:51:02 +02:00
  • 1f0fc6d712 arch: arc: fix the bug of nest interrupt handling in int exit Wayne Ren 2019-04-09 17:09:54 +08:00
  • d39e68d6b2 samples: code_relocation: Disable code coverage. Adithya Baglody 2019-04-09 10:57:58 +05:30
  • 9f2188706c samples: remove mem_domain_apis_test Andrew Boie 2019-04-08 13:17:32 -07:00
  • ad026c09b1 cmake: modules: using posix path for Kconfig generated file Torsten Rasmussen 2019-04-09 14:06:09 +02:00
  • ceca823b59 doc: remove references to IRC Anas Nashif 2019-04-08 20:14:11 -04:00
  • 38ecf5b41f shell: Consume all input data Jim Paris 2019-04-05 16:52:50 -04:00
  • d38ffedd4d doc: add example of how to build MCUBoot app with west Piotr Mienkowski 2019-04-04 15:39:19 +02:00
  • 15ca53dbba doc: development process: feature tracking Anas Nashif 2019-02-26 02:09:52 +01:00
  • 7946b88c2d doc: remove outdated and wrong merge-window description Anas Nashif 2019-03-30 12:21:11 -04:00
  • 35afc873fe dts: rv32m1_ri5cy: fix comment Henrik Brix Andersen 2019-04-01 21:07:55 +02:00
  • bfb7e4531c tests/subsys/settings/fcb: fix unaligned test Andrzej Puzdrowski 2019-04-04 16:40:23 +02:00
  • 7f378d6ef8 benchmarks: sched: capture output and evaluate Anas Nashif 2019-04-01 17:50:36 -04:00
  • f874ac72e4 doc: Remove prj_single.conf from README.rst Cinly Ooi 2019-04-02 11:11:23 +08:00
  • 7cdfe7f26f Bluetooth: shell: fix build warning if !BT_CENTRAL Jim Paris 2019-04-03 14:00:50 -04:00
  • 318a98a7fb doc: fix ztest code samples Anas Nashif 2019-04-07 09:56:17 -04:00
  • a520266e44 tests: remove unused defaults.tc Anas Nashif 2019-04-07 09:11:58 -04:00
  • f6a163fc5c ci: remove unused script merge_junit.py Anas Nashif 2019-04-07 09:10:58 -04:00
  • 073e017c75 tests: use correct kconfig in help message Anas Nashif 2019-04-07 09:02:37 -04:00
  • 83ceb4953a net: telnet: remove obsolete code Anas Nashif 2019-04-07 09:00:19 -04:00
  • 309b7ff3b4 Bluetooth: Mesh: Update TODO to match current situation Johan Hedberg 2019-04-06 18:58:20 +03:00
  • b01f023d86 drivers: gpio: fix wrong rename of literal Anas Nashif 2019-04-06 18:54:02 -04:00
  • 3ae52624ff license: cleanup: add SPDX Apache-2.0 license identifier Anas Nashif 2019-04-06 09:08:09 -04:00
  • 8287f7c855 scripts: remove old xtools config files Anas Nashif 2019-04-06 10:29:43 -04:00
  • e81fdb83d6 drivers: adc: fix license Anas Nashif 2019-04-06 08:44:00 -04:00
  • cfc962bba0 net: kconfig: relicense kconfig file Anas Nashif 2019-04-06 08:40:33 -04:00
  • 6c6217e8b3 boards: intel_s1000_crb: declare some variables as global Rajavardhan Gundi 2019-04-01 19:09:23 +05:30
  • 9f04c7411d kernel: enforce usage of CONFIG_TEST_USERSPACE Andrew Boie 2019-04-05 15:55:07 -07:00
  • 7b1ee5cf13 tests: CONFIG_TEST_USERSPACE now off by default Andrew Boie 2019-04-05 15:39:50 -07:00
  • 3b53e69249 tests: bluetooth: tester: workaround build error Andrew Boie 2019-04-05 17:05:14 -07:00
  • 027b6aaf89 tests: set userspace tag for all tests that use it Andrew Boie 2019-04-05 15:16:14 -07:00
  • ce6b80470d net: add missing syscall for gethostname() Andrew Boie 2019-04-05 14:53:49 -07:00
  • 1d0369f606 tests: net: getnameinfo: run in user mode Andrew Boie 2019-04-05 14:41:26 -07:00
  • ad71c2fc44 tests: poll: reduce memory usage Andrew Boie 2019-04-05 13:26:34 -07:00
  • 49d2812f3e arc: fix invalid parameter check Andrew Boie 2019-04-05 12:23:23 -07:00
  • ed139948a5 license: add missing licences to source code Anas Nashif 2019-04-05 14:45:47 -04:00
  • 8ed215e011 usb: usb_dc_stm32: Fix reading invalid EP Andrei Emeltchenko 2019-03-25 16:01:37 +02:00
  • 06ef0ca0fc usb: usb_dc_stm32: Add placeholders for missing API Andrei Emeltchenko 2019-03-25 12:49:43 +02:00
  • 06159d3bcf net: samples: ipv4_autoconf: Need more buffers for same_70 Ravi kumar Veeramally 2019-04-05 11:19:25 +03:00
  • b33dd7ebde tests: benchmark: timing_info: Fixed incorrect results. Adithya Baglody 2019-04-01 15:06:13 +05:30
  • 4e5c093e66 kernel: demote K_THREAD_STACK_BUFFER() to private Andrew Boie 2019-04-04 12:05:28 -07:00
  • b379030724 doc: tweak index and release notes index for 1.14 David B. Kinder 2019-04-03 15:40:19 -07:00
  • cf22c74405 tests: Removed legacy directory /compliance Cinly Ooi 2019-04-05 10:37:51 +08:00
  • aebed7aada doc: fix misspellings in flashmap.h David B. Kinder 2019-04-03 16:04:42 -07:00
  • fa20ac3693 Bluetooth: controller: Fix assert in raising event during proc collision Joakim Andersson 2019-04-04 14:39:59 +02:00
  • 8cce685bbc tests: bluetooth: Improve test case names Cinly Ooi 2019-04-05 11:02:10 +08:00
  • 0f03730882 usb: wpanusb: Simplify and cleanup sample Andrei Emeltchenko 2019-04-01 15:56:32 +03:00
  • ed97cb7601 usb: wpanusb: Use usb_transfer mechanism Andrei Emeltchenko 2019-04-01 11:41:58 +03:00
  • 08da6b261a usb: wpanusb: Fix crash in the sample Andrei Emeltchenko 2019-03-29 11:52:14 +02:00
  • 721f3d1cd0 usb: Refactor USB status callback Andrei Emeltchenko 2019-03-06 11:47:41 +02:00
  • 0c59471436 tests/drivers/ipm: Enable on (uniprocessor) x86_64 Andy Ross 2019-04-04 09:29:23 -07:00
  • 122eb7b647 doc: release-notes: Add security vulnerabilities Andy Gross 2019-03-29 10:44:22 -05:00
  • bb292d799e debug: tracing: Fix build with renaming of reserved functions. Kumar Gala 2019-04-04 05:20:33 -05:00
  • 7eca2568bd doc: additional clarifications on west Marti Bolivar 2019-04-02 13:55:25 -06:00
  • b991962a2e tests: adjust stack size for qemu_x86 and mps2_an385's coverage test Wentong Wu 2019-04-04 17:50:30 +08:00
  • 1214736be5 tests: disable kernel.sched.preempt and kernel.poll on nrf52810_pca10040 Wentong Wu 2019-04-04 17:35:12 +08:00
  • 46353438e8 zephyr_library_compile_options(): silently de-duplicate Marc Herbert 2019-04-01 13:13:05 -07:00
  • bd10c72bc4 net: sockets: Add docstrings for BSD Sockets API Paul Sokolovsky 2019-03-26 16:26:10 +02:00
  • 9983710c44 boards: qemu_x86_nommu is a simulation platform Anas Nashif 2019-04-03 20:10:24 -04:00
  • 4aa48833d8 subsystems: Rename reserved function names Patrik Flykt 2019-03-14 19:42:51 -06:00
  • fd42bf7443 soc: Rename reserved function names Patrik Flykt 2019-03-14 16:04:29 -06:00
  • 5aecf9db37 boards: Rename reserved function names Patrik Flykt 2019-03-14 14:06:22 -06:00
  • 7c0a245d32 arch: Rename reserved function names Patrik Flykt 2019-03-14 09:20:46 -06:00