summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2017-01-30Xtensa port: Removed compiler warnings about printf formats/arguments mismatch.coreMazen NEIFER
2017-01-30Xtensa port: _thread_entry shall use call4 to start the thread.Mazen NEIFER
2017-01-30Xtensa port: Replaced call to legacy sys_thread_self_get by one to k_current_getMazen NEIFER
2017-01-30Xtensa port: Fixed assembly comments to be accurate with code.Mazen NEIFER
2017-01-30Xtensa port: Added linker script for several Xtensa cores.Mazen NEIFER
2017-01-30Xtensa port: Moved XCC specific libraries out of genric Xtensa make file.Mazen NEIFER
2017-01-30Xtensa port: Enable long calls for Xtensa vector table.Mazen NEIFER
2017-01-30Xtensa port: Added Xtensa specific code (C + S) files.Mazen NEIFER
2017-01-30Xtensa port: Removed the need to put an empy file soc.c in arch/xtensa/soc dir.Mazen NEIFER
2017-01-30xtensa: fixup license identifiersAndrew Boie
2017-01-30Xtensa port: Added Kbuild file for Xtensa arch.Mazen NEIFER
2017-01-30Xtensa port: Added fields offset support for kernel and thread structures.Mazen NEIFER
2017-01-30Xtensa port: Added Xtensa header generic files.Mazen NEIFER
2017-01-30Xtensa port: Added kernel arch dependent structs and functions.Mazen NEIFER
2017-01-30xtensa: support 'make qemu' targetMax Filippov
2017-01-30Xtensa port: Started port to for Xtensa cores family.Mazen NEIFER
2017-01-27ext: Integrate Nordic SDK HAL files into ZephyrCarles Cufi
2017-01-25pinmux: make pinmux_dev the default pinmux driver for quarkAnas Nashif
2017-01-25gpio/stm32: Move from the OPEN_DRAIN interface to the DRIVE_STRENGTH interfaceMarcus Shawcroft
2017-01-24quark_se: PM: Add multicore supportAndre Guedes
2017-01-24build: add _ASMLANGUAGE to all asm filesBenjamin Walsh
2017-01-24kernel/arch: streamline thread user optionsBenjamin Walsh
2017-01-24kernel/x86: move INT_ACTIVE/EXC_ACTIVE to thread_stateBenjamin 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-17riscv32: fix KConfig selection of ATOMIC_OPERATIONS_CAnas Nashif
2017-01-13riscv32: added support for the riscv32-qemu socJean-Paul Etienne
2017-01-13riscv32: added support for the pulpino socJean-Paul Etienne
2017-01-13arch: added support for the riscv32 architectureJean-Paul Etienne