diff --git a/demos/bsp/boards/board.c b/demos/bsp/boards/board.c index 3007cf794..11321e1df 100644 --- a/demos/bsp/boards/board.c +++ b/demos/bsp/boards/board.c @@ -42,7 +42,9 @@ volatile uint32_t system_ticks = 0; void SysTick_Handler (void) { system_ticks++; +#if TUSB_CFG_OS == TUSB_OS_NONE tusb_tick_tock(); // TODO temporarily +#endif } void check_failed(uint8_t *file, uint32_t line) diff --git a/demos/bsp/boards/board.h b/demos/bsp/boards/board.h index 86e8cca6f..2d66994a8 100644 --- a/demos/bsp/boards/board.h +++ b/demos/bsp/boards/board.h @@ -56,8 +56,7 @@ #endif #include -#include "common/compiler/compiler.h" -#include "common/binary.h" +#include "tusb.h" #define BOARD_AT86RF2XX 1 #define BOARD_LPCXPRESSO1347 2 diff --git a/demos/host/host_freertos/.cproject b/demos/host/host_freertos/.cproject index 39b2e0a11..da8f3f998 100644 --- a/demos/host/host_freertos/.cproject +++ b/demos/host/host_freertos/.cproject @@ -85,8 +85,8 @@ - + @@ -94,6 +94,345 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -144,12 +483,14 @@ @@ -188,6 +531,345 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/demos/host/host_freertos/.project b/demos/host/host_freertos/.project index 4b38c440e..7577161e3 100644 --- a/demos/host/host_freertos/.project +++ b/demos/host/host_freertos/.project @@ -103,7 +103,7 @@ - 0 + 1366799906386 26 diff --git a/demos/host/host_os_none/.cproject b/demos/host/host_os_none/.cproject index 66ba2baea..da47f420e 100644 --- a/demos/host/host_os_none/.cproject +++ b/demos/host/host_os_none/.cproject @@ -1158,12 +1158,14 @@