Commit graph

  • 901c0a1cfd linker: Port usage of custom-sections to use Cmake Øyvind Rønningstad 2019-03-20 12:53:49 +01:00
  • 6d0039444c arch: Port the ramfunc section to the Cmake function Øyvind Rønningstad 2019-03-12 17:15:32 +01:00
  • 000103906a soc: arm: st_stm32: Port CCM sections to use the Cmake function Øyvind Rønningstad 2019-03-12 10:16:40 +01:00
  • f2a1572ac2 cmake: Add function for adding snippets to the linker file Øyvind Rønningstad 2019-03-06 17:28:05 +01:00
  • f888f9ab27 arch: arm: Fix checks of CONFIG_MPU_REQUIRES_POWER_OF_TWO_ALIGNMENT Bradley Bolen 2019-05-17 15:11:28 -04:00
  • 5c8faf890d arch: arm: Fix checks of CONFIG_ZERO_LATENCY_IRQS Bradley Bolen 2019-05-17 15:01:27 -04:00
  • 65ae6433dc arch: arm: Fix checks of CONFIG_IRQ_OFFLOAD Bradley Bolen 2019-05-17 15:00:32 -04:00
  • 63013d93ab arch: arm: Fix checks of CONFIG_USERSPACE Bradley Bolen 2019-05-17 10:21:37 -04:00
  • c5665f2e8e arch: arc: Fix checks of CONFIG_STACK_POINTER_RANDOM Bradley Bolen 2019-05-17 14:57:48 -04:00
  • d2ef19bd25 arch: arc: Fix checks of CONFIG_ARC_FIRQ Bradley Bolen 2019-05-17 14:54:43 -04:00
  • 3950f664dd arch: arc: Fix checks of CONFIG_USERSPACE Bradley Bolen 2019-05-17 10:20:01 -04:00
  • 8ce04c5a6b dts: arm: delete systick node from SoCs not having the SysTick timer Ioannis Glaropoulos 2019-05-14 09:44:28 +02:00
  • 579ac7bd1a dts: atmel: sam0: correct ARM Cortex-m variant in dtsi Ioannis Glaropoulos 2019-05-14 09:30:06 +02:00
  • 75f681b0d9 soc: arm: add ARM MPU node info and fixup for Cortex-M7 SoCs Ioannis Glaropoulos 2019-05-14 09:00:10 +02:00
  • 4b15873c13 soc: arm: add ARM MPU node info and fixup for ARMv8-M SoCs Ioannis Glaropoulos 2018-12-18 19:26:24 +01:00
  • 36cedd932a arch: arm: mpu: use DTS-defined number of MPU regions Ioannis Glaropoulos 2018-12-18 19:20:38 +01:00
  • 0a08c4e1e9 dts: arm: add DTS binding for ARM MPU peripheral Ioannis Glaropoulos 2018-12-18 19:24:53 +01:00
  • a1e3f39214 usb_dc_stm32: Check if functions' arguments are valid Yannis Damigos 2019-05-18 21:45:56 +03:00
  • d5481055f2 arch: arm: print thread name in z_NanoFatalErrorHandler() Ioannis Glaropoulos 2019-05-20 10:43:37 +02:00
  • 04ccd40093 disk: kconfig: Group related symbols and use 'menuconfig' symbol Ulf Magnusson 2019-05-16 00:59:31 +02:00
  • ac4eb32293 arch: arm: fix "template with C linkage" in cmsis.h Anton Gerasimov 2019-05-20 14:23:02 +02:00
  • 46da745ed8 env: ignore unset var Christopher Métrailler 2019-05-17 11:24:11 +02:00
  • 01a71eae3d arch: arm: remove redundant definitions of typeof Ioannis Glaropoulos 2019-05-16 12:28:09 +02:00
  • bf74f5410f tests/subsys/usb/device: Fix comment and message Yannis Damigos 2019-05-18 22:18:26 +03:00
  • 7e85700ad6 boards: arm: twr_ke18f: add RTC to list of supported peripherals Henrik Brix Andersen 2019-05-16 22:16:38 +02:00
  • 3cdb1924f0 soc: arm: nxp: ke1xf: add RTC support Henrik Brix Andersen 2019-05-16 22:13:59 +02:00
  • 5b400fbeea doc: trivial fix for lpcxpresso54114 doc Marti Bolivar 2019-05-16 08:09:28 -06:00
  • c3de368e47 tests: bluetooth: Test vendor-specific events Thomas Ebert Hansen 2019-05-13 13:39:53 +02:00
  • 5e1de1a983 Bluetooth: Add support for vendor-specific events Thomas Ebert Hansen 2019-05-13 14:57:19 +02:00
  • b800737f72 net: ipv4: Allow UDP packets with broadcast dst address Jukka Rissanen 2019-05-15 11:38:42 +03:00
  • 65352a740d boards/x86/acrn: fix documentation to reflect "demo" nature Charles Youse 2019-05-14 11:06:14 -07:00
  • 605a390633 doc: kconfig: Fix accidental SPDX-License-Identifier in generated doc Ulf Magnusson 2019-05-17 21:50:18 +02:00
  • ea5866e5f0 kconfig: Use 'CONFIG_FOO_*' in #endif comments to avoid CI failures Ulf Magnusson 2019-05-17 23:23:10 +02:00
  • 6b51ef731d arch: arm: Fix check of Kconfig option Bradley Bolen 2019-05-15 11:13:59 -04:00
  • e8e5086eed tracing: Fix checks of Kconfig options Bradley Bolen 2019-05-07 09:13:13 -04:00
  • 63e784ca8c logging: Fix checks of Kconfig option Bradley Bolen 2019-05-13 16:41:57 -04:00
  • 3c0c1bfa8d shell: Fix checks of Kconfig options Bradley Bolen 2019-05-13 16:37:11 -04:00
  • c0b30355fb net: sockets: implement getsockname function Tomasz Gorochowik 2019-05-10 17:28:46 +02:00
  • fb713aa062 soc: arm: move z_clearfaults() in kernel_arch_init() Ioannis Glaropoulos 2019-05-15 09:51:21 +02:00
  • 348b0266d8 x86: Make .rodata readonly Flavio Ceolin 2019-05-16 14:26:52 -07:00
  • 6378e1e4a2 tests: usb: desc_sections: Fix coverity issue Andrei Emeltchenko 2019-05-17 12:11:20 +03:00
  • 875d5a2bf6 tests: usb: desc_sections: Fix coverity issue Andrei Emeltchenko 2019-05-17 11:47:02 +03:00
  • 34bf5dd50a CODEOWNERS: Add codeowner for include/dt-bindings/usb/usb.h Kumar Gala 2019-05-17 06:59:10 -05:00
  • 2cac70e099 dts: bindings: usb: Add enum to maximum-speed property Kumar Gala 2019-05-14 06:53:45 -05:00
  • 983b493ac1 scripts/dts: Add support for enum's Kumar Gala 2019-05-16 08:26:51 -05:00
  • 852b1dca55 Bluetooth: GATT: Fix not parsing result of Read by Type Luiz Augusto von Dentz 2019-05-13 15:35:58 +03:00
  • fc3270d09c tests: kernel: increase stack buffer when code coverage enabled Wentong Wu 2019-05-16 23:42:59 +08:00
  • 7aecb03864 arch: arm: switching stack pointer with assembly code Wentong Wu 2019-05-16 23:40:08 +08:00
  • a2fa8e9c1c net: getaddrinfo: Implement initial handling of host == NULL Paul Sokolovsky 2019-02-22 12:58:23 +03:00
  • ef621160f8 cmake: Fix missing dependency Phil Erwin 2019-04-29 14:30:36 -04:00
  • b364b841cc usb: webusb: Fix callback not called Andrei Emeltchenko 2019-05-13 15:46:17 +03:00
  • 79d2e31cff scripts: mergehex: Add --overlap argument Øyvind Rønningstad 2019-05-15 10:33:09 +02:00
  • 61fb6b468d drivers: gpio_c13xx_cc26xx: fix control flow issue Brett Witherspoon 2019-05-15 11:19:50 -05:00
  • 9b6c2f4bf3 c++: kconfig: Fix choice dependencies and use 'menuconfig' symbol Ulf Magnusson 2019-05-15 23:01:58 +02:00
  • cbecaddff1 sanitycheck: Add a "test-only" option Andy Doan 2019-02-08 10:19:10 -06:00
  • 79c48849fe sanitycheck: Allow custom arguments for west-flash Andy Doan 2019-02-08 10:09:04 -06:00
  • b3674f596b scripts: fix west TypeError on unknown arguments Marti Bolivar 2019-05-15 13:11:57 -06:00
  • 6cb8e3ec53 doc: move sign command docs before catch-all page Marti Bolivar 2019-05-12 01:52:42 -06:00
  • 64c6a10bd1 doc: updates to west multi-repo docs Marti Bolivar 2019-05-12 01:52:26 -06:00
  • 90276c28cd doc: updates for west installation docs Marti Bolivar 2019-05-12 01:05:43 -06:00
  • c4d90aabba tests: uart: Add long tranfer test to UART_ASYNC_API. Mieszko Mierunski 2019-05-15 11:43:54 +02:00
  • 7b0576243a drivers: nrf: Fix long receptions in UARTE async API. Mieszko Mierunski 2019-05-15 11:38:25 +02:00
  • a7a625098e boards/arm/olimexino_stm32: register led1 Antony Pavlov 2019-05-09 17:02:07 +03:00
  • d75f3cede8 sample: mhu: IPM MHU dual core on V2M Musca Karl Zhang 2019-01-27 16:50:28 +08:00
  • 2a7824a8b0 drivers: ipm: mhu: Add MHU driver for V2M Musca Karl Zhang 2019-01-18 23:06:48 +08:00
  • 07d21bef0d samples: add ADXL362 sensor sample application Brett Witherspoon 2019-05-09 10:38:19 -05:00
  • bedfcf4d1b doc: coding style: Expand the list of keywords with braces Carles Cufi 2019-05-15 13:56:47 +02:00
  • f9efca4b4f boards: riscv32: add LiteX VexRiscV board Filip Kokosinski 2019-03-28 14:50:13 +01:00
  • 342cbc9e01 soc: riscv32: add LiteX VexRiscV SoC Filip Kokosinski 2019-03-28 14:47:16 +01:00
  • b054517ce7 drivers: interrupt_controller: add LiteX interrupt controller driver Filip Kokosinski 2019-03-28 14:44:12 +01:00
  • c0c3cdfc57 drivers: timer: add LiteX timer driver Filip Kokosinski 2019-03-28 14:40:03 +01:00
  • b3739169cb drivers: serial: add LiteUART driver Filip Kokosinski 2019-03-28 14:37:03 +01:00
  • 0472bc467f dts: nordic: add missing erase-block-size entry Ioannis Glaropoulos 2019-05-15 16:25:41 +02:00
  • 233149eec5 dts: nordic: move flash/sram under SoC Node Kumar Gala 2019-02-13 10:24:23 -06:00
  • 3ef630834a codeowner: add codeowners for /test/lib Benoit Leforestier 2019-04-26 17:45:01 +02:00
  • 472ea92e79 Build: Build with newlib-nano c library Benoit Leforestier 2019-01-25 14:37:56 +01:00
  • 635755891e subsys/random: Hide 'Random generator' choice when empty Ulf Magnusson 2019-05-13 23:54:42 +02:00
  • 48edfc2203 console: kconfig: Put 'menuconfig CONSOLE_SUBSYS' in top-level menu Ulf Magnusson 2019-05-13 23:23:31 +02:00
  • 424224afb7 arch: arm: fix ESF pointer in SecureStackDump() Ioannis Glaropoulos 2019-05-14 15:01:10 +02:00
  • 6c55bb446c dfu: kconfig: Remove 'DFU Options' menu Ulf Magnusson 2019-05-13 23:54:36 +02:00
  • fc3c2c0abb samples: basic: Add a minimal sample Carles Cufi 2019-05-09 19:48:17 +02:00
  • 5ec96b1766 soc: nrf: Conditionally enable clock control and timer Carles Cufi 2019-05-09 19:50:43 +02:00
  • 201fdf0aec kernel: Fix usage of CONFIG_SYS_CLOCK_EXISTS Carles Cufi 2019-05-09 19:48:40 +02:00
  • 6d4a5200bc drivers: counter: Move nRF TIMER and RTC configuration to device tree Krzysztof Chruscinski 2019-05-14 10:38:14 +02:00
  • a5f36427d2 dts: bindings: Document missing property boolean type Krzysztof Chruscinski 2019-05-14 14:05:00 +02:00
  • 172dcec236 Bluetooth: controller: Fix unknown rsp received during enc procedure Joakim Andersson 2019-05-14 15:31:36 +02:00
  • 289eab6ad5 Bluetooth: controller: Remove incorrect comment Joakim Andersson 2019-05-14 15:25:31 +02:00
  • c8708d9bf3 misc: Replace uses of __builtin_*_overflow() with <misc/math_extras.h>. Jakob Olesen 2019-05-07 10:17:35 -07:00
  • 0e65aab703 misc: Always test the portable version of the math_extras.h functions. Jakob Olesen 2019-05-07 13:36:56 -07:00
  • b2945d304c misc: Implement math_extras.h function with GCC builtins. Jakob Olesen 2019-05-07 13:56:25 -07:00
  • f4f09dd7cd toolchain: Define a HAS_BUILTIN(x) macro in toolchain.h. Jakob Olesen 2019-05-08 15:46:07 -07:00
  • e66c0da0c1 misc: Portable math_extras.h implementations. Jakob Olesen 2019-05-07 08:27:12 -07:00
  • aaf91f0ccd interrupt_controller/loapic_intr.c: remove unused MPtables constants Charles Youse 2019-05-14 10:38:00 -07:00
  • 105aef98bf boards: twr-ke18f: add support for the NXP TWR-KE18F board Henrik Brix Andersen 2019-05-07 20:24:03 +02:00
  • 918579ebbf soc: arm: ke1xf: add NXP Kinetis KE1xF SoC series support Henrik Brix Andersen 2019-05-05 00:01:56 +02:00
  • d4b9c0d600 drivers: clock_control_mcux_sim: add support for clkout Henrik Brix Andersen 2019-05-10 12:25:38 +02:00
  • 56dfb62e40 drivers: serial: uart_mcux_lpuart: add support for LPUARTs with two IRQs Henrik Brix Andersen 2019-05-06 21:42:50 +02:00
  • 168e129175 clock_control: introduce mcux pcc driver Henrik Brix Andersen 2019-05-03 09:11:26 +02:00
  • 3a953731a7 ext: hal: nxp: mcux: add device and driver files for KE1xF series SoCs Henrik Brix Andersen 2019-04-22 22:09:07 +02:00
  • 021e27cfed drivers: i2c: mcux_lpi2c: add support for I2C_0 Henrik Brix Andersen 2019-05-13 19:50:42 +02:00