mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Move ChibiOS init comments into Wiki.
This commit is contained in:
parent
4e0de9c4ad
commit
1713c82841
@ -98,34 +98,6 @@ static spi_bus_t ssp0 = {
|
||||
};
|
||||
#endif
|
||||
|
||||
/* ChibiOS initialization sequence:
|
||||
* ResetHandler:
|
||||
* Initialize FPU (if present)
|
||||
* Initialize stacks (fill with pattern)
|
||||
* __early_init()
|
||||
* Enable extra processor exceptions for debugging
|
||||
* Init data segment (flash -> data)
|
||||
* Initialize BSS (fill with 0)
|
||||
* __late_init()
|
||||
* reset_peripherals()
|
||||
* halInit()
|
||||
* hal_lld_init()
|
||||
* Init timer 3 as cycle counter
|
||||
* Init RIT as SysTick
|
||||
* palInit()
|
||||
* gptInit()
|
||||
* i2cInit()
|
||||
* sdcInit()
|
||||
* spiInit()
|
||||
* rtcInit()
|
||||
* boardInit()
|
||||
* chSysInit()
|
||||
* Constructors
|
||||
* main()
|
||||
* Destructors
|
||||
* _default_exit() (default is infinite loop)
|
||||
*/
|
||||
|
||||
extern "C" {
|
||||
|
||||
CH_IRQ_HANDLER(RTC_IRQHandler) {
|
||||
|
Loading…
Reference in New Issue
Block a user