index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2020-03-10
lib: Add BlueKitchen BTstack submodule.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-07
py/scheduler: Move clearing of kbd traceback to mp_keyboard_interrupt.
Damien George
2020-02-07
py/scheduler: Move mp_keyboard_interrupt from lib/utils to py core.
Damien George
2020-02-07
lib/utils/pyexec: Handle pending exceptions after disabling kbd intrs.
Damien George
2020-02-04
lib/utils: Change default value of pyexec_mode_kind to 0 to put in bss.
odewdney
2020-01-12
lib/mp-readline: Add word-based move/delete EMACS key sequences.
Yonatan Goldschmidt
2020-01-12
lib/mp-readline: Add an assert() to catch buffer overflows.
Yonatan Goldschmidt
2019-12-28
lib/utils/pyexec: Introduce MICROPY_REPL_INFO, wrap debug prints in it.
Yonatan Goldschmidt
2019-12-27
py: Introduce MP_ROM_NONE macro for ROM to refer to None object.
Damien George
2019-12-19
Revert "lib/tinytest: Clean up test reporting in the presence of std..."
David Lechner
2019-10-30
lib/libc/string0: Add simple implementations of strspn and strcspn.
Damien George
2019-10-29
lib/littlefs: Add README describing origin and how to gen lfs1/lfs2.
Damien George
2019-10-29
lib/littlefs: Add littlefs v2.1.3 source.
Damien George
2019-10-29
lib/littlefs: Add littlefs v1.7.2 source.
Damien George
2019-10-10
stm32: Use hardware double sqrt on F7/H7 MCUs.
Jim Mussared
2019-10-01
lib/mynewt-nimble: Add Apache mynewt nimble as a submodule.
Damien George
2019-08-28
py: Add global default_emit_opt variable to make emit kind persistent.
Damien George
2019-07-04
lib/lwip: Update lwIP to v2.1.2, tag STABLE-2_1_2_RELEASE.
Damien George
2019-07-03
lib/stm32lib: Update library for updated H7xx, new L0xx, new WBxx.
Damien George
2019-07-01
lib: Add tinyusb as a submodule.
Damien George
2019-07-01
lib: Add asf4 as a submodule.
Damien George
2019-07-01
lib/utils/sys_stdio_mphal: Add support to poll sys.stdin and sys.stdout.
Damien George
2019-06-05
lib: Add new submodule for mbedtls, currently at v2.17.0.
Damien George
2019-06-03
lib/netutils: Add DHCP server component.
Damien George
2019-06-03
lib/cmsis: Upgrade to CMSIS 5.5.1.
Damien George
2019-05-21
lib/nrfx: Upgrade nrfx to master.
Glenn Ruben Bakke
2019-05-20
lib/stm32lib: Update library to fix UART9/10 baudrate on F4 MCUs.
Damien George
2019-05-01
lib/utils/interrupt_char: Invalidate interrupt char at start up.
Damien George
2019-05-01
lib/utils: Make pyexec_file_if_exists run frozen scripts if they exist.
Andrew Leech
2019-04-26
lib/utils/pyexec: Add pyexec_file_if_exists() helper function.
Damien George
2019-04-01
lib/stm32lib: Update library to fix F7 MMC capacity calculation.
Damien George
2019-03-07
lib/oofatfs: Update oofatfs library to fix issue with logic not.
Damien George
2019-03-05
lib/oofatfs: Update ffconf.h config for new oofatfs version.
Damien George
2019-03-05
lib/oofatfs: Update oofatfs library to R0.13c working branch.
Damien George
2019-02-26
lib/netutils: Add function to print tracing info for Ethernet frames.
Damien George
2019-02-12
all: Change PYB message prefix to MPY.
Mike Causer
2019-02-12
lib/utils/gchelper: Add gchelper.h header file for assembler functions.
Damien George
2019-02-12
lib/utils/gchelper_m3: Add gc_helper_get_sp() function.
Damien George
2019-02-12
lib/utils/gchelper_m3: Add license header and clean up code.
Damien George
2019-02-12
stm32: Move gchelper assembler code to lib/utils for use by other ports.
Damien George
2019-02-06
lib/utils/printf: Exclude __GI_vsnprintf alias for gcc 9 and above.
Damien George
2019-01-31
lib/nrfx: Upgrade to nrfx v1.3.1.
Damien George
2019-01-28
lib/utils/pyexec: Implement paste mode with event driven REPL.
Damien George
2019-01-24
lib/stm32lib: Update library to get F413 BOR defs and fix gcc 8 warning.
Damien George
2018-12-29
lib/utils: Add generic MicroPython IRQ helper functions.
Tobias Badertscher
2018-10-13
lib/utils/pyexec: Forcefully unlock the heap if locked and REPL active.
Damien George
2018-09-27
lib/libm/math: Add implementation of __signbitf, if needed by a port.
Damien George
2018-09-27
lib/libm/math: Fix int type in float union, uint64_t should be uint32_t.
Damien George
2018-09-26
lib/stm32lib: Update library to fix issue with filling USB TX FIFO.
Damien George
[next]