summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYunhao Tian <[email protected]>2021-12-04 18:08:23 +0800
committerYunhao Tian <[email protected]>2021-12-04 18:08:23 +0800
commit28fb51c180e644cfb0be4b980b71850b19fe2ab9 (patch)
tree94b35c6af8792099f63fcd4a7f441b167e7eecdf
parent68ca62dfd7e7fe757ba436fee7721520119da92b (diff)
Add TODO to README
-rw-r--r--hw/bsp/f1c100s/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/bsp/f1c100s/README.md b/hw/bsp/f1c100s/README.md
index a4865b925..893b32ea9 100644
--- a/hw/bsp/f1c100s/README.md
+++ b/hw/bsp/f1c100s/README.md
@@ -14,4 +14,5 @@ To enter FEL mode, you have to press BOOT button, then press RESET once, and rel
## TODO
* Test on Tiny200 v2 (F1C200s)
* Make it able to load .bin directly to SPI Flash and boot
-* Add F1C100s to `#if CFG_TUSB_MCU == OPT_MCU_LPC43XX || CFG_TUSB_MCU == OPT_MCU_LPC18XX || CFG_TUSB_MCU == OPT_MCU_MIMXRT10XX` high speed MCU check in examples (maybe we should extract the logic?) \ No newline at end of file
+* Add F1C100s to `#if CFG_TUSB_MCU == OPT_MCU_LPC43XX || CFG_TUSB_MCU == OPT_MCU_LPC18XX || CFG_TUSB_MCU == OPT_MCU_MIMXRT10XX` high speed MCU check in examples (maybe we should extract the logic?)
+* `cdc_msc` example is not working. Device is only echoing the first character. \ No newline at end of file