Merge branch 'master' into enhance-bsp

This commit is contained in:
hathach
2023-08-04 00:31:12 +07:00
96 changed files with 2949 additions and 1063 deletions

View File

@@ -49,6 +49,9 @@ extern "C" {
// Initialize on-board peripherals : led, button, uart and USB
void board_init(void);
// Init board after tinyusb is initialized
void board_init_after_tusb(void) TU_ATTR_WEAK;
// Turn LED on or off
void board_led_write(bool state);