From 8f94678157ba5a2e9ee44c88167b3fec9e72d755 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Sun, 29 Dec 2013 22:21:59 +0100 Subject: [PATCH] Updated readme --- README | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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 -- 2.43.0