micropython/lib
Damien George 8388ec4e35 stmhal: Update to new STM Cube HAL library.
This upgrades the HAL to the versions:
- F4 V1.16.0
- F7 V1.7.0
- L4 V1.8.1

The main changes were in the SD card driver.  The vendor changed the SD
read/write functions to accept block number intead of byte address, so
there is no longer any need for a custom patch for this in stm32lib.
The CardType values also changed, so pyb.SDCard().info() will return
different values for the 3rd element of the tuple, but this function was
never documented.
2017-08-29 17:03:28 +10:00
..
axtls@9b3092eb3b lib/axtls: Upgrade to axTLS 2.1.3 + MicroPython patchset. 2017-06-13 17:39:20 +03:00
berkeley-db-1.xx@dab957dacd lib/berkeley-db-1.xx: Update to upstream, fixes MacOSX build. 2016-08-25 21:30:20 +03:00
cmsis/inc lib/cmsis: upgrade CMSIS-CORE to V4.30 2016-09-30 16:19:03 +10:00
embed lib/abort_.c: Add prototype to make coverage build happy. 2016-07-30 17:52:06 +03:00
libc all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
libffi@e9de7e35f2
libm all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
libm_dbl lib: Add libm_dbl, a double-precision math library, from musl-1.1.16. 2017-06-28 15:12:04 +10:00
lwip@5b8b5d459e
memzip lib/memzip: Make lexer constructor raise exception when file not found. 2017-03-14 11:52:05 +11:00
mp-readline all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
netutils all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
oofatfs lib/oofatfs/ffconf.h: Add MICROPY_FATFS_NORTC option. 2017-01-31 19:54:20 +11:00
stm32lib@d2bcfda543 stmhal: Update to new STM Cube HAL library. 2017-08-29 17:03:28 +10:00
timeutils all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
utils all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
README.md

README.md

This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.