summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-11-14 14:12:07 +0700
committerhathach <[email protected]>2013-11-14 14:12:07 +0700
commit6e8440afe555cc8c47b8ef1fdce56bb5d37231a8 (patch)
tree6fb3e3bf2e3d0e71fe8ed22e17134c7b74591b1a /readme.md
parent7d84139bd4e69e0b4cb42fb638a7a6d52afe93de (diff)
complete double buffering for queueing xfer for lpc11u/13u requried by msc device
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index f173b43e7..9656b4c57 100644
--- a/readme.md
+++ b/readme.md
@@ -49,7 +49,10 @@ coming soon ...
## Supported MCUs ##
-- NXP LPC43xx family
+- NXP
+ - LPC43xx
+ - LPC13uxx (12 bit ADC)
+ - LPC11uxx
## Supported Toolchains ##
@@ -69,6 +72,10 @@ this code base can run out of the box with the following boards
- [NGX Technologies LPC4330 Explorer](http://shop.ngxtechnologies.com/product_info.php?products_id=104)
- [Keil MCB4357 Evaluation Board](http://www.keil.com/mcb4300)
+## Known Issues ##
+
+- LPC11uxx & LPC13uxx cannot able to STALL Control OUT endpoint !!! --> unsupported with data out request may cause host stuck with control transfer forever. (reproduce: enable keyboard + mouse, return error in set report of hid_device)
+
## Coding Standards ##
C is a dangerous language by itself, plus tinyusb make use of goodies features of C99, which saves a tons of code lines (also means save a tons of bugs). However, those features can be misused and pave the way for bugs sneaking into. Therefore, to minimize bugs, the author try to comply with published Coding Standards like: