libopencm3/lib/cm3
Stefan Agner 0d5dac515a init: call pre_main before C++ constructors
This moves the platform specific initialization function pre_main
in front of C++ constructors. This is especially necessary for
platforms which need to setup the stack pointer (pre_main itself
is inline, hence no stack needed for this function).
2014-10-07 11:31:36 +00:00
..
assert.c First coarse run to fix coding style in locm3. 2013-06-12 18:22:56 -07:00
dwt.c [Style] Global style fix run. 2014-01-03 01:07:30 +01:00
nvic.c [Style] Global style fix run. 2014-01-03 01:07:30 +01:00
scb.c [Style] Global style fix run. 2014-01-03 01:07:30 +01:00
sync.c sync: use matching #ifdefs in source as in header 2014-04-04 20:19:37 +00:00
systick.c Add method to clear the systick value, that is undefined at startup. 2014-01-15 22:37:45 +01:00
vector.c init: call pre_main before C++ constructors 2014-10-07 11:31:36 +00:00