diff options
-rw-r--r-- | notes/usb.txt | 5 | ||||
-rw-r--r-- | wirish/boards/st_stm32f401cdiscovery/board.cpp | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/notes/usb.txt b/notes/usb.txt index 9552b9f..c97c9b5 100644 --- a/notes/usb.txt +++ b/notes/usb.txt @@ -1,6 +1,5 @@ -XXX -XXX This file may be out of date! -XXX + +WARNING: This file may be out of date! [NOTE: this is a long term proposal. The current implementation just does a 2ms TIMEOUT] diff --git a/wirish/boards/st_stm32f401cdiscovery/board.cpp b/wirish/boards/st_stm32f401cdiscovery/board.cpp index 4527a42..7f89ab6 100644 --- a/wirish/boards/st_stm32f401cdiscovery/board.cpp +++ b/wirish/boards/st_stm32f401cdiscovery/board.cpp @@ -69,7 +69,7 @@ void boardInit(void) { // - ADC device, or NULL if none // - ADC channel, or ADCx if none // -// XXX: This table is definately not complete for the STM32F401C!! +// TODO: This table is definately not complete for the STM32F401C!! extern const stm32_pin_info PIN_MAP[BOARD_NR_GPIO_PINS] = { PMAP_ROW(GPIOA, 0, NULL, 0, NULL, ADCx), /* D0/PA0 */ PMAP_ROW(GPIOA, 1, NULL, 0, NULL, ADCx), /* D1/PA1 */ |