summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)Author
2017-01-25gpio/stm32: Move from the OPEN_DRAIN interface to the DRIVE_STRENGTH interfaceMarcus Shawcroft
2017-01-24build: add _ASMLANGUAGE to all asm filesBenjamin Walsh
2017-01-24kernel: rename thread states symbolsBenjamin Walsh
2017-01-23arm: cmsis: Convert relocate_vector_table to use CMSISKumar Gala
2017-01-23arm: cmsis: Convert DO_REBOOT to use CMSISKumar Gala
2017-01-23arm: cmsis: Convert enable_floating_point to use CMSISCarles Cufi
2017-01-23arm: cmsis: Introduce CMSIS layerKumar Gala
2017-01-23arm: cmsis: Remove unused code from scb/scs layersKumar Gala
2017-01-23arm: soc: Add SoC series for ARM's Cortex-M Prototyping System (MPS2)Jon Medhurst
2017-01-23spi: k64: Remove the k64 spi driverMaureen Helm
2017-01-23k64: Change the default spi driver to the mcux shimMaureen Helm
2017-01-23soc: arm: beetle: Add Timers IRQ mapVincenzo Frascino
2017-01-23arm: cortex-m: Implement CONFIG_TEXT_SECTION_OFFSETDavid Brown
2017-01-23serial: k64: Remove the uart_k20 driverMaureen Helm
2017-01-23k64: Change the default serial driver to the mcux oneMaureen Helm
2017-01-23license: Replace Apache boilerplate with SPDX tagErwan Gouriou
2017-01-23uart/stm32: add STM32F3X support for uartKumar Gala
2017-01-23pinmux/stm32: extend pinmux driver functionality to support STM32F3X series MCUsAdam Podogrocki
2017-01-23gpio/stm32: provide GPIO driver implementation for STM32F3X familyAdam Podogrocki
2017-01-23flash/stm32: flash driver for STM32F3x series microcontrollersAdam Podogrocki
2017-01-23clock/stm32: add STM32F3X reset and clock controlAdam Podogrocki
2017-01-23soc/stm32: add initial support for STM32F3X seriesAdam Podogrocki
2017-01-23arm/nordic_nrf5: enable SOC_FLASH_NRF5 by default if FLASH is enabledRicardo Salveti
2017-01-23arm: set default vector table address in prep_c when XIPRicardo Salveti
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2017-01-12k64: Remove port clock enables from the soc initMaureen Helm
2017-01-12gpio: Remove the k64 gpio driverMaureen Helm
2017-01-12k64: Change the default gpio driver to the mcux oneMaureen Helm
2017-01-12k64: Move uart console pins to board pinmux tablesMaureen Helm
2017-01-12clock/stm32: add STM32F107 reset and clock controlAdam Podogrocki
2017-01-12soc/stm32f1: Add the new type of SoC STM32F107Adam Podogrocki
2017-01-12ksdk: mcux: Remove config HAS_KSDKMaureen Helm
2017-01-12pinmux: Rename ksdk to mcuxMaureen Helm
2017-01-12flash: Rename ksdk to mcuxMaureen Helm
2017-01-12random: Rename ksdk to mcuxMaureen Helm
2017-01-12i2c: Rename ksdk to mcuxMaureen Helm
2017-01-12ethernet: Rename ksdk to mcuxMaureen Helm
2017-01-12pinmux: Remove stale ksdk pinmux dev referencesMaureen Helm
2017-01-12stm32f4: Update flash to support higher sysclock frequenciesErwan Gouriou
2017-01-12cc3200: Use peripheral driver library functions from ROMGil Pitney
2017-01-12arm: Adjust cortex-m7 support to reflect its ARMv7-M architecture.Marcus Shawcroft
2017-01-12arm: Replace CONFIG_CPU_CORTEX_M3_M4 with CONFIG_ARMV7_MMarcus Shawcroft
2017-01-12arm: Replace CONFIG_CPU_CORTEX_M0_M0PLUS with CONFIG_ARMV6_MMarcus Shawcroft
2017-01-12arm: Restructure ARM cpu related preprocessor conditionals.Marcus Shawcroft
2017-01-12arm: Fix assembler layout.Marcus Shawcroft
2017-01-10build: move qemu definitions to boardsAnas Nashif
2017-01-09arch: arm: Use smaller ISR stack size for 16k nRF51 SoCsJohan Hedberg
2017-01-09arm: nordic_nrf5: Cleanup Kconfig dependencies for timer and clocksKumar Gala
2017-01-09kernel/arch: inspect prio/sched_locked together for preemptibilityBenjamin Walsh
2017-01-09kernel/arch: optimize memory use of some thread fieldsBenjamin Walsh