15 Commits

Author SHA1 Message Date
Lectem c62d54d831 fix arning types not matching 2015-06-28 13:33:26 +02:00
Dave Murphy 1f52ac344d adjust stack before appInit 2015-03-02 10:41:52 +00:00
Dave Murphy 992b23040c implement gettimeofday 2015-02-23 17:41:10 +00:00
Dave Murphy 168d967743 __libc_init_array needs run after stack adjustment, __libc_fini_array before original stack is restored 2015-01-04 15:00:11 +00:00
Dave Murphy 2712498d2d oops 2014-12-30 23:00:31 +00:00
Dave Murphy 192b88b6a2 allow user configurable stack 2014-12-30 22:45:55 +00:00
Dave Murphy da496b6a89 revert stack changes, broken on hardware :( 2014-12-30 04:05:12 +00:00
Dave Murphy 02011660d5 add literal pool 2014-12-30 03:19:06 +00:00
Dave Murphy 5f95d314cb or bss might be better 2014-12-30 00:04:34 +00:00
Dave Murphy 7e51b3888e oops, forgot these need to be in data section 2014-12-30 00:02:55 +00:00
Dave Murphy 2ed782f5f3 Set default stack to 32K, allow user adjustment 2014-12-29 23:52:51 +00:00
Dave Murphy 78b94b4eea auto initialise commonly used services, prevent double initialisation 2014-12-25 23:27:36 +00:00
Dave Murphy f6ec685086 give function the right name 2014-12-25 11:01:08 +00:00
Dave Murphy b5cd5e10c8 include header for memcpy 2014-12-25 10:52:52 +00:00
Dave Murphy 766ee2c703 split up sysyem initialisation and allow overriding 2014-12-25 10:50:38 +00:00