From: Nathael Pajani Date: Sun, 29 Dec 2013 21:21:59 +0000 (+0100) Subject: Updated readme X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=8f94678157ba5a2e9ee44c88167b3fec9e72d755;p=soft%2Flpc122x%2Fcore Updated readme --- diff --git a/README b/README index 961adf5..c4d10a5 100644 --- a/README +++ b/README @@ -64,6 +64,9 @@ SUPPORTED FEATURES and INTERFACES - watchdog (stop) - clock / PLL config - call of existing/used drivers configuration routines + - systick + - precise msleep and usleep functions (using systick) + - counter / timers - Simple C Library - memcpy and memset @@ -74,9 +77,10 @@ SUPPORTED FEATURES and INTERFACES - UART - I²C - I²C EEPROM - - TMP101 temperature sensor + - TMP101 I²C temperature sensor - ADC - GPIO + - GPIO interrupts - SPI (SSP) @@ -86,5 +90,8 @@ TODO : - Deep sleep mode support. - Test all the GPIO in different modes - Add support for SDCard over SPI -- Add transfer function for full duplex SPI when using fifo - actually implemented in the transfer functions but not in the read/write functions +- RTC Support +- Comparator support +- Watchdog support +- Flash IAP support +- CRC engine support