- 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
- UART
- I²C
- I²C EEPROM
- - TMP101 temperature sensor
+ - TMP101 I²C temperature sensor
- ADC
- GPIO
+ - GPIO interrupts
- SPI (SSP)
- 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