Commit graph

  • f97ccd940c arm: cortex-m: build debug.c for null-pointer detection feature Ioannis Glaropoulos 2021-01-19 13:59:24 +01:00
  • c42a8d9d24 arm: cortex_m: fault: hook up debug monitor exception handler Ioannis Glaropoulos 2021-01-19 18:48:39 +01:00
  • 712a7951db arm: cortex_m: move static inline DWT functions in internal header Ioannis Glaropoulos 2021-01-19 21:26:01 +01:00
  • b3cd5065eb arm: cortex_m: Kconfig symbols for null pointer detection feature Ioannis Glaropoulos 2021-01-19 13:53:19 +01:00
  • c320bb0522 drivers: ethernet: remove stale Kconfig IRQ priority Kumar Gala 2021-03-02 19:47:13 -06:00
  • 53fd3ae573 drivers: ieee802154: nrf5: load EUI64 from UICR Eduardo Montoya 2021-02-11 09:09:52 +01:00
  • 32451230e2 storage/stream/flash: Failed write of reminder rewinds buffer offset Dominik Ermel 2021-02-24 14:59:12 +00:00
  • 07107f92c7 storage/stream/flash: Use flash_get_parameters to get flash erase_value Dominik Ermel 2021-02-19 12:50:28 +00:00
  • 5a1750b053 storage/stream/flash: flash_sync: Check if there is anything to write Dominik Ermel 2021-02-19 12:45:21 +00:00
  • cfb056901c storage/stream/flash: Fix flash_sync updating bytes_written on failure Dominik Ermel 2021-02-19 12:28:14 +00:00
  • 94968dfee4 storage/stream/flash: Don't update last erased page offset on failure Dominik Ermel 2021-02-19 12:22:52 +00:00
  • fa20bd129d tests: drivers: build_all: Add PCAL6408A GPIO driver Andrzej Głąbek 2021-03-01 15:12:44 +01:00
  • d860569d94 tests: drivers: build_all: Add fake instance of GPIO device Andrzej Głąbek 2021-03-02 09:21:27 +01:00
  • 1314ab5404 drivers: gpio: Add support for PCAL6408A I/O expander Andrzej Głąbek 2021-01-29 15:53:18 +01:00
  • 13ef690192 aarch64: linker: Remove unused symbols and sections Carlo Caione 2021-03-02 13:07:04 +01:00
  • 7162786f83 uart-npcx: forward poll requests to fifo when running interrupt mode Yuval Peress 2021-02-25 11:34:18 -07:00
  • 1154c49878 uart-npcx: re-organize interrupt driven functions. Yuval Peress 2021-03-02 09:35:15 -07:00
  • a19fa8ba0c drivers: i2c: mchp: Restore I2C logging control Jose Alberto Meza 2021-03-02 10:24:07 -08:00
  • d521129c4f dma: Kconfig remove unused kconfig symbols Kumar Gala 2021-03-01 15:13:30 -06:00
  • 767ba47423 drivers: spi: spi_dw: Move to devicetree detection Kumar Gala 2020-05-05 06:31:21 -05:00
  • c0d82cf434 drivers: spi: spi_dw: set op-mode to master-only always Kumar Gala 2020-05-05 06:26:33 -05:00
  • 1957fe2417 drivers: spi: spi_dw: determine num IRQs from devicetree Kumar Gala 2020-05-05 06:12:19 -05:00
  • b08c5d2bb8 drivers: spi: spi_dw: Remove clock gate support Kumar Gala 2021-02-25 05:36:06 -06:00
  • 497b837aeb sys: tell compiler about impossible aliasing in dlist APIs James Harris 2021-03-01 11:13:41 -08:00
  • c5caa9b916 tests: drivers: dac_api: add frdm_k22f board support Mikkel Jakobsen 2021-03-02 12:29:13 +01:00
  • 41225ceac6 tests: drivers: dac_loopback: add frdm_f22f board support Mikkel Jakobsen 2021-03-02 12:28:32 +01:00
  • 5cdbe07b53 samples: drivers: dac: add support for frdm_k22f board Mikkel Jakobsen 2021-03-02 11:25:56 +01:00
  • 9f45cb65f2 boards: frdm_k22f: enable DAC0 Mikkel Jakobsen 2021-03-02 11:10:50 +01:00
  • b5c09de995 soc: nxp: k2x: enable DAC driver Mikkel Jakobsen 2021-03-02 11:19:41 +01:00
  • 2d9770d66f dts: nxp: k2x: add device tree node for DAC0 and DAC1 Mikkel Jakobsen 2021-03-02 11:23:38 +01:00
  • 22cb54174a dts: arm: st: f4: stm32f446re Alexander Kozhinov 2021-02-28 11:56:53 +01:00
  • 5d02978640 audio: intel_dmic: get dma properties from devicetree Kumar Gala 2021-02-26 12:14:09 -06:00
  • fa6a9f7ae8 boards: intel_s1000_crb: Add dma channels to dmic device Kumar Gala 2021-02-26 12:06:11 -06:00
  • 291b9b5dae Revert "drivers/timer/hpet: Extend qemu workaround" Peter Bigot 2021-03-02 06:10:47 -06:00
  • 6543e06914 kernel: sched: avoid unnecessary lock in z_impl_k_yield James Harris 2021-03-01 10:14:13 -08:00
  • 702f89d885 tests: common: add test case for testing errno Enjia Mai 2021-01-21 17:24:23 +08:00
  • 80ec588e46 test: thread_api: refine test coverage of thread_api Meng xianglin 2020-12-09 03:45:01 -05:00
  • 2cd0f66515 kernel: sched: change to 3-way thread priority comparison James Harris 2021-03-01 09:19:57 -08:00
  • 7babb12ccb aarch64: restore natural order in struct __esf Nicolas Pitre 2021-02-24 08:59:26 -05:00
  • 72ffe59ef9 devicetree: deprecate DT_IO_CHANNELS_LABEL APIs Kumar Gala 2021-02-27 10:32:46 -06:00
  • ea98cc3c87 sensors: grove: temp: Convert to use DEVICE_DT_GET Kumar Gala 2021-02-28 18:16:54 -06:00
  • ae75e604d6 sensors: grove: light: Convert to use DEVICE_DT_GET Kumar Gala 2021-02-28 18:16:31 -06:00
  • afffb3b17e sensors: nxp_kinetis_temp: Convert to use DEVICE_DT_GET Kumar Gala 2021-02-28 18:09:56 -06:00
  • 774ea5ad5b samples: board: nrf: battery: Convert to use DEVICE_DT_GET Kumar Gala 2021-02-27 10:17:38 -06:00
  • 707f0391cb devicetree: io-channels: add marcos to obtain the node identifier Kumar Gala 2021-02-27 10:07:02 -06:00
  • def53e3205 drivers: timer: reduce max cycles of riscv machine timer Katsuhiro Suzuki 2020-10-27 21:55:50 +09:00
  • eefec6ff05 boards: arm: bcm958402m2_m7: Enable PCIE Ep driver Raveendra Padasalagi 2021-02-24 15:32:07 +05:30
  • b71bdad7bb drivers: pcie: endpoint: Use DEVICE_DT_INST_GET() API Raveendra Padasalagi 2021-02-24 15:23:12 +05:30
  • 088acda054 kernel: mailbox: Add some testcases for mailboxs Jian Kang 2020-12-25 16:49:18 +08:00
  • 8fe9f523e7 tests: poll: code coverage improve Ningx Zhao 2021-01-11 13:35:01 +08:00
  • ef763543d8 test: heap : improve coverage to kernel/mempool.c Ying ming 2021-01-21 09:49:58 +08:00
  • 21e83e40ad Bluetooth: controller: Fix ticker job_guard Vinayak Kariappa Chettimada 2021-03-02 13:46:35 +05:30
  • ebecca7c47 Bluetooth: controller: Fix ticker to avoid recursive ticker_job Vinayak Kariappa Chettimada 2021-03-01 20:58:30 +05:30
  • b60b4be4e3 drivers: dma: nios2_msgdma: Conver to devicetree Kumar Gala 2021-03-01 15:56:27 -06:00
  • 651e4ac62b net: lwm2m: Make sure that endpoint string is NULL terminated Robert Lubos 2021-02-23 12:52:54 +01:00
  • f14a9556d6 net: lwm2m: Make query buffer large enough to encode all query strings Robert Lubos 2021-02-23 12:32:36 +01:00
  • dbbdef19df crc: Add Test for crc32c implementation Rajavardhan Gundi 2021-02-12 16:56:24 +05:30
  • 4269ecd2bc lib: os: Introduce support for CRC32C algorithm Rajavardhan Gundi 2021-02-11 22:18:21 +05:30
  • 77bca9bc1e samples: sensor: set integration_platforms to frdm_k64f Kumar Gala 2021-02-24 16:36:27 -06:00
  • 14b2b2d63e net: shell: UDP commands Hubert Miś 2021-02-17 17:31:06 +01:00
  • 48321ef252 shield: cmake: adjust if(EXISTS <shield>.conf) to check for right file Torsten Rasmussen 2021-02-15 09:29:43 +01:00
  • 39555408ce Kernel: poll: code coverage improvement Ningx Zhao 2020-12-24 16:35:39 +08:00
  • 23bb30a73a stm32: dmamux: change initialization order to PRE_KERNEL_1 Shlomi Vaknin 2021-02-27 18:38:25 +02:00
  • a941b6a8a7 test: kheap: add testcase to improve coverage Ying ming 2021-03-01 22:49:52 +08:00
  • 345c9c0acc tests: intel_s1000_crb: Convert dma to use DEVICE_DT_GET Kumar Gala 2021-02-26 12:17:57 -06:00
  • bbacab82f1 fs: shell: cmd_read does should open file for read-only Dominik Ermel 2021-03-01 12:42:12 +00:00
  • 263ac3e9e5 drivers: pinmux: mcux_lpc: Convert to using devicetree Kumar Gala 2020-04-17 10:37:37 -05:00
  • 686968b16a dts: arm: nxp: lpc: Add dts nodes for IOCON Kumar Gala 2020-04-14 18:23:20 -05:00
  • 01bb08e7d8 samples: switch nrf overlays to sda-gpios, scl-gpios Martí Bolívar 2021-02-03 18:26:11 -08:00
  • 840ba45c74 samples: ccs811: fix nrf51_ble400.overlay whitespace Martí Bolívar 2021-02-03 18:25:21 -08:00
  • 17a66304c4 boards: nrf: switch to sda-gpios, scl-gpios Martí Bolívar 2021-02-03 18:15:54 -08:00
  • 821c03a14a i2c: nordic: switch to phandle arrays for pinmux Martí Bolívar 2020-12-13 17:06:02 -08:00
  • f7aeb2ae4b soc: nrf: add more DT GPIO helper macros Martí Bolívar 2020-12-13 10:40:31 -08:00
  • a6d1754aef tests: kernel: fatal: add missing CONFIG_TEST=y in test suite Ioannis Glaropoulos 2021-02-25 16:12:15 +01:00
  • 6675f476a4 doc: shell update with getopt Jakub Rzeszutko 2021-02-15 13:42:07 +01:00
  • 99d064e881 shell: sample: add getopt Jakub Rzeszutko 2021-01-15 14:33:07 +01:00
  • 7e46765153 shell: add getopt library support Jakub Rzeszutko 2021-01-15 14:04:21 +01:00
  • 74ebf5dba2 codeowners: add getopt library Jakub Rzeszutko 2021-01-20 00:16:18 +01:00
  • ddb07f57ec lib: add freebsd getopt library Jakub Rzeszutko 2021-01-15 14:01:12 +01:00
  • 72dd5a5c68 lib: move fnmatch to lib/util Jakub Rzeszutko 2021-02-15 13:07:02 +01:00
  • b64fb7c92d shell: make detecting help option optional Jakub Rzeszutko 2021-01-14 12:31:07 +01:00
  • c2afabcc7c usb: mass storage: add missing prompt to Kconfig Jacob Siverskog 2021-03-01 08:25:34 +01:00
  • eb72b2d72a aarch64: smccc: Retrieve up to 8 64-bit values Carlo Caione 2021-02-03 12:10:45 +01:00
  • bc7cb75a82 aarch64: smccc: Use offset macros Carlo Caione 2021-02-03 12:07:49 +01:00
  • 998856bacb aarch64: smccc: Update specs link Carlo Caione 2021-02-03 11:41:32 +01:00
  • 90859c6bf3 aarch64: smccc: Decouple PSCI from SMCCC Carlo Caione 2021-02-03 11:14:39 +01:00
  • 6ff37886dd aarch64: mem_domain: Introduce k_mem_partition_attr_t Carlo Caione 2020-11-11 11:20:10 +01:00
  • 9df116ed0f net: utils: Check null pointer in net_sprint_ll_addr_buf() Jukka Rissanen 2021-02-26 17:22:35 +02:00
  • b86b778ca5 net: utils: net_pkt_hexdump() was missing log_strdup() Jukka Rissanen 2021-02-26 16:32:15 +02:00
  • 56541268f4 board: arm: add ubx_bmd380eval_nrf52840 Bob Recny 2021-02-22 12:29:26 -08:00
  • 1d55f94a32 testsuite: only enable TEST_ARM_CORTEX_M when building tests Ioannis Glaropoulos 2021-02-21 17:25:59 +01:00
  • f9511079b2 Bluetooth: controller: Remove vendor specific internal LLL include Vinayak Kariappa Chettimada 2021-02-24 16:42:02 +05:30
  • 3b8ea186fd spi: mcux flexcomm: Convert dma to use DEVICE_DT_GET Kumar Gala 2021-02-25 07:21:32 -06:00
  • b4da16e81c logging: Refactor msg_finalize Krzysztof Chruscinski 2021-01-21 08:46:04 +01:00
  • e0392c5a86 logging: Cleaning up log minimal Krzysztof Chruscinski 2021-01-21 08:16:42 +01:00
  • 5b6de52a71 device.h: Add macro API to get a devicename from a devicetree node Kumar Gala 2021-02-24 11:20:29 -06:00
  • 1da16553fb dts: stm32: Add exti nodes to stm32 wl series Kumar Gala 2021-02-25 22:02:36 -06:00
  • ae505e97bd tests: thread: thread_api: fix to allow test to run for non-secure Ioannis Glaropoulos 2021-02-25 12:10:31 +01:00
  • 7cd92dd40a doc: release-notes-2.6: add note about USB HID macros deprecation Johann Fischer 2021-02-23 16:32:20 +01:00
  • 6568f4ab99 usb: hid: remove usb_hid_descriptor from public header Johann Fischer 2021-02-23 16:12:05 +01:00