Elara Spacecraft
Source code & API documentation for Elara spacecraft system computers
Loading...
Searching...
No Matches
boot.cpp File Reference
#include "mem_map.hpp"
#include "mem_tools.hpp"
#include "sysctl/registers.hpp"
#include "peripherals/uart.hpp"
#include "peripherals/pl011.hpp"
#include "types.hpp"
Include dependency graph for boot.cpp:

Macros

#define __STACK_END   (__STACK_START - __STACK_END)
 

Functions

void boot_main ()
 

Macro Definition Documentation

◆ __STACK_END

#define __STACK_END   (__STACK_START - __STACK_END)

Function Documentation

◆ boot_main()

void boot_main ( )