aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-04-17src: rename main function to 'm0_main' to avoid warningsPhilipp Tomsich
With recent GCC versions (we currently use GCC-6.3.0 for code-size and static analysis reasons), we can neither have a main()-function that has a void return-type (warns on return not being 'int') nor can we have a function with an 'int' return-type marked 'noreturn'. Consequently we rename the main-function to 'm0_main' to help the compiler understand that we are not in a standard C runtime.
2017-04-04import: Cortex-M0 sources from upstream ATFPhilipp Tomsich
Imported from hash 3944adca5943a050ca7e7e9cc802a9ae04dec186