aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2019-01-03copyright: Extend to 2019Ronald Cron
2018-10-08arm: Enable garbage collection of unused functions/dataChris Kay
2018-10-08arm: Place RO data in the correct RAMChris Kay
2018-10-08arm: Move linker script configuration to independent headerChris Kay
2018-10-08arm: Clean up GNU linker script symbolsChris Kay
2018-10-08arm: Convert assembly files to CChris Kay
2018-10-08arm: Prefix exception functions with "arm_"Chris Kay
2018-10-08build: Disable -Wdollar-in-identifier-extension warning flagChris Kay
2018-09-17bs: Add support for Arm Compiler 6Chris Kay
2018-09-17arch: Simplify handling of the stack and the heapChris Kay
2018-09-17arch: Apply appropriate ELF attributes to the ARMv7-M exceptions tableChris Kay
2018-09-17arch: Simplify linker script region management using region aliasesChris Kay
2018-09-17arch: Move to Newlib's crt0Chris Kay
2018-09-17misc: Implement alignof, alignas, noreturn and static_assert manuallyChris Kay
2018-09-17arm: Use alternative assembly function declaration syntaxChris Kay
2018-08-23misc: Replace `<assert.h>` includes with `<fwk_assert.h>`Chris Kay
2018-06-08Add ARMv7-M architecture supportRonald Cron
2018-06-08Add the SCP-firmware frameworkRonald Cron