micropython/lib
Jim Mussared 23109988c2 stm32/uart: Allow static IRQ handler registration.
This will allow the HCI UART to use a non-heap mp_irq_obj_t, which avoids
needing to make a root pointer for it.
2020-09-08 10:46:30 +10:00
..
asf4@d270f79aa1
axtls@43a6e6bd3b
berkeley-db-1.xx@35aaec4418
btstack@c8b9823f68
cmsis/inc
embed
libc lib/libc: Fix string0's implementation of strncpy. 2020-07-22 16:29:54 +10:00
libffi@e9de7e35f2
libm lib/libm: Reduce size of static two_over_pi array. 2020-09-04 00:45:56 +10:00
libm_dbl lib/libm_dbl: Add round.c source code. 2020-07-21 11:07:19 +10:00
littlefs
lwip@159e31b689
mbedtls@3f8d78411a
mbedtls_errors lib/mbedtls_errors: Add code to patch mbedtls for shortened error strs. 2020-07-20 23:53:27 +10:00
memzip
mp-readline
mynewt-nimble@97ce3eacaa
netutils
nrfx@7a4c9d946c
nxp_driver@b618cb1d52
oofatfs
stm32lib@58fee7c92b lib/stm32lib: Update library for H7 v1.6.0 and WB v1.6.0. 2020-07-21 01:02:58 +10:00
timeutils lib/timeutils: Add helper functions to deal with nanosecs since 1970. 2020-08-22 15:41:10 +10:00
tinytest
tinyusb@a6b916ba85
upytesthelper
utils stm32/uart: Allow static IRQ handler registration. 2020-09-08 10:46:30 +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.