Commit graph

  • bd7f4fc613 boards: arduino due: default to building with MPU support Ioannis Glaropoulos 2019-03-14 16:12:07 +01:00
  • bb35bb8ad5 soc: arm: sam3x: minor fixes in soc.h and arm_mpu_regions.c Ioannis Glaropoulos 2019-03-14 16:13:43 +01:00
  • cebc26274f CODEOWNERS: add code-owner for Arduino Due Ioannis Glaropoulos 2019-03-14 16:10:04 +01:00
  • 09dc929d41 userspace: fix copy from user locking Andrew Boie 2019-04-12 12:32:34 -07:00
  • 4097a5bf63 boards: arm: add board support for mimxrt1015_evk Ryan QIAN 2019-03-04 23:00:23 +08:00
  • 6e277cff20 drivers: serial: add config for uart 4 Ryan QIAN 2019-03-21 17:14:16 +08:00
  • f44514d1e4 arch: arm: nxp: imxrt1015: add device support Ryan QIAN 2019-03-04 22:59:15 +08:00
  • 55a63cadc1 ext: hal: nxp: mcux: add device files for RT1015 Ryan QIAN 2019-03-04 22:22:09 +08:00
  • 8a4dbb5b03 drivers: i2c: rv32m1: add I2C driver for the RV32M1 RI5CY SoC Henrik Brix Andersen 2019-04-01 21:09:44 +02:00
  • a061443940 interrupt_controller: rv32m1: fix intmux driver initialization priority Henrik Brix Andersen 2019-04-08 21:26:06 +02:00
  • 1e6f4bd1f6 doc: guides: add "Asking for Help" guide Marti Bolivar 2019-04-17 12:54:17 -06:00
  • 8b147cd1b9 README.rst: shorten it Marti Bolivar 2019-04-17 12:53:45 -06:00
  • 95a5f90ce7 tests: can: api: Fix "Device not not found" error message Yannis Damigos 2019-04-18 19:49:12 +03:00
  • 4f99a38b06 arch: all: Remove not used struct _caller_saved Flavio Ceolin 2019-04-17 14:54:15 -07:00
  • d61c679d43 arch: all: Remove legacy code Flavio Ceolin 2019-04-17 13:15:26 -07:00
  • 13dfeba5bd arm: V2M Musca B1: Add Musca B1 SoC and board support Karl Zhang 2019-01-30 13:30:32 +08:00
  • 6e7f99a985 boards: stm32f4_disco: added missing LED aliases Jan Sturm 2019-04-02 19:24:36 +02:00
  • 83de530d5a scripts/coccinelle: Add script for counting identifier length Patrik Flykt 2019-03-05 11:13:47 -07:00
  • 3fa90938fe tests/kernel/schedule_api: also test without time slicing Daniel Leung 2019-03-27 10:12:11 -07:00
  • 149cc7fda1 native_posix: cmdline: Hint user about wrong options Alberto Escolar Piedras 2019-03-30 15:00:19 +01:00
  • cc15b9ced3 soc: nordic_nrf: MPU temperature sensor default William Fish 2019-04-01 15:03:09 +01:00
  • 7f2f1d3c7a tests: crypto: Update HMAC_PRNG test Thomas Ebert Hansen 2019-04-08 12:25:15 +02:00
  • 18b51587b3 doc: sample: mpu Update documentation Aaron Tsui 2019-04-10 11:10:59 +08:00
  • ab712b2d67 mimxrt1060_evk: mimxrt1064_evk: Enable pyocd runner Maureen Helm 2019-04-09 13:13:51 -05:00
  • a819d1628b dfu/boot: Replace flash partitioning terminology Andrzej Puzdrowski 2019-04-11 16:52:38 +02:00
  • 945f9c7d54 dfu/boot: non-secure app support Andrzej Puzdrowski 2019-04-11 12:09:52 +02:00
  • aa2b8a1bc7 scripts/sanitycheck: Precompile test-time regular expressions Andy Ross 2019-03-06 09:45:30 -08:00
  • 7fdb525754 kconfig: Use 'default' instead of 'def_bool' in Kconfig.defconfig files Ulf Magnusson 2019-03-18 12:29:31 +01:00
  • f6784ed1d7 usb: usb_dc_stm32: Add missing function Andrei Emeltchenko 2019-04-03 10:12:53 +03:00
  • f350c275e1 tests: usb: Add write() and set_callback() tests Andrei Emeltchenko 2019-03-26 16:48:48 +02:00
  • 8cf9bf032b tests: usb: Add usb_read() for invalid endpoint Andrei Emeltchenko 2019-03-25 16:07:26 +02:00
  • 1178042cf4 tests: usb: Add more USB DC tests and refactor names Andrei Emeltchenko 2019-03-27 11:39:40 +02:00
  • cf349df34d usb: usb_dc_kinetis: Fix using invalid index Andrei Emeltchenko 2019-03-27 11:38:12 +02:00
  • cc9c91513f usb: usb_dc_kinetis: Verify endpoint is valid Andrei Emeltchenko 2019-03-27 11:35:09 +02:00
  • 53ab1e2414 usb: usb_dc_native_posix: Check endpoint is valid Andrei Emeltchenko 2019-03-27 11:34:02 +02:00
  • 582b44014c usb: usb_dc_dw: Check endpoint is valid Andrei Emeltchenko 2019-03-27 11:32:29 +02:00
  • 81fbf0f4b5 usb: usb_dc_native_posix: Fix valid endpoints check Andrei Emeltchenko 2019-03-26 16:53:15 +02:00
  • 23d22043a4 usb: usb_dc_dw: Fix valid endpoints check Andrei Emeltchenko 2019-03-26 16:51:23 +02:00
  • 1b1c5f72d9 tests: usb: Add write() and set_callback() tests Andrei Emeltchenko 2019-03-26 16:48:48 +02:00
  • dad6ddef7f tests: usb: Cleanup tests Andrei Emeltchenko 2019-03-26 15:31:21 +02:00
  • e952033559 samples: usb: mass: Add whitelist mass storage on ram Andrei Emeltchenko 2019-03-26 15:28:35 +02:00
  • d0bc6891d8 tests: usb: Add usb_read() for invalid endpoint Andrei Emeltchenko 2019-03-25 16:07:26 +02:00
  • b8bab7b3c1 native_posix: Enable USB device for the board Andrei Emeltchenko 2019-03-25 11:35:11 +02:00
  • 9fa5d9a5bf tests: usb: Fix checking error code Andrei Emeltchenko 2019-03-25 11:33:35 +02:00
  • 4f2674f164 samples: usb: Add depends_on gpio Andrei Emeltchenko 2019-03-25 11:32:20 +02:00
  • 69726bbccb usb: tests: Enable other boards for test Andrei Emeltchenko 2019-03-22 14:51:58 +02:00
  • 35a81562e8 samples: usb: hid: Enable harness for the sample Andrei Emeltchenko 2019-03-22 12:12:09 +02:00
  • 689d71b291 arm: Add support for MINI-M4 for STM32 Board Kwon Tae-young 2019-01-20 13:37:55 +09:00
  • a7199b757d soc: st: add STM32F415RG Kwon Tae-young 2019-01-20 13:25:59 +09:00
  • f458a50938 driver/audio: mpxxdtyy: Added support for 2 microphones (stereo) Armando Visconti 2019-03-22 14:47:56 +01:00
  • bb09c458c1 cmake: Prevent infinite recursion Jacob Siverskog 2019-04-01 12:08:26 +02:00
  • 78714b4ff4 boards: arm: nucleo_f746zg: Activate CAN on nucleo F746zg Alexander Wachter 2019-04-05 13:54:59 +02:00
  • 917cb432ee sensor: fxos8700: add support for hardware reset pin Henrik Brix Andersen 2019-04-08 21:19:34 +02:00
  • 08d41ecff5 dts: stm32f412Xg: Factorize package definitions Erwan Gouriou 2019-03-22 14:14:02 +01:00
  • 1e5e8829c7 drivers: sensor: APDS9660 WhoAmI check logic William Fish 2019-04-01 15:08:58 +01:00
  • 86b0c22dc4 kconfig: Avoid potential issue parsing generated_dts_board.conf Ulf Magnusson 2019-04-08 14:13:39 +02:00
  • 247337a0d1 shell: kconfig: Put 'menuconfig SHELL' in top-level menu Ulf Magnusson 2019-04-09 14:14:58 +02:00
  • 60c395024f genrest: Include all parents in menu paths Ulf Magnusson 2019-04-11 21:49:32 +02:00
  • aec74f692c kconfiglib/menuconfig: Various behavior/UI improvements Ulf Magnusson 2019-03-18 15:00:42 +01:00
  • 9964cf29ac kconfig: Add missing quotes after 'source' and 'menu' Ulf Magnusson 2019-03-18 15:03:35 +01:00
  • c28fdc7a0f ext: hal: nordic: Update nrfx to version 1.7.1 Andrzej Głąbek 2019-04-01 10:51:43 +02:00
  • 56a2691e1c bluetooth: host: Unref conn on direct adv start error Pawel Dunaj 2019-04-17 17:40:23 +02:00
  • d4dbab9f83 bluetooth: host: Use correct identity when direct advertising Pawel Dunaj 2019-04-17 17:32:08 +02:00
  • 26cfbf81db bluetooth: host: Save id when allocating CCC cfg slot Pawel Dunaj 2019-04-17 12:02:26 +02:00
  • 8905b0fe21 drivers/gpio_intel_apl.c: fix return value for gpio_pin_read() Charles E. Youse 2019-04-17 16:21:59 -07:00
  • 6b4007e5ed samples: sensor: bme280: Convert code to use printk Kumar Gala 2019-03-28 14:44:45 -05:00
  • c0a1f46363 boards: rv32m1_vega: fix I2C bus references Henrik Brix Andersen 2019-04-06 20:07:57 +02:00
  • 55502df866 boards: rv32m1_vega_ri5cy: add STS LED to DTS Henrik Brix Andersen 2019-04-10 21:50:51 +02:00
  • c38df1515c ext/hal: stm32l4xx: Fix warnings for extraneous parentheses Kumar Gala 2019-03-20 13:29:05 -05:00
  • 0a482cd92a ext/hal: stm32l0xx: Fix warnings for extraneous parentheses Kumar Gala 2019-03-20 13:38:06 -05:00
  • 073ece5080 ext/hal: stm32f7xx: Fix warnings for extraneous parentheses Kumar Gala 2019-03-20 13:37:55 -05:00
  • 3ec47dcf1c ext/hal: stm32f4xx: Fix warnings for extraneous parentheses Kumar Gala 2019-03-20 13:21:50 -05:00
  • 0404cf90f0 ext/hal: stm32f3xx: Fix warnings for extraneous parentheses Kumar Gala 2019-03-20 13:37:41 -05:00
  • 198387dcd9 ext/hal: stm32f2xx: Fix warnings for extraneous parentheses Kumar Gala 2019-03-20 13:37:19 -05:00
  • a51bfc8dc4 ext/hal: stm32f1xx: Fix warnings for extraneous parentheses Kumar Gala 2019-03-20 13:36:59 -05:00
  • ee69d0049b ext/hal: stm32f0xx: Fix warnings for extraneous parentheses Kumar Gala 2019-03-20 13:36:36 -05:00
  • 397abd41c8 cmake: DT: Add support for out-of-tree binding root directories Sebastian Bøe 2019-03-14 13:06:40 +01:00
  • 9472299226 cmake: DT: Change from -Idts/common to -isystem dts/common Sebastian Bøe 2019-03-13 16:18:01 +01:00
  • 3751275fb0 drivers: gpio: stm32: add ASCR configuration for L47x+ Song Qiang 2019-03-07 12:10:21 +08:00
  • 25ea5fea59 drivers: pinmux: stm32: add F4 RTS/CTS definitions Georgij Cernysiov 2019-02-08 18:57:09 +01:00
  • 04da64db76 drivers: serial: stm32: dts binding, and fixup for flow control Georgij Cernysiov 2019-02-08 18:39:35 +01:00
  • 3f0f617bb1 drivers: pinmux: stm32: reformat L4 pinmux Georgij Cernysiov 2019-02-08 10:15:02 +01:00
  • 5b5f0a5f22 drivers: pinmux: stm32: add L4 RTS/CTS definitions Georgij Cernysiov 2019-03-15 19:57:06 +01:00
  • 6751c1ff73 drivers: pinmux: stm32: add F4 RTS/CTS definitions Georgij Cernysiov 2019-03-15 19:55:23 +01:00
  • 78eed34b78 drivers: serial: stm32: add serial hw flow control Georgij Cernysiov 2019-03-15 19:51:09 +01:00
  • c74c131e4f drivers: serial: stm32: add err_check Georgij Cernysiov 2019-02-14 10:50:19 +01:00
  • 39d4babf00 board: stm32_min_dev: Add USB support Harry Jiang 2018-12-04 11:34:31 +08:00
  • 3de55daab1 drivers: serial: stm32: remove forced RXNE clearance Georgij Cernysiov 2019-02-06 23:31:24 +01:00
  • c9090caad7 drivers: can: mcp2515: Fixes for DT SPI cs Karsten Koenig 2019-03-31 13:06:01 +02:00
  • bf52bfea90 samples: can: Added project configuration for MCP2515 Karsten Koenig 2019-02-18 10:03:44 +01:00
  • 4f7761047b drivers: can: mcp2515: Rework for DTS SPI bindings Karsten Koenig 2019-02-18 09:26:45 +01:00
  • 35b9308488 drivers: can: mcp2515: Add driver for MCP2515 CAN controller Karsten Koenig 2018-06-12 08:23:20 +02:00
  • b8774ae8f6 CODEOWNERS: code-owner for SAM3X Ioannis Glaropoulos 2019-03-04 23:05:05 +01:00
  • 51a563dc7d soc: arm: sam3x: add MPU capability Ioannis Glaropoulos 2019-02-20 12:28:59 +01:00
  • f92abffe5f ieee802154_kw41z: Fix build error with SYS_LOG_INFO Kumar Gala 2019-04-17 12:59:04 -05:00
  • e039053546 uart/ns16550, drivers/pcie: add PCI(e) support Charles E. Youse 2019-04-02 10:06:07 -07:00
  • 4cf4040af0 arc: print human-readable exception info Andrew Boie 2019-04-03 14:25:28 -07:00
  • 36ff55cba0 gpio: rv32m1: enable GPIO port clocks Henrik Brix Andersen 2019-04-08 21:00:12 +02:00
  • 3e798dfd88 net: ethernet: Send sender IP address in ARP announce packets Patrik Flykt 2019-04-12 13:13:24 -06:00
  • 7e14cff8d7 net: ethernet: Set NET_ETH_PTYPE_ARP for IPv4 link local packet type Patrik Flykt 2019-04-12 12:24:43 -06:00