aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2020-10-15arch: add armv8-a supportNicolas Royer
2020-08-28host: Remove support for multithreadingChris Kay
2020-08-28fwk: Use standard library memory allocatorChris Kay
2020-08-28fwk: Add compiler attribute macrosChris Kay
2020-06-09misc: Replace `fwk_assert(false)` with `fwk_unexpected()`Chris Kay
2020-06-09misc: Replace `assert()` calls with `fwk_assert()`Chris Kay
2020-06-09fwk: Rework assertion logicChris Kay
2020-06-05arch: Move `extern` functions to headersChris Kay
2020-06-05arch: Refactor architecture libraryChris Kay
2020-06-05arch: Apply `const` to interrupt driver pointersChris Kay
2020-06-05arch: Add missing include guardsChris Kay
2020-06-05arch: Use CMSIS interfacesChris Kay
2020-06-05arch: Do not create `FWK_`-prefixed definitionsChris Kay
2020-06-05arch: Do not create `FMW_`-prefixed definitionsChris Kay
2020-06-05arch: Prefer `FMW_` prefix to `FIRMWARE_`Chris Kay
2020-06-05arch: Use generic `arch_` prefixChris Kay
2020-03-24fwk: Integrate logging functionality into the frameworkChris Kay
2020-03-24misc: Clean up include directivesChris Kay
2020-03-24fwk: Rename <fmw_memory.ld.S> to <fmw_memory.h>Chris Kay
2020-03-12fwk/fwk_mm_alloc: panic if memory allocation failedJim Quigley
2020-03-11armv7m: Re-enable unaligned accessesChris Kay
2020-01-22arm7-m: Add support for custom default exception handlerPatrik Berglund
2020-01-06misc: Restore copyright start dateChris Kay
2020-01-03scp: Update copyright to 2020Nicola Mazzucato
2019-11-13arm_nvic: Remove unused variableRaphael Gault
2019-09-12fwk: Rename fwk_errno.h to fwk_status.hNicola Mazzucato
2019-09-11arch/armv7-m: Split exception table from handlersChris Kay
2019-07-23Clean-up stdlib.h inclusionRonald Cron
2019-04-11linker: Add support for init hooksNicola Mazzucato
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