adding nrf52840 port, able to blink led with pca10056

This commit is contained in:
hathach
2018-03-11 00:16:10 +07:00
parent 0af637cd4f
commit 23caef859c
23 changed files with 24852 additions and 3 deletions

View File

@@ -84,6 +84,8 @@ void hal_usb_int_enable(uint8_t port);
*/
void hal_usb_int_disable(uint8_t port);
uint32_t hal_tick_get(void);
// for debug only, halt mcu if assert/verify is failed if debugger is attached
void hal_debugger_breakpoint(void);