aboutsummaryrefslogtreecommitdiff
path: root/module/msys_rom
AgeCommit message (Expand)Author
2020-10-02docs: Fix unbalanced Doxygen groupsChris Kay
2020-10-02docs: Prefer `\` to `@` in Doxygen commentsChris Kay
2020-09-08bootloader: Unify bootloader messagesChris 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-03-24fwk: Integrate logging functionality into the frameworkChris Kay
2020-03-24fwk: Filter log messages by levelChris Kay
2020-03-24misc: Clean up include directivesChris Kay
2020-03-11bootloader: Don't access R/W memory when bootloadingChris Kay
2020-01-03scp: Update copyright to 2020Nicola Mazzucato
2019-12-10module: Add FWK_ID_NONE source_id for notificationsNicola Mazzucato
2019-09-12fwk: Rename fwk_errno.h to fwk_status.hNicola Mazzucato
2019-01-03copyright: Extend to 2019Ronald Cron
2018-09-17misc: Implement alignof, alignas, noreturn and static_assert manuallyChris Kay
2018-08-23misc: Replace `<assert.h>` includes with `<fwk_assert.h>`Chris Kay
2018-06-08Add support for SGM-775Ronald Cron