Commit graph

  • ffed132e82 scripts: runners: bossac: Change speed by protocol Gerson Fernando Budke 2020-11-08 12:41:58 -03:00
  • 876d8632a2 scripts: runners: bossac: Extract set_serial_config Gerson Fernando Budke 2020-11-08 12:41:25 -03:00
  • 36a330a470 boards: nucleo_h7: Remove --use-elf runner instruction Erwan Gouriou 2020-12-03 15:20:07 +01:00
  • 348996fbe4 boards: nucleo_h743zi: Fix openocd configuration Erwan Gouriou 2020-12-03 12:49:50 +01:00
  • 72b5bebaca boards: stm32h747i_disco: Assign usart8 to m4 target Erwan Gouriou 2020-12-03 12:41:12 +01:00
  • c34d776f15 boards: stm32h747i_disco: Minor doc fix. Erwan Gouriou 2020-12-03 12:17:25 +01:00
  • cece97b96c boards: Fix openocd debug config on stm32h7 based boards Erwan Gouriou 2020-12-02 18:20:24 +01:00
  • 2c46d70ac1 boards: nucleo_h723zg: Use openocd as default flash interface Erwan Gouriou 2020-12-02 16:43:39 +01:00
  • 349c50a682 soc: arm: add support for stm32h753xx Petri Oksanen 2020-11-23 19:25:22 +02:00
  • 41fa181388 doc: add release note comment for TF-M update. Ioannis Glaropoulos 2020-12-03 10:23:53 +01:00
  • 30eb536b3f trusted-firmware-m: update manifest to get v1.2.0 release Ioannis Glaropoulos 2020-12-03 09:44:21 +01:00
  • a035c2199e drivers/pcie: Fix constant qualifier for endpoint driver Tomasz Bursztyka 2020-11-02 13:54:34 +01:00
  • 8d694d11b6 drivers/sensor: Fix device attribute names for lis2mdl and fxos8700 Tomasz Bursztyka 2020-10-19 14:39:12 +02:00
  • e2847552fc drivers/sensor: Fix constant qualifier for lis2mdl PM function Tomasz Bursztyka 2020-10-19 14:36:19 +02:00
  • e37d9e6ac9 cmake: using zephyr_get_compile_options_for_lang_as_string() Torsten Rasmussen 2020-11-20 18:39:30 +01:00
  • 94288bdcc5 cmake: zephyr_get_<flags>_for_lang_as_string() uses space as delimiter Torsten Rasmussen 2020-11-20 13:36:30 +01:00
  • 8275d39d4d cmake: adding $<SEMICOLON> instead of space on zephyr_get_compile_<type> Torsten Rasmussen 2020-11-20 10:56:28 +01:00
  • 0e9c98c4f5 tests: drivers: timer: Add test for nrf_rtc_timer Krzysztof Chruscinski 2020-11-04 12:34:19 +01:00
  • 79e63b4216 drivers: timer: nrf: Extended driver with vendor specific API Krzysztof Chruscinski 2020-11-04 11:57:38 +01:00
  • bfb9ba022a tests: move shell tests to subsys Jakub Rzeszutko 2020-12-02 13:45:47 +01:00
  • cf81774069 tests: subsys: power_mgmt: Limit to 1 CPU configurations Kumar Gala 2020-12-02 08:55:49 -06:00
  • 98b11ee95c Bluetooth: host: Fix data type of advertising set handle Piotr Pryga 2020-11-30 14:32:44 -08:00
  • 180099f9ff Bluetooth: host: Remove irq_lock around connection lookup Joakim Andersson 2020-11-30 13:46:54 +01:00
  • 4350021f09 Bluetooth: host: Make connection lookup functions thread-safe Joakim Andersson 2020-11-19 17:11:09 +01:00
  • fae964c008 Bluetooth: host: Make bt_conn_ref return NULL if the ref count is zero Joakim Andersson 2020-11-30 13:38:49 +01:00
  • 76789883e2 Bluetooth: tester: Fix an error response in tester Jun Huang 2020-12-03 11:56:01 +08:00
  • 1897dcf86e dts: arm: nxp: nxp_lpc55s6x: Fix a few reg sizes Christian Taedcke 2020-12-02 17:26:58 +01:00
  • 67f4d9ff9a dts: arm: nxp: nxp_lpc55s6x: Remove wrong comment Christian Taedcke 2020-12-02 17:20:23 +01:00
  • ec6e09a6e0 boards: lpcxpresso55s69 fix some arduino an mikrobus pins Christian Taedcke 2020-12-02 17:01:19 +01:00
  • 9121b24269 samples: drivers: flash_shell: do not enable CONFIG_SERIAL Henrik Brix Andersen 2020-12-02 22:41:47 +01:00
  • db25454e0e samples: flash_shell: skip boards without zephyr,flash-controller Henrik Brix Andersen 2020-11-20 17:35:57 +01:00
  • c08d1e05fb sanitycheck: Add dt_chosen_enabled devicetree filter function Henrik Brix Andersen 2020-11-20 17:31:57 +01:00
  • e78421515c dts: arm: nxp: kw40z: remove zephyr,flash-controller chosen node Henrik Brix Andersen 2020-12-02 15:37:29 +01:00
  • 83ea7180cf samples/shields: x_nucleo_iks01a3: Add config for stm32mp157c_dk2 Erwan Gouriou 2020-11-26 11:00:26 +01:00
  • c7f26e99f1 samples/shields: x_nucleo_iks01a3/02a1: Default use of prj.conf Erwan Gouriou 2020-11-26 10:56:32 +01:00
  • e452867e2f boards/shields: x_nucleo_iks01a3: No irq-gpio on stm32mp157c_dk2 Erwan Gouriou 2020-11-26 10:51:31 +01:00
  • 9858893ea8 ARC: runner: mdb: tweak searching for cld process pid Eugeniy Paltsev 2020-11-28 21:16:32 +03:00
  • cfba66aa78 boards: arm: sam4l_ek: Enable gpio tests Gerson Fernando Budke 2020-09-28 14:35:51 -03:00
  • 752f00c959 drivers: gpio: sam: Add sam4l SoC support Gerson Fernando Budke 2020-02-23 14:44:55 -03:00
  • 6e38c678af dts: gpio: Add atmel sam4l GPIO bindings Gerson Fernando Budke 2020-09-28 15:45:43 -03:00
  • 7ee994af0f bluetooth: controller: nrf: Provide info about used DPPI resources Andrzej Głąbek 2020-11-30 19:07:03 +01:00
  • 1f6f383481 bluetooth: controller: nrf: Clean up a bit radio_nrf5_ppi.h Andrzej Głąbek 2020-11-30 16:26:08 +01:00
  • db6015b53b eth: mcux: Replace DT_ALIAS() macro with DT_NODELABEL() for fixed link Lukasz Majewski 2020-12-02 10:43:31 +01:00
  • b44a90c9e2 manifest: Update hal nordic Lukasz Maciejonczyk 2020-12-01 11:40:25 +01:00
  • 302db10537 MAINTAINERS: Add myself to watchdog collaborators. Katsuhiro Suzuki 2020-12-02 11:11:40 +09:00
  • 70dee086a8 shell: api description update Jakub Rzeszutko 2020-12-02 10:21:51 +01:00
  • 7371f97097 Samples: Add SMP pktqueue application Evgeniy Didin 2020-02-25 16:22:19 +03:00
  • cec040503b samples: mass: rework disk and fs configuration Johann Fischer 2020-11-24 14:06:37 +01:00
  • 4a59067c36 disk: remove USB MSC specific FAT12 ramdisk Johann Fischer 2020-11-24 11:33:03 +01:00
  • 4cf1d4380e arch: arm: aarch32:cortex_m: timing.c: cortex M7 may need DWT unlock Alexandre Bourdiol 2020-11-30 16:38:55 +01:00
  • e0b35dd0d5 drivers/timer: stm32_lptim: Fix stm32 ll header list Erwan Gouriou 2020-12-01 16:14:28 +01:00
  • beaf0230ba drivers: sensors: bmi160: Fix issue with sample read Yuval Peress 2020-11-17 00:08:57 -07:00
  • 01da5ab1fc drivers: flash: spi_nor: fix bound for parameter headers Peter Bigot 2020-12-01 12:15:45 -06:00
  • 503a70a40a drivers: modem: Add support for quectel bg95 Bilal Wasim 2020-11-23 19:54:31 +05:00
  • f68146f74e sanitycheck: add option to treat overflows as errors Anas Nashif 2020-11-28 11:07:06 -05:00
  • 8305d1b6ef sanitycheck: fix hardware map defaults Anas Nashif 2020-11-26 11:55:02 -05:00
  • a44268f4fb sanitycheck: tests: simplify filter testcase Anas Nashif 2020-11-26 10:51:10 -05:00
  • ad70a69f85 sanitycheck: cleanup hardware map handling Anas Nashif 2020-11-26 09:19:41 -05:00
  • d8e4a86788 sanitycheck: schema: 'available' is a runtime key Anas Nashif 2020-11-26 09:18:45 -05:00
  • 3b939da42c sanitycheck: unify terminology and fix accounting Anas Nashif 2020-11-24 13:21:27 -05:00
  • 657b1ac354 sanitycheck: fix arch filtering Anas Nashif 2020-11-20 09:03:26 -05:00
  • f86bc058ce sanitycheck: reduce verbosity Anas Nashif 2020-11-19 16:05:03 -05:00
  • f909e99f04 sanitycheck: add some debugging during report phase Anas Nashif 2020-11-19 13:01:33 -08:00
  • 696476e24e sanitycheck: report test name if no status Anas Nashif 2020-11-24 08:42:46 -05:00
  • bb42795644 sanitycheck: do not report about execution if --build-only Anas Nashif 2020-11-24 08:39:42 -05:00
  • 531fe89e80 sanitycheck: use multiprcoessing instead of threads Anas Nashif 2020-09-11 13:56:33 -04:00
  • fe07d57e80 sanitycheck: error out if we do not find any tests Anas Nashif 2020-11-20 12:13:47 -05:00
  • 743594faae sanitycheck: print pid of qemu process when debugging Anas Nashif 2020-09-10 08:19:47 -04:00
  • 6918e3def3 devicetree: gpio: provide accessors for controller phandle Peter Bigot 2020-11-23 07:59:33 -06:00
  • 63638ceed6 shell: use public API to check device readiness Peter Bigot 2020-11-30 12:18:44 -06:00
  • c2d852a171 device: refactor to allow direct access to devicetree device structures Peter Bigot 2020-11-23 07:38:52 -06:00
  • d721b7a6ab drivers: spi: convert nrf drivers to dt device defines Peter Bigot 2020-10-29 10:28:34 -05:00
  • cf33927933 drivers: serial: convert nrf drivers to dt device defines Peter Bigot 2020-10-29 10:28:11 -05:00
  • f3db8f5acc drivers: sensor: ccs811: convert to dt device defines Peter Bigot 2020-10-29 10:27:13 -05:00
  • d9e45b579a drivers: regulator: convert to dt device defines Peter Bigot 2020-10-29 10:26:56 -05:00
  • 63043bc5ac drivers: i2c: convert nrf drivers to dt device defines Peter Bigot 2020-10-29 10:26:24 -05:00
  • 1240c28bce drivers: gpio: convert nrf driver to dt device defines Peter Bigot 2020-10-29 10:26:02 -05:00
  • 13048b1a5a drivers: flash: convert spi-nor drivers to dt device defines Peter Bigot 2020-10-29 10:25:37 -05:00
  • 7f1b18da70 drivers: clock_control: convert nrf to dt device defines Peter Bigot 2020-10-29 10:24:56 -05:00
  • 50d67838aa device: redefine devicetree device definition using a more generic API Peter Bigot 2020-06-23 10:28:34 -05:00
  • e643ee26a7 device: provide API that uses the devicetree node as identifier Peter Bigot 2020-06-10 08:19:39 -05:00
  • 4d7e88b4dc drivers: pcie_ep: iproc: Remove sys_read8 from unmap API Abhishek Shah 2020-10-28 01:14:02 +05:30
  • f66e5c4cb0 drivers: pcie_ep: Add API to achieve data transfer with system DMA Abhishek Shah 2020-10-28 00:49:50 +05:30
  • 077522e6bb drivers: pcie_ep: iproc: Add support for PL330 DMA Abhishek Shah 2020-10-27 23:45:17 +05:30
  • 7bce8406d6 pcie: endpoint: Add public API for data transfer with System DMA Abhishek Shah 2020-10-27 23:39:10 +05:30
  • c382376bdf dts: arm: viper: Add tx/rx pl330 channels for iProc PCIe node Abhishek Shah 2020-10-27 23:25:01 +05:30
  • 0ffea47bca dts: bindings: pl330: add dma-cells property Abhishek Shah 2020-10-27 23:20:35 +05:30
  • 0d02de6113 doc: script: Default to empty string in DT docset env var Carles Cufi 2020-12-01 11:00:47 +01:00
  • 7a23490087 drivers: counter: stm32_rtc: remove dependency on maximal libc Peter Bigot 2020-11-30 10:46:56 -06:00
  • 509a26304b drivers: counter: stm32_rtc: clarify epoch for time_t vs RTC Peter Bigot 2020-11-30 09:07:14 -06:00
  • b27c14e355 net: lwm2m: Verify if block transfer is used before skipping TLV parsing Robert Lubos 2020-11-19 14:20:57 +01:00
  • b6ef0c0d94 random: ctr_drbg: Fix the error path in sys_csrand_get Flavio Ceolin 2020-11-11 10:42:51 -08:00
  • 6ac3d0b5b1 random: ctr_drbg: Check entropy_get_entropy return Flavio Ceolin 2020-11-11 10:38:38 -08:00
  • 1c8f52a670 net: lwm2m: Rework bootstrap DELETE operation Robert Lubos 2020-11-24 10:06:47 +01:00
  • 03ce61004b drivers: wifi: esp: control CWMODE depending on current needs Marcin Niestroj 2020-11-19 19:08:49 +01:00
  • 575fe89303 drivers: wifi: esp: improve readability of CWMODE changes Marcin Niestroj 2020-11-20 12:28:46 +01:00
  • 964775fafc drivers: wifi: esp: change internal API to work with multiple flags Marcin Niestroj 2020-11-19 21:28:58 +01:00
  • 347c2501d7 drivers: wifi: esp: add esp_cmd_send() helper function Marcin Niestroj 2020-11-20 00:08:52 +01:00
  • 135bbd5ae4 drivers: wifi: esp: stop locking scheduler when sending data Marcin Niestroj 2020-11-20 00:28:58 +01:00
  • 9fe279f744 drivers: modem: don't clear out cmd handlers if they were not setup Marcin Niestroj 2020-11-19 20:08:50 +01:00