Anonymous | Login | Signup for a new account | 2021-01-25 10:24 UTC | ![]() |
Main | My View | View Issues | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
0000020 | Firmware | Init & Config | public | 2008-11-01 12:17 | 2011-06-17 12:11 | ||||||
Reporter | Fred | ||||||||||
Assigned To | Fred | ||||||||||
Priority | low | Severity | minor | Reproducibility | N/A | ||||||
Status | assigned | Resolution | open | ||||||||
Platform | OS | OS Version | |||||||||
Product Version | |||||||||||
Target Version | Future | Fixed in Version | |||||||||
Summary | 0000020: Move Static Initialisation To Single C File From init.c | ||||||||||
Description | This will have a number of advantages : * keeps the dynamic init code cleaner and more simple * separates static init data out from code for visibility of resource consumption * makes proper use of the compilers built in init code and uses less space overall and probably other things. | ||||||||||
Tags | No tags attached. | ||||||||||
FirmwareVersion | |||||||||||
Issue Type | Task | ||||||||||
Risk of Breakage | very low | ||||||||||
Attached Files | |||||||||||
![]() |
|
![]() Fred (administrator) 2008-11-26 22:49 |
This is half done, needs further investigation. |
![]() Fred (administrator) 2009-01-02 13:58 |
To be more precise, the array types may be able to be inited staticly as well. I may have tried to do that at a time when I wasn't linking the rodata in... which would explain why it didn't work then if so. |
Copyright © 2000 - 2011 MantisBT Group |