You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yonatan Goldschmidt
853aaa06f2
lib/mp-readline: Add word-based move/delete EMACS key sequences.
This commit adds backward-word, backward-kill-word, forward-word,
forward-kill-word sequences for the REPL, with bindings to Alt+F, Alt+B,
Alt+D and Alt+Backspace respectively. It is disabled by default and can be
enabled via MICROPY_REPL_EMACS_WORDS_MOVE.
Further enabling MICROPY_REPL_EMACS_EXTRA_WORDS_MOVE adds extra bindings
for these new sequences: Ctrl+Right, Ctrl+Left and Ctrl+W.
The features are enabled on unix micropython-coverage and micropython-dev.
5 years ago
..
asf4 @ d270f79aa1
lib: Add asf4 as a submodule.
5 years ago
axtls @ 43a6e6bd3b
axtls: Update, exposes AES functions to implement ECB chiper mode.
7 years ago
berkeley-db-1.xx @ 35aaec4418
berkeley-db-1.xx: Update, allow to override MINCACHE, DEFPSIZE.
7 years ago
cmsis/ inc
lib/cmsis: Upgrade to CMSIS 5.5.1.
6 years ago
embed
lib/embed/abort_: Use mp_raise_msg helper function.
7 years ago
libc
lib/libc/string0: Add simple implementations of strspn and strcspn.
5 years ago
libffi @ e9de7e35f2
lib/libffi: Add libffi as a submodule.
9 years ago
libm
lib/libm/math: Add implementation of __signbitf, if needed by a port.
6 years ago
libm_dbl
stm32: Use hardware double sqrt on F7/H7 MCUs.
5 years ago
littlefs
lib/littlefs: Add README describing origin and how to gen lfs1/lfs2.
5 years ago
lwip @ 159e31b689
lib/lwip: Update lwIP to v2.1.2, tag STABLE-2_1_2_RELEASE.
5 years ago
mbedtls @ 3f8d78411a
lib: Add new submodule for mbedtls, currently at v2.17.0.
6 years ago
memzip
lib/memzip: Make lexer constructor raise exception when file not found.
8 years ago
mp-readline
lib/mp-readline: Add word-based move/delete EMACS key sequences.
5 years ago
mynewt-nimble @ 223714cb16
lib/mynewt-nimble: Add Apache mynewt nimble as a submodule.
5 years ago
netutils
lib/netutils: Add DHCP server component.
6 years ago
nrfx @ 7513fc9d5c
lib/nrfx: Upgrade nrfx to master.
6 years ago
oofatfs
lib/oofatfs: Update oofatfs library to fix issue with logic not.
6 years ago
stm32lib @ 668d7a9e54
lib/stm32lib: Update library for updated H7xx, new L0xx, new WBxx.
5 years ago
timeutils
all: Use the name MicroPython consistently in comments
7 years ago
tinytest
Revert "lib/tinytest: Clean up test reporting in the presence of std..."
5 years ago
tinyusb @ 393492823c
lib: Add tinyusb as a submodule.
5 years ago
upytesthelper
py: Add global default_emit_opt variable to make emit kind persistent.
5 years ago
utils
lib/utils/pyexec: Introduce MICROPY_REPL_INFO, wrap debug prints in it.
5 years ago
README.md
lib: Add basic README.
10 years ago
This directory contains standard, low-level C libraries with emphasis on
being independent and efficient. They can be used by any port.