Updated readme
authorNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 22 Apr 2014 17:44:08 +0000 (19:44 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
README

diff --git a/README b/README
index c4d10a5..5c0133b 100644 (file)
--- 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
+