Commit graph

  • 7fe8b710a8 wifi: esp32: add board wifi station sample Sylvio Alves 2020-10-29 23:42:02 -03:00
  • e16e606923 esp32: add esp32 wifi driver Shubham Kulkarni 2020-08-11 11:19:27 +05:30
  • 54fb930feb tests: devicetree: device: avoid multiple declarations Peter Bigot 2021-02-25 11:04:44 -06:00
  • bc58706538 shell: typo correction in Kconfig Jack Rosenthal 2021-02-25 11:24:23 -07:00
  • b0fd0474cf boards: em_starterkit: Fix duplicate labels Kumar Gala 2021-02-25 10:58:09 -06:00
  • ac9d71d689 dts: stm: f1: Fix duplicate label Kumar Gala 2021-02-25 10:55:58 -06:00
  • 49b490161d drivers: dmamux_stm32: compile time dmamux channels initialization Thomas Stranger 2021-01-11 15:22:06 +01:00
  • f463bcaa9d include: arch: riscv: drop __soc_get_irq() declaration Antony Pavlov 2021-02-08 14:03:28 +03:00
  • e317411444 dts: espressif: Move sram & rtc under SoC node Kumar Gala 2021-02-25 09:21:04 -06:00
  • dcaabb860f west: runners: jlink: prefer .hex over .bin Jordan Yates 2021-02-23 18:46:28 +10:00
  • b5a3fe1471 boards: mec15xxevb_assy6853: remove unused Kconfig settings Kumar Gala 2021-02-25 05:48:19 -06:00
  • ca3bf282b6 samples: condition_variables: set integration_platforms to native_posix Kumar Gala 2021-02-24 14:18:20 -06:00
  • 861f6ce2c8 aarch64: a few trivial assembly optimizations Nicolas Pitre 2021-02-23 16:36:47 -05:00
  • 1236c4aa8f Revert "tests: unit: util: Add test for REVERSE_ARGS" Martí Bolívar 2021-02-24 18:26:56 -08:00
  • b65669af14 Revert "sys: util: Update implementation of loop macros" Martí Bolívar 2021-02-24 15:20:30 -08:00
  • 84334badfb bluetooth: host: improve documentation on stack override Peter Bigot 2021-02-24 08:31:15 -06:00
  • deeecaaa8f Bluetooth: host: direction: Remove compilation warning Piotr Pryga 2021-02-19 10:27:24 +01:00
  • 8ed26a0927 samples: Bluetooth: Add DF connectionless Beacon sample application Piotr Pryga 2021-02-03 06:27:25 -08:00
  • 8dcf8c111f dts: bindings: net: wireless: Change dfe-ant-num property name Piotr Pryga 2021-02-23 10:44:32 +01:00
  • 64cb4bbc37 Bluetooth: controller: LLL: DF add initialization of ant switching GPIOs Piotr Pryga 2021-02-12 05:21:43 -08:00
  • e91a54799e Bluetooth: controller: LLL: Fix not switching antennas in AoD mode Piotr Pryga 2021-02-12 05:04:52 -08:00
  • 9b3c941d4d Bluetooth: controller: Kconfig: Disable ant switching when CTE Rx not supp Piotr Pryga 2021-02-11 05:42:39 -08:00
  • dee17b0bca Bluetooth: controller: Fix compilation errors related with DF code Piotr Pryga 2021-02-22 09:55:20 +01:00
  • 8806225cb2 Bluetooth: controller: openisa: Fix unsupported ISR profiling Vinayak Kariappa Chettimada 2021-02-24 16:45:59 +05:30
  • a0e34a1477 Bluetooth: controller: Fix missing cond. compile of adv extra data Vinayak Kariappa Chettimada 2021-02-24 16:48:18 +05:30
  • 298b3ca467 Bluetooth: controller: #if defined(...) vs #if IS_ENABLED(..) Vinayak Kariappa Chettimada 2021-02-24 13:57:41 +05:30
  • c883274711 west.yml: Update mcumgr revision Dominik Ermel 2021-02-11 11:48:55 +00:00
  • db87ee2039 driver: itim: npcx: use timeout mechanism instead of unbounded loop. Mulin Chao 2021-02-18 00:08:49 -08:00
  • 30dbc40909 drivers/flash: stm32: Extend qspi-nor support to F7 series Helge Juul 2021-01-18 15:35:48 +01:00
  • 3b5906ce03 dts: stm32l4: Support sdmmc on stm32l4+ Shlomi Vaknin 2021-01-21 19:32:16 +02:00
  • e61834c9ed disk: stm32: Select USE_STM32_HAL_SD_EX on stm32l4 Shlomi Vaknin 2021-02-15 19:58:01 +02:00
  • c70fc85909 drivers: sensors: mpu6050: add support for mpu9250 Adam Serbinski 2021-02-24 11:09:41 -05:00
  • 0ba9437938 Bluetooth: L2CAP: Fix missing buffer length check for sdu_len Johan Hedberg 2021-02-23 20:44:01 +02:00
  • e8224c3a08 samples: servo_motor: Convert to use DEVICE_DT_GET Kumar Gala 2021-02-22 18:18:41 -06:00
  • a6ffcdbac3 boards: bbc_microbit: Add pwm as supported peripherals Kumar Gala 2021-02-22 18:18:57 -06:00
  • 23f699bd90 kernel/include: Elaborate documentation for k_thread_{abort,join}() Andy Ross 2021-02-23 06:12:17 -08:00
  • 6fb6d3cfbe kernel: Add new k_thread_abort()/k_thread_join() Andy Ross 2021-02-19 15:32:19 -08:00
  • c0c8cb0e97 kernel: Remove abort and join implementation (UNBISECTABLE) Andy Ross 2021-02-17 08:19:10 -08:00
  • bf99f3105f kernel/timeout: Correctly clamp z_clock_set_timeout() argument Andy Ross 2021-02-24 09:46:03 -08:00
  • 4ae44dd712 drivers/timer/hpet: Extend qemu workaround Andy Ross 2021-02-23 21:14:32 -08:00
  • 419f37043b kernel/sched: Clamp minimum timeslice when TICKLESS Andy Ross 2021-02-22 15:42:49 -08:00
  • a202670c18 kernel/sched: Remove now-spurious SWAP_NONATOMIC workaround Andy Ross 2021-02-20 10:08:18 -08:00
  • 05c468f594 kernel/sched: Make z_ready_thread() safe vs. already-running threads Andy Ross 2021-02-19 15:24:24 -08:00
  • 6b84ab3830 kernel/sched: Adjust locking in z_swap() Andy Ross 2021-02-18 10:15:23 -08:00
  • 37866336f9 kernel/sched: Fix race between thread wakeup timeout and abort Andy Ross 2021-02-17 10:12:36 -08:00
  • 8e16012ab7 kernel/thread: Initialize pended_on field of struct thread_base Andy Ross 2021-02-18 17:38:07 -08:00
  • 6478735493 twister: fix the inconsistent total tests number peng1 chen 2021-01-27 11:00:05 +08:00
  • 8ded9c2487 Bluetooth: controller: Fix undeclared BT_CTLR_SCAN_SET Vinayak Kariappa Chettimada 2021-02-24 21:40:04 +05:30
  • 7b2185bf17 devicetree: deprecate DT_PWMS_LABEL APIs Kumar Gala 2021-02-22 18:01:39 -06:00
  • f2ebf488d7 drivers: led_pwm: Convert to use DEVICE_DT_GET Kumar Gala 2021-02-22 17:58:35 -06:00
  • 1ca6828db9 samples: basic: Convert to use DEVICE_DT_GET Kumar Gala 2021-02-22 17:58:20 -06:00
  • a4b78f5755 tests: pwm_loopback: Convert to use DEVICE_DT_GET Kumar Gala 2021-02-22 17:57:12 -06:00
  • ef768d388f device: fix misspelling in build-time diagnostic Peter Bigot 2021-02-24 11:28:13 -06:00
  • 0103c5e98f doc: broken link for RFC template Spoorthy Priya Yerabolu 2021-02-24 06:15:08 -08:00
  • b182ec78a1 soc: npcx: add npcx7m6fc & npcx7m7fc Wealian Liao 2021-02-23 18:36:44 +08:00
  • a92ae82355 test: fix gen_isr_table for npcx soc Wealian Liao 2021-02-23 18:17:25 +08:00
  • f8005c7ba9 Bluetooth: host: Fix array overrun of client features bitset Joakim Andersson 2021-02-23 16:47:23 +01:00
  • 8912f549ce arch: riscv: Update the description of CONFIG_PMP_STACK_GUARD_MIN_SIZE Shih-Wei Teng 2021-02-23 15:37:22 +08:00
  • a418b2535b RISC-V: Enhancement for stack size to 16-bytes aligned at least Shih-Wei Teng 2021-01-06 17:55:25 +08:00
  • 5c5341d8b8 tests: pwm_api: Convert to use DEVICE_DT_GET Kumar Gala 2021-02-22 18:11:04 -06:00
  • 9cb07ab413 Bluetooth: controller: Use define for common ext. header minimum size Vinayak Kariappa Chettimada 2021-02-23 19:18:23 +05:30
  • c3befdc771 Bluetooth: controller: Handle ACAD in Periodic Advertising Vinayak Kariappa Chettimada 2021-01-04 13:05:09 +05:30
  • 69d23ad637 tests: watchdog: add support for cc32xx Pavlo Hamov 2021-02-17 21:32:41 +02:00
  • 51e386e8d1 samples: watchdog: Add cc32xx support Pavlo Hamov 2021-02-17 17:11:02 +02:00
  • 6e1380cd3f doc: boards: cc32xx add watchdog info Pavlo Hamov 2021-02-17 17:09:35 +02:00
  • 5ae781d7d0 drivers: watchdog: cc32xx: Add support Pavlo Hamov 2021-02-17 17:07:08 +02:00
  • d2280197ac boards: bbc_microbit_v2: add missing i2c0 compatible Martí Bolívar 2021-02-23 15:51:06 -08:00
  • a8b6936c7d arch: arc: fix mpu version number Yuguo Zou 2021-02-23 15:10:14 +08:00
  • 15e3355d85 tests: net: select: Increase the timeout to 20ms Jukka Rissanen 2021-02-23 17:33:54 +02:00
  • 90f4f50d4b console: semihosting: add Aarch64 support Nicolas Pitre 2021-02-15 19:05:25 -05:00
  • 31c1dc58ad Bluetooth: controller: fix typo Martí Bolívar 2021-02-23 23:18:55 -08:00
  • ca87d134b5 tests: Socket send timeout option Hubert Miś 2021-01-19 07:51:17 +01:00
  • dd319c2d4c net: socket send timeout option Hubert Miś 2021-01-19 07:50:06 +01:00
  • 56f9efdebf drivers: ieee802154_nrf5: Fix initialization order Robert Lubos 2021-02-24 10:55:12 +01:00
  • 627c04f962 drivers: usb_dc_stm32: remove confusing comments Johann Fischer 2021-02-23 22:06:16 +01:00
  • db2f871fa9 samples: bluetooth: Fix SRAM overflow with bbc:microbit Lingao Meng 2021-02-22 18:06:06 -08:00
  • d090de7a0d samples: net: echo-server: Add netmask setting to VLAN config Jukka Rissanen 2021-02-10 10:37:14 +02:00
  • c467149ad9 net: pkt: Add function net_pkt_get_contiguous_len() Christian Taedcke 2021-02-15 12:38:20 +01:00
  • 5de3f850a7 tests: drivers: adc: adc_api: Enable ADC test support NavinSankar Velliangiri 2021-01-29 14:13:13 +05:30
  • e61c9caa7d samples: subsys: fs: littlefs: Enable Nordic QPSI driver NavinSankar Velliangiri 2021-02-05 17:28:54 +05:30
  • d56e820f76 samples: drivers: jesd216: Enable Nordic QPSI driver NavinSankar Velliangiri 2021-02-05 17:26:45 +05:30
  • a4ce7e3dea boards: arm: bmd_345_eval: Add BMD 345 EVAL Board Support. NavinSankar Velliangiri 2021-02-05 17:14:14 +05:30
  • 32a28f9876 boards: seeeduino_xiao: Output UF2 by default. Pete Johanson 2021-02-12 15:07:01 -05:00
  • ff01a00d60 soc: Add standard UF2 family IDs for supported SoCs. Pete Johanson 2021-02-16 09:35:11 -05:00
  • 310a464acf cmake: Add UF2 as an additional build output option. Pete Johanson 2020-12-31 16:51:52 -05:00
  • 61584fb35f Bluetooth: host: Don't auto-update device name and document behavior Joakim Andersson 2021-02-22 15:21:46 +01:00
  • 84dffe5b3c Bluetooth: host: Fix endianness issue in reading CPF descriptor Joakim Andersson 2021-02-19 16:29:26 +01:00
  • 22218129a6 Bluetooth: host: Use definitions of UUID values instead of constants Joakim Andersson 2021-02-18 09:32:38 +01:00
  • 1b89ea50dc Bluetooth: host: Add GATT Characteristic Aggregated format definition Joakim Andersson 2021-02-18 09:31:18 +01:00
  • fb73ac392c lib/os/cbprintf_nano.c: several improvements Nicolas Pitre 2021-02-18 17:35:13 -05:00
  • 99425de387 tests: unit: cbprintf: force libc substitutes in test case Peter Bigot 2021-02-18 14:06:07 -06:00
  • 27b7c27dca Bluetooth: controller: Use Ext. Advertising association for BIG created Vinayak Kariappa Chettimada 2021-02-22 13:36:43 +05:30
  • fc2e71dfec Bluetooth: controller: Add association between adv, sync and iso Vinayak Kariappa Chettimada 2021-01-04 13:22:23 +05:30
  • fe5728dcb0 cmake: using MD5_INFILE variable instead of ZephyrPackagePath.txt Torsten Rasmussen 2021-02-18 15:55:45 +01:00
  • 148dbdc9fe twisterlib: checking for classname and testname Sebastian Wezel 2021-02-22 13:04:56 +01:00
  • 803eb1ea10 tests: schedule_api: lengthen interval for slicing reset test Daniel Leung 2021-02-22 11:42:50 -08:00
  • d090751c3d samples: bme280: provide generic arduino I2C and SPI support Martí Bolívar 2020-11-05 10:29:59 -08:00
  • 4a381fce6b drivers: bme280: clean up array usage Martí Bolívar 2021-01-19 14:08:56 -08:00
  • bfff50127f drivers: bme280: factor out bus I/O routines Martí Bolívar 2021-01-15 15:55:21 -08:00
  • 8c2709e81a drivers: bme280: get dependencies straight from DT Martí Bolívar 2020-11-04 14:12:07 -08:00