micropython/lib
David Lechner 0eead94181 lib/libm: Use __asm__ instead of asm.
`asm` is not part of the C standard and causes a complier error when
`-std=c99` is used. `__asm__` is the recommended alternative.

https://gcc.gnu.org/onlinedocs/gcc/extensions-to-the-c-language-family/alternate-keywords.html

Signed-off-by: David Lechner <david@pybricks.com>
2022-11-10 11:36:41 +11:00
..
asf4@84f56af132
axtls@531cab9c27
berkeley-db-1.xx@35aaec4418
btstack@87087689bb lib/btstack: Update to v1.5.3. 2022-10-22 13:21:28 +11:00
cmsis/inc
crypto-algorithms
cyw43-driver@2ab6ca93f9 lib/cyw43-driver: Update driver to latest version. 2022-07-26 01:37:47 +10:00
fsp@55bffd3a71
libffi@e9de7e35f2
libhydrogen@5c5d513093
libm lib/libm: Use __asm__ instead of asm. 2022-11-10 11:36:41 +11:00
libm_dbl lib/libm: Use __asm__ instead of asm. 2022-11-10 11:36:41 +11:00
littlefs
lwip@6ca936f6b5 lib/lwip: Update lwIP to v2.1.3, tag STABLE-2_1_3_RELEASE. 2022-08-29 14:41:21 +10:00
mbedtls@1bc2c9cb8b
mbedtls_errors
micropython-lib@038b4ac657 lib/micropython-lib: Update submodule to latest. 2022-11-09 14:58:49 +11:00
mynewt-nimble@42849560ba
nrfx@7a4c9d946c
nxp_driver@fa5a554c79
oofatfs
pico-sdk@2e6142b15b
re1.5
stm32lib@a9f8fee7bb lib/stm32lib: Update library to get L1 v1.10.3, and some other fixes. 2022-09-25 23:56:20 +10:00
tinytest
tinyusb@868f2bcda0
uzlib
wiznet5k@0803fc519a
README.md

README.md

This directory contains third-party, low-level C libraries and SDKs. Libraries that do not target any specific platform are generally chosen based on them being independent and efficient.