vector: make common linker definitions available to users
_data_loadaddr, _data, _edata, _ebss, _stack and vector_table all now available in vector.h. Suggested on IRC
This commit is contained in:
@@ -61,4 +61,8 @@ typedef struct {
|
||||
vector_table_entry_t irq[NVIC_IRQ_COUNT];
|
||||
} vector_table_t;
|
||||
|
||||
/* Common symbols exported by the linker script(s): */
|
||||
extern unsigned _data_loadaddr, _data, _edata, _ebss, _stack;
|
||||
extern unsigned vector_table;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user