Skip to content

Commit c64c456

Browse files
committed
Fix error in nRF5 build of Travis CI caused by request of "target hal" includes from "target cmsis" sources
move form the path target/cmsis... and rename dispatch_IRQn_handler.c to the path target/.. and beter name.
1 parent 5c721b4 commit c64c456

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

targets/cmsis/TARGET_NORDIC/TARGET_NRF5/dispatch_IRQn_handler.c renamed to targets/TARGET_NORDIC/TARGET_NRF5/reloc_vector_table.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ typedef void (*generic_irq_handler_t)(void);
6464
#define VECTORS_FLASH_START 0x1B000
6565
#endif
6666

67-
67+
/**
68+
* @brief Function for relocation of the vector to RAM on nRF5x devices.
69+
* This function is intended to be called during startup.
70+
*/
6871
void nrf_reloc_vector_table(void)
6972
{
7073
// Copy and switch to dynamic vectors

0 commit comments

Comments
 (0)