ApertureOS
|
Functions | |
uint32_t | bootstrap_Initialize () |
void | bootstrap_callback (uint32_t res) |
uint8_t | bootstrap_messageHandler (Message *msg) |
void | bootstrap_setup () |
void * | bootstrap_malloc (size_t size) |
Variables | |
uint8_t | mem_pool [BOOTSTRAP_MEM_POOL] |
uint32_t | pos = 0 |
SystemData * | btstrp_sys = NULL |
void bootstrap_callback | ( | uint32_t | res | ) |
uint32_t bootstrap_Initialize | ( | ) |
void* bootstrap_malloc | ( | size_t | size | ) |
uint8_t bootstrap_messageHandler | ( | Message * | msg | ) |
void bootstrap_setup | ( | ) |
SystemData* btstrp_sys = NULL |
uint8_t mem_pool[BOOTSTRAP_MEM_POOL] |
uint32_t pos = 0 |