From 6aa094be14345692a60fdd690258ddc7bc08ffbe Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Tue, 22 Apr 2014 19:44:08 +0200 Subject: [PATCH] Updated readme --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index c4d10a5..5c0133b 100644 --- a/README +++ b/README @@ -54,6 +54,7 @@ SUPPORTED FEATURES and INTERFACES - Cortex-M0 and LPC1224 Registers - Interrupts - ROM based division routines + - Utility functions to replace ctz and clz instructions (not present in Cortex M0) - Bootstrap - vector table @@ -74,7 +75,7 @@ SUPPORTED FEATURES and INTERFACES - snprintf, vsnprintf - Interface drivers - - UART + - UART (as UART or RS485) - I²C - I²C EEPROM - TMP101 I²C temperature sensor @@ -95,3 +96,5 @@ TODO : - Watchdog support - Flash IAP support - CRC engine support +- Test UART IrDA mode + -- 2.43.0