Commit graph

  • ae7a59eae4 test/drivers/gpio: add tests for new API Peter Bigot 2019-11-13 11:01:37 -06:00
  • 060daac089 gpio: add error return when blocking might occur Peter Bigot 2019-09-17 09:09:41 -05:00
  • 53178c36bd gpio: put back deprecation comments Peter Bigot 2019-09-17 08:42:29 -05:00
  • cb9c3efaad drivers: gpio_mmio32: Add gpio_driver_data to driver data Kumar Gala 2019-09-20 07:37:49 -05:00
  • 9736d8dee2 drivers: gpio_sx1509b: Add gpio_driver_data to driver data Kumar Gala 2019-09-20 07:37:39 -05:00
  • 01d74c6393 drivers: gpio_stm32: Add gpio_driver_data to driver data Kumar Gala 2019-09-20 07:37:31 -05:00
  • 049dd625db drivers: gpio_stellaris: Add gpio_driver_data to driver data Kumar Gala 2019-09-20 07:37:19 -05:00
  • d33ba46751 drivers: gpio_sifive: Add gpio_driver_data to driver data Kumar Gala 2019-09-20 07:37:06 -05:00
  • dce2251043 drivers: gpio_sam0: Add gpio_driver_data to driver data Kumar Gala 2019-09-20 07:36:57 -05:00
  • 88c23b9f9d drivers: gpio_rv32m1: Add gpio_driver_data to driver data Kumar Gala 2019-09-20 07:36:49 -05:00
  • d408fa0411 drivers: gpio_pcal9535a: Add gpio_driver_data to driver data Kumar Gala 2019-09-20 07:36:39 -05:00
  • cc4723ca5d drivers: gpio_mcux_lpc: Add gpio_driver_data to driver data Kumar Gala 2019-09-20 07:36:30 -05:00
  • d91cb6ec7c drivers: gpio_mchp_xec: Add gpio_driver_data to driver data Kumar Gala 2019-09-20 07:36:21 -05:00
  • af66e1dccd drivers: gpio_intel_apl: Add gpio_driver_data to driver data Kumar Gala 2019-09-20 07:36:12 -05:00
  • dfbb8fa5f1 drivers: gpio_imx: Add gpio_driver_data to driver data Kumar Gala 2019-09-20 07:36:03 -05:00
  • bd06f0835a drivers: gpio_ht16k33: Add gpio_driver_data to driver data Kumar Gala 2019-09-20 07:35:53 -05:00
  • 22042ad75c drivers: gpio_esp32: Add gpio_driver_data to driver data Kumar Gala 2019-09-20 07:35:09 -05:00
  • bcdc057503 drivers: gpio_dw: Add gpio_driver_data to driver data Kumar Gala 2019-09-20 07:34:55 -05:00
  • 5a34407daa drivers: gpio_cmsdk_ahb: Add gpio_driver_data to driver data Kumar Gala 2019-09-20 07:34:45 -05:00
  • be17245419 drivers: gpio_cc32xx: Add gpio_driver_data to driver data Kumar Gala 2019-09-20 07:34:34 -05:00
  • f30e4efd7a drivers: gpio_cc13xx_cc26xx: Add gpio_driver_data to driver data Kumar Gala 2019-09-20 07:33:46 -05:00
  • 3231b22767 drivers: gpio_nrfx: Update for handling local layer in core Kumar Gala 2019-09-18 08:38:58 -05:00
  • 7e6d9ffb31 drivers: gpio_sam: Update for handling local layer in core Kumar Gala 2019-09-18 08:37:52 -05:00
  • 31139f834a drivers: gpio_gecko: Update for handling local layer in core Kumar Gala 2019-09-18 08:34:51 -05:00
  • bd8141832e drivers: gpio_mcux: Update for handling local layer in core Kumar Gala 2019-09-18 08:23:18 -05:00
  • b535881f0c gpio: Handle logical conversion in gpio api layer Kumar Gala 2019-09-18 08:22:37 -05:00
  • 84b27a1525 gpio: Reorder code in drivers/gpio.h Kumar Gala 2019-09-20 06:06:46 -05:00
  • 7989f5cd6b drivers: gpio_mcux: Fix interrupt handling Kumar Gala 2019-09-23 17:47:31 -05:00
  • 951f91071a samples: button: update to use new GPIO API Piotr Mienkowski 2019-06-03 12:29:18 +02:00
  • ebc5bc62b0 samples: blinky: update to use new GPIO API Piotr Mienkowski 2019-01-29 00:33:10 +01:00
  • 30a97ce28e drivers: gpio_mcux: update to use new GPIO API Piotr Mienkowski 2019-08-09 01:28:40 +02:00
  • ff90b2c1d6 drivers: gpio_nrfx: update to use new GPIO API Piotr Mienkowski 2019-08-06 00:56:05 +02:00
  • 39effb4397 drivers: gpio_sam: update to use new GPIO API Piotr Mienkowski 2019-01-29 02:39:43 +01:00
  • 1fdc3bed14 drivers: gpio_gecko: update to use new GPIO API Piotr Mienkowski 2019-01-29 00:30:28 +01:00
  • 7f57737319 tests: add gpio_api_1pin testcase Piotr Mienkowski 2019-09-03 10:07:49 +02:00
  • 48b674b570 gpio: use named types to distinguish pin sets from pin values Peter Bigot 2019-08-26 11:44:01 -05:00
  • 33193a57eb gpio: add gpio_pin_interrupt_configure function Piotr Mienkowski 2019-06-30 21:52:18 +02:00
  • d6191b5781 gpio: add new functions to set/get pin/port values Piotr Mienkowski 2019-05-31 11:00:13 +02:00
  • af972c2c47 api: gpio: Align GPIO dt-bindings flags with Linux DTS Piotr Mienkowski 2019-01-22 10:13:02 +01:00
  • ca0e8595d9 Bluetooth: host: Added new LE Feature Support bit masks Vinayak Kariappa Chettimada 2020-02-05 10:19:55 +05:30
  • 7a1ab24891 usb: rework USB transfer logging Johann Fischer 2019-12-12 17:09:44 +01:00
  • 7bd0de0c61 usb: move USB transfer functions to appropriate file Johann Fischer 2019-12-12 16:38:28 +01:00
  • 47a51d4698 samples: http_get: exclude cc32xx for sample.net.sockets.http_get.posix Vincent Wan 2020-01-31 13:07:53 -08:00
  • 801077f03e samples: http_get: fix build warnings on cc32xx Vincent Wan 2020-01-31 11:53:12 -08:00
  • 529195e276 samples: net: modem: Remove extra DTS setting from cmake Jukka Rissanen 2020-02-04 14:13:23 +02:00
  • 7b22f683d0 samples: net: modem: Fix the name of the app Jukka Rissanen 2020-02-04 14:11:48 +02:00
  • 1474b4ea14 drivers: modem: gsm: Use modem log level instead of ppp Jukka Rissanen 2020-02-04 14:08:04 +02:00
  • 3e8b4918f3 Bluetooth: Add HCI Error codes defined in BT 5.2 Spec. Vinayak Kariappa Chettimada 2020-02-04 18:57:23 +05:30
  • 4fea711f5e west.yml: Enable missing tests for SAMV71 Gerson Fernando Budke 2020-02-01 11:08:53 -03:00
  • c6d3d81acb CODEOWNERS: add owner for the same4 platform Gerson Fernando Budke 2019-11-04 19:43:05 -03:00
  • c6a8ca3935 boards: arm: Add sam4e_xpro board Gerson Fernando Budke 2019-11-02 23:09:04 -03:00
  • 4a5de7bb87 soc: arm: atmel: Add sam4e mcu Gerson Fernando Budke 2019-10-24 22:20:29 -03:00
  • 527ebe131d dts: arm: atmel: Add sam4e device tree Gerson Fernando Budke 2019-10-24 20:42:29 -03:00
  • 5737b5c843 kernel/sched: Re-add IPI calls on k_wakeup() and k_thread_priority_set() Andy Ross 2020-02-04 13:52:09 -08:00
  • c44d566aee kernel/sched: Re-fix SMP wait-for-switch on interrupt exit Andy Ross 2020-02-04 13:45:54 -08:00
  • 6d1a32a60d drivers: dma: stm32: Fix compiler warning Kumar Gala 2020-02-04 14:43:36 -06:00
  • 1a37baf24a drivers: ieee802154: rf2xx: Enable sub-GHz L2 conditionally Carles Cufi 2020-02-04 21:37:24 +01:00
  • afd1db6c9a boards: arm: atsamr21_xpro: Fix default configuration Carles Cufi 2020-02-04 19:49:06 +01:00
  • 6048d554c9 boards: arm: degu_evk: Fix default configuration Carles Cufi 2020-02-04 20:03:56 +01:00
  • f21aaeffaa soc: atmel: sam: Add spi pinmap Gerson Fernando Budke 2020-02-01 14:12:51 -03:00
  • b1b60ac1d8 drivers: spi: sam: Add support to samv71 soc Gerson Fernando Budke 2019-11-20 20:15:23 -03:00
  • ff7f71b8e0 boards: arm: Fix sam_e70_xplained spi conf warning Gerson Fernando Budke 2019-12-14 12:17:14 -03:00
  • 7422cff736 drivers: spi: sam: Enable generic config Gerson Fernando Budke 2019-11-20 20:01:35 -03:00
  • 17ccd9ee1b drivers: usb: sam: Add support to samv71 soc Gerson Fernando Budke 2019-12-14 12:34:20 -03:00
  • 62cda9532c tests: drivers: adc: Add support to samv71 soc Gerson Fernando Budke 2019-12-14 17:02:57 -03:00
  • c8696293a9 libc: fix build issue with posix fs APIs on xtensa Kumar Gala 2020-02-04 08:52:13 -06:00
  • 84a0b32210 drivers: spi: nrfx: factorise spi_context_lock() Ismael Fillonneau 2020-01-02 15:41:09 +01:00
  • 4a1bb71694 drivers: gpio: Add samv71 defines Gerson Fernando Budke 2019-11-17 20:41:22 -03:00
  • c1cb5ea540 Bluetooth: controller: Remove compiler specific warning Morten Priess 2020-02-04 13:14:51 +01:00
  • baa72d8c32 riscv_machine_timer: optimize MTIME/MTIMECMP registers access in riscv64 Jim Shu 2020-01-30 19:00:00 +08:00
  • d290dccfec usb: audio: Fixed switching to alternate interface Emil Obalski 2020-01-03 11:45:59 +01:00
  • e6ba235376 CODEOWNERS: add owner for the samv71 platform Gerson Fernando Budke 2019-12-11 22:50:06 -03:00
  • d70ad947db boards: arm: Add sam_v71_xult board Gerson Fernando Budke 2019-11-17 20:35:55 -03:00
  • 9e52789054 soc: arm: atmel: Add samv71 mcu Gerson Fernando Budke 2019-11-17 20:34:30 -03:00
  • 47c034e4d9 dts: arm: atmel: Add samv71 device tree Gerson Fernando Budke 2019-11-17 12:25:04 -03:00
  • e937ef652b west.yml: update hal_atmel for SAM4E/SAMV71 Gerson Fernando Budke 2020-02-02 23:10:26 -03:00
  • 54ddd514ae scripts: grutils: tweak sort keys to group siblings Martí Bolívar 2020-01-29 11:51:54 -08:00
  • d406439570 gen_defines: don't emit comments with "# " lines Martí Bolívar 2020-01-29 08:43:00 -08:00
  • c63069489c gen_defines: emit output for all nodes in dependency order Martí Bolívar 2020-01-28 16:03:43 -08:00
  • 3fba0cb5d1 board: nucleo_l152re: Limit sysfreq to 16MHz Erwan Gouriou 2020-01-29 15:34:55 +01:00
  • 4efbbce692 Bluetooth: controller: Fix settings dependency Thomas Ebert Hansen 2019-11-29 13:02:22 +01:00
  • a28f8fbef5 soc: arm: nxp: ke1xf: add option for keeping watchdog enabled at boot Henrik Brix Andersen 2020-01-28 16:01:36 +01:00
  • e0e31eb296 doc: fix links to www.zephyrproject.org Anas Nashif 2020-02-03 16:29:43 -05:00
  • 01b3159b31 doc: update gsg with sdk v0.11.1 Anas Nashif 2020-01-31 15:39:07 -05:00
  • 5267a5e809 toolchain: Bump min SDK version to 0.11.1 Kumar Gala 2020-02-03 05:01:31 -06:00
  • 47ec94a662 ci: Bump docker image and SDK support to 0.11.1 Kumar Gala 2020-02-02 09:20:00 -06:00
  • 9897c3b0dd libc: Move xtensa reentrant syscall impl to common libc-hooks Kumar Gala 2020-02-03 05:08:04 -06:00
  • 1421dfb3f1 boards: efr32_slwstk6061a: Enable watchdog Oane Kingma 2019-11-08 21:54:19 +01:00
  • 6b382bc9e7 boards: efr32mg_sltb004a: Enable watchdog Christian Taedcke 2019-11-05 09:20:42 +01:00
  • fff0a2b5e7 dts / boards / soc: Add support for SiLabs Gecko watchdog Oane Kingma 2019-11-04 16:09:42 +01:00
  • dc5c242223 drivers/watchdog: Add support for SiLabs Gecko Watchdog Oane Kingma 2019-11-04 16:08:24 +01:00
  • 59208ac13b runners: pyocd: add --tool-opt parameter Frank Li 2019-11-24 17:10:07 +08:00
  • c0d31bf02b settings: Reduction of settings_src_register function Dominik Ermel 2020-02-03 10:39:56 +00:00
  • f3dc623478 kconfig: Remove log backend options from MCUMGR configuration Dominik Ermel 2020-02-03 13:34:04 +00:00
  • 9d2e34e9c8 bluetooth: host: Add workaround for USB HCI controllers François Delawarde 2020-01-30 08:23:00 +01:00
  • d715fbba63 samples: boards: nrf: add battery measurement sample Peter A. Bigot 2019-10-21 13:34:04 -05:00
  • 4420c5ed40 adc: provide API to help with conversions Peter A. Bigot 2019-12-26 13:16:21 -06:00
  • 6438195701 devicetree: add voltage-divider binding Peter A. Bigot 2019-12-26 11:32:06 -06:00
  • 96ccc46e03 kernel/sched: Put k_thread_start() under a single lock Andy Ross 2020-01-23 13:28:30 -08:00
  • ed6b4fb21c kernel/sched: Properly synchronize pend() Andy Ross 2020-01-23 13:04:15 -08:00