Commit graph

  • 4e3aad36d9 boards: add the onboard RGB LED to the Trinket M0 DTS. Michael Hope 2018-02-23 21:48:09 +01:00
  • 81abbba935 Merge branch 'spi_dt' into trinket_dev Michael Hope 2018-02-23 21:38:44 +01:00
  • d4fd36b231 Merge branch 'upstream_usb' into trinket_dev Michael Hope 2018-02-23 21:38:06 +01:00
  • cc219a5927 samples: create a USB to serial adapter. Michael Hope 2018-02-19 22:20:22 +01:00
  • 0ce286282e uart: sam0: support setting the baud rate at runtime. Michael Hope 2018-02-19 22:17:58 +01:00
  • b79b64c162 boards: move SPI on the Arduino Zero and Trinket to DTS. Michael Hope 2018-02-06 20:11:44 +01:00
  • 11ed1e1faf spi: sam0: use Device Tree for configuration. Michael Hope 2018-01-28 20:13:54 +01:00
  • 1cd68accde gpio: sam0: add pull up/pull down support. upstream_pullup Michael Hope 2018-01-27 09:37:56 +01:00
  • 8381e23609 tests: gpio: add a configuration for the Arduino Zero. Michael Hope 2018-01-25 21:42:11 +01:00
  • b1ba49be7c tests: kernel: Verify the call to abort handler Spoorthi K 2018-02-22 13:05:59 +05:30
  • 6f9823e4a6 samples: basic: fade_led: Update sample to work with ESP32 Vitor Massaru Iha 2018-02-19 15:56:24 -03:00
  • fbaddfb079 drivers: pwm: Add PWM LED driver for ESP32 Vitor Massaru Iha 2017-12-01 08:05:13 -02:00
  • d36028fa52 doc: Add networking information to 1.11 release note Jukka Rissanen 2018-02-23 16:29:11 +02:00
  • 400dc79326 timer: cortex_m: Fix the discontinuous readings of the cycle counter. Holman Greenhand 2018-02-12 18:46:32 +01:00
  • 7170339293 codeowners: Add fallrisk as codeowner of SOC SAM4S Justin Watson 2018-02-21 08:47:53 -08:00
  • f208a59c5e boards: arm: same70: Add mcuboot flash partitions to dts Jonas Pfaff 2017-11-20 08:45:49 +01:00
  • d118b6470e samples: drivers/entropy fixes Alberto Escolar Piedras 2018-02-11 11:06:21 +01:00
  • 30ae79ae39 native: added entropy device Alberto Escolar Piedras 2018-02-11 10:34:33 +01:00
  • f004e0475e native: added more proper command line parameters parsing Alberto Escolar Piedras 2018-02-11 16:30:49 +01:00
  • 31a4e1ccf4 subsys: kernel_event_logger: change kernel event values Savinay Dharmappa 2018-02-21 00:07:48 +05:30
  • b7ef393bfe net: ipv6: Drop ICMPv6 packet if NA header is NULL Ruslan Mstoi 2018-02-22 12:16:09 +02:00
  • ec207f4250 net: app: Move mbedTLS debug log level config to mbedTLS Kconfig Paul Sokolovsky 2018-02-21 17:37:07 +02:00
  • ca94b86b3d drivers: console: Fix crash in shell Ruslan Mstoi 2018-02-22 18:33:01 +02:00
  • 05e00f6e7f doc: remove use of sphinx autodoc extension David B. Kinder 2018-02-22 10:09:52 -08:00
  • 540efaf402 doc: fix misspellings in docs David B. Kinder 2018-02-22 10:17:53 -08:00
  • 3673698df1 doc: fix misspellings in XTENSA Kconfig David B. Kinder 2018-02-22 10:29:04 -08:00
  • cf04bd9e9d doc: fix broken link in contributing guidelines David B. Kinder 2018-02-22 09:25:06 -08:00
  • 2119080371 boards: document and enable USB on the Arduino Zero. Michael Hope 2018-02-16 18:17:01 +01:00
  • 3b16948a4a usb: sam0: add a USB device driver. Michael Hope 2018-01-06 23:19:09 +01:00
  • 94d7afd73f boards: delete misleading comments in flash partitions Marti Bolivar 2018-02-16 16:11:40 -05:00
  • 527e5dabe7 boards: dts: replace comments with links to documentation Marti Bolivar 2018-02-21 14:57:18 -05:00
  • e8e731e53b dts: common.dts: trivial whitespace cleanup Marti Bolivar 2018-02-16 15:06:28 -05:00
  • b7b1dfb8b6 doc: application: re-work DT overlay section Marti Bolivar 2018-02-16 14:56:13 -05:00
  • 137cb01693 doc: flash_partitions: rework Marti Bolivar 2018-02-16 13:56:56 -05:00
  • b328ec51ac cmake: dts.cmake: Use SOC_PATH to find soc/dts.fixup Kumar Gala 2018-02-22 09:27:33 -06:00
  • 440cc18d1b cmake: Move SOC_* var defines to cmake/app/boilerplate.cmake Kumar Gala 2018-02-22 09:25:03 -06:00
  • 4f9864b15b boards: add the Adafruit Trinket M0. Michael Hope 2018-02-21 19:27:01 +01:00
  • a4bba711af boards: add the Adafruit Trinket M0. upstream_trinket Michael Hope 2018-02-21 19:27:01 +01:00
  • 4d72e48d31 arch: POSIX: Add guard into posix_cheats file. Youvedeep Singh 2018-02-21 23:04:07 +05:30
  • 49fbfbb015 tests: kernel: posix: timer: POSIX timer test. Youvedeep Singh 2018-02-21 21:06:28 +05:30
  • 8d040f1bcb kernel: POSIX: Compatibility layer for POSIX timer APIs. Youvedeep Singh 2018-02-21 16:15:26 +05:30
  • f0b678b03b tests: kernel: posix: pthread_cancel: POSIX thread cancel test. Youvedeep Singh 2018-02-16 12:58:07 +05:30
  • cdaffef883 tests: kernel: posix: pthread: Add pthread test. Youvedeep Singh 2018-02-15 19:42:27 +05:30
  • 2d37286404 tests: kernel: posix: clock: Add posix clock test. Youvedeep Singh 2018-02-04 15:59:55 +05:30
  • 2e43d001ea tests: kernel: posix: pthread_join: Add pthread join test. Youvedeep Singh 2018-02-04 11:40:52 +05:30
  • 7903c84694 kernel: POSIX: removing unused elements from POSIX object attribute. Youvedeep Singh 2018-02-15 19:47:53 +05:30
  • d50b1fe981 kernel: POSIX: Compatibility layer for POSIX clock APIs. Youvedeep Singh 2018-01-17 13:09:42 +05:30
  • 1f2e126d4d kernel: POSIX: Compatibility layer for POSIX sleep APIs. Youvedeep Singh 2018-01-13 21:54:23 +05:30
  • 7eabf1025c kernel: POSIX: Compatibility layer for scheduler APIs. Youvedeep Singh 2018-01-13 18:51:15 +05:30
  • c8aa6570c1 kernel: POSIX: Compatibility layer for pthread APIs. Youvedeep Singh 2017-12-28 14:31:57 +05:30
  • abc94b8597 kernel: POSIX: moving POSIX related typedef into sys/types.h file. Youvedeep Singh 2018-01-03 15:38:02 +05:30
  • 325abfbcf4 kernel: POSIX: Fixing return value of POSIX APIs on error. Youvedeep Singh 2018-02-08 08:50:06 +05:30
  • f31245d365 subsys: dfu: boot: Remove unused ver query code. Christopher Collins 2018-02-21 12:45:26 -08:00
  • d9bd6909c3 samples: dump_http_server: move generated files into include/generated Kumar Gala 2018-02-21 10:28:53 -06:00
  • 2e7146b7a6 arch: refactor the SAM0 SoC fixups into a SoC-level file. Michael Hope 2018-02-21 19:28:51 +01:00
  • 87a8d199d8 dts: atmel_sam: Refactor SoC dts.fixup into arch/arm/soc/atmel_sam Kumar Gala 2018-02-21 11:30:11 -06:00
  • 7daca96262 boards: enable the DMA driver on the Arduino Zero. dma_dts Michael Hope 2018-02-21 19:38:56 +01:00
  • 6e92d9a7ad dma: add a DMA driver for the Atmel SAM0 series. Michael Hope 2017-11-15 23:12:49 +01:00
  • 53e62bae6c tests: ensure the DMA buffers are aligned. Michael Hope 2018-02-20 22:53:58 +01:00
  • 3e5252967f arch: refactor the SAM0 SoC fixups into a SoC-level file. move_dts Michael Hope 2018-02-21 19:28:51 +01:00
  • a73e8fa083 dts: nxp: Refactor imx/rt dts.fixup into arch/arm/soc Kumar Gala 2018-02-21 08:38:02 -06:00
  • 4c50b1f199 dts: nxp: Refactor kwx dts.fixup into arch/arm/soc Kumar Gala 2018-02-21 08:31:41 -06:00
  • 8760edd6a5 dts: nxp: Refactor kl2x dts.fixup into arch/arm/soc Kumar Gala 2018-02-06 12:19:00 -06:00
  • 29d4ea327f dts: nxp: Refactor lpc54xxx dts.fixup into arch/arm/soc Kumar Gala 2018-02-06 12:15:25 -06:00
  • 340bc66f24 dts: nxp: Refactor k64 dts.fixup into arch/arm/soc Kumar Gala 2018-02-06 12:14:24 -06:00
  • 336e088d52 boards: nucleo_f429zi: fixup space character issue Erwan Gouriou 2018-02-12 10:58:57 +01:00
  • c1ce290d45 serial: sam: add support for interrupt driven serial Justin Watson 2018-02-19 21:58:07 -08:00
  • 0c45b84ce1 dts: nxp: Add add addr/size cell to spi nodes Kumar Gala 2018-02-21 08:18:19 -06:00
  • 5a5e352899 dts: ti: Refactor TI SoC dts.fixup into arch/arm/soc/ti_simplelink Kumar Gala 2018-02-21 10:19:38 -06:00
  • a8da9a65ac board: nucleo_f412zg: Configure I2C and USB Erwan Gouriou 2018-02-21 15:37:41 +01:00
  • 899ed91506 drivers: usb_dc_stm32: Get USB configuration from DT Yannis Damigos 2017-10-16 15:50:01 +03:00
  • 22c1018bfb dts: arm: 96b_carbon use DT to configure USB Yannis Damigos 2017-10-16 15:42:39 +03:00
  • c431152147 dts: bindings: Add yaml files for STM32 USB support to DT Yannis Damigos 2017-10-15 18:09:49 +03:00
  • 1827fcf07a CODEOWNERS: added entry for POSIX arch & native_posix board Alberto Escolar Piedras 2018-02-21 14:52:50 +01:00
  • d9b105fff5 serial: sam0: add samd20 support Sean Nyekjaer 2018-01-22 18:58:11 +01:00
  • 451fc36824 scripts: extract_dts_inculdes: Fix reg prop size/addr cell calculation Kumar Gala 2018-02-20 12:09:50 -06:00
  • 7fc5ffa92b net: shell: Fix net mem command output Jukka Rissanen 2018-02-20 10:10:36 +02:00
  • 214c685726 kernel: mem_domain: Pass proper type to ensure_w_xor_x() Leandro Pereira 2018-02-20 16:15:14 -08:00
  • 44be8fbb30 doc: doxygen: Hide implementation detail symbols Leandro Pereira 2018-02-20 09:32:39 -08:00
  • 3beb481bab soc: esp32: Fix compile warnings when redefining BIT() macro Leandro Pereira 2018-02-20 09:11:38 -08:00
  • 3e30e8164f samples: subsys: mgmt: smp_svr: add sample app Christopher Collins 2018-02-14 17:20:03 -08:00
  • 5ed30f0360 subsys: stats - Statistics support Christopher Collins 2018-01-29 14:19:50 -08:00
  • 3986ef2770 subsys: mgmt: CMake and Kconfig support. Christopher Collins 2018-01-17 18:02:30 -08:00
  • d14b1aca62 mgmt: Bluetooth transport for SMP (mcumgr). Christopher Collins 2018-01-17 18:02:12 -08:00
  • 14735116d1 subsys: mgmt: UART transport for SMP (mcumgr). Christopher Collins 2018-01-17 18:01:52 -08:00
  • 76bf5646d5 subsys: mgmt: Shell transport for SMP (mcumgr). Christopher Collins 2018-01-17 17:59:49 -08:00
  • 6721d64735 subsys: mgmt: SMP protocol for mcumgr. Christopher Collins 2018-01-17 17:57:25 -08:00
  • 2ad7ccdb2d subsys: dfu: boot: mcuboot: Query current img ver Christopher Collins 2018-01-25 18:31:11 -08:00
  • 7b27fa6d5a subsys: dfu: boot: Allow inspection of boot state. Christopher Collins 2018-01-17 17:40:36 -08:00
  • 41646dbeee ext: lib: mgmt: mcumgr: Build support for mcumgr. Christopher Collins 2018-01-17 17:54:53 -08:00
  • fe5b80ea58 ext: lib: mgmt: mcumgr management infrastructure. Christopher Collins 2018-01-17 17:52:40 -08:00
  • 82e832f836 boards/arm: Enabling SPI ports on nucleo_f103rb Tomasz Bursztyka 2018-02-12 11:54:00 +01:00
  • 561161dc0e boards/arm: Enabling SPI ports on nucleo_f030r8 Tomasz Bursztyka 2018-02-12 11:16:38 +01:00
  • c628146eba drivers/pinmux: Provide common SPI1/SPI2 configuration on stm32f0 Tomasz Bursztyka 2018-02-12 09:36:25 +01:00
  • 00b053a4c8 soc/stm32: Add DTS support for SPI port 2 on stm32f030 series Tomasz Bursztyka 2018-02-12 09:17:50 +01:00
  • 1e159de848 Bluetooth: Mesh: Use a single transmission from Friend to LPN Johan Hedberg 2018-02-16 19:50:34 +02:00
  • 76b262cae2 net: pkt: Fix comment typo in word fragment Ruslan Mstoi 2018-02-20 15:55:48 +02:00
  • 9f376407c0 net: ipv6: Drop NS packet if LL address is too long Ruslan Mstoi 2018-02-20 15:31:38 +02:00
  • 1f43e7b684 boards: arm: STM32 boards use DT to configure SPI Daniel Wagenknecht 2018-01-28 02:37:58 +01:00
  • 44bfd32f22 dts: spi: add remaining SPI fixup defines for STM32 Daniel Wagenknecht 2018-01-28 02:28:49 +01:00