mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-23 13:29:08 +00:00
The only thing needed for VTABLE is the absolute address of the vector table. Splitting it between code/SRAM base and offset complicates things and brings nothing. Consequently, this commit merges the NVIC VTABLE configurations into a single one giving the vector table absolute address. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>