Skip to content

Commit a4d5d51

Browse files
committed
add wip note
1 parent 5254202 commit a4d5d51

File tree

5 files changed

+3
-41
lines changed

5 files changed

+3
-41
lines changed

.idea/runConfigurations/cdc_msc.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.idea/runConfigurations/hid_composite.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.idea/runConfigurations/msc_dual_lun.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.idea/runConfigurations/rt1010.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# cmake_minimum_required(VERSION 3.17)
21
# TODO make tinyusb as library that depends on 'tusb_config' interface that exposes the tusb_config.h file
2+
# This file is WIP and should not used yet
3+
4+
cmake_minimum_required(VERSION 3.17)
35

46
function(add_tinyusb TARGET)
57
target_sources(${TARGET} PUBLIC

0 commit comments

Comments
 (0)