From 28fb51c180e644cfb0be4b980b71850b19fe2ab9 Mon Sep 17 00:00:00 2001 From: Yunhao Tian Date: Sat, 4 Dec 2021 18:08:23 +0800 Subject: [PATCH] Add TODO to README --- hw/bsp/f1c100s/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/bsp/f1c100s/README.md b/hw/bsp/f1c100s/README.md index a4865b92..893b32ea 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