aboutsummaryrefslogtreecommitdiff
path: root/cc3200/util/hash.h
AgeCommit message (Collapse)Author
2015-05-20cc3200: Add uhashlib. Supports SHA1 and SHA256.Daniel Campora
2015-03-16cc3200: Do not reset the DTHE module before every SHA operation.danicampora
According to the new SDK (1.1.0) this is not needed, and it's best not to do it, because this module is a shared resource.
2015-02-22cc3200: Remove dependencies from FreeRTOS.danicampora
Use the simplelink wrappers instead. This is one step further towards having a single module for the cc3200 and the cc3100.
2015-02-06cc3200: Add cc3200 port of MicroPython.danicampora
The port currently implements support for GPIO, RTC, ExtInt and the WiFi subsystem. A small file system is available in the serial flash. A bootloader which makes OTA updates possible, is also part of this initial implementation.