index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-01-27
docs/develop: Add MicroPython Internals chapter.
nanjekyejoannah
2021-01-24
tools/ci.sh: For code size build, fetch history of master branch only.
Damien George
2021-01-24
github/workflows: Fix code-size CI workflow.
Damien George
2021-01-23
cc3200: Fix debug build.
Vincent Duvert
2021-01-23
cc3200/ftp: Add quotes to PWD response and allow FEAT prior to login.
Vincent Duvert
2021-01-23
unix/modtime: Fix time() precision on unix ports with non-double floats.
Oliver Joos
2021-01-23
tests/extmod: Add test for the precision of utime functions.
Oliver Joos
2021-01-23
esp32/modnetwork: Synchronize WiFi AUTH_xxx constants with IDF values.
IhorNehrutsa
2021-01-23
zephyr: Add basic UART functionality to machine module.
Yonatan Schachter
2021-01-22
extmod/modbluetooth: Add ble.hci_cmd(ogf, ocf, req, resp) function.
Jim Mussared
2021-01-18
stm32/Makefile: Use MBOOT_PACK_KEYS_FILE as depedency of .pack.dfu.
Damien George
2021-01-18
tools/ci.sh: Pip install pyhy for stm32 builds.
Damien George
2021-01-18
stm32/boards/NUCLEO_WB55: Enable MBOOT with packing mode.
Damien George
2021-01-18
stm32/mboot: Add support for signed and encrypted firmware updates.
Damien George
2021-01-18
stm32/mboot/gzstream: Fix lost data decompressing final part of file.
Damien George
2021-01-18
lib/libhydrogen: Add new libhydrogen submodule.
Damien George
2020-12-23
extmod/nimble: Don't assert on save-IRK failure.
Jim Mussared
2020-12-23
extmod/nimble: Reset NimBLE BSS in mp_bluetooth_init.
Jim Mussared
2020-12-18
tests/misc/sys_settrace_features.py: Fix running with non-dflt encoding.
stijn
2020-12-18
tests/misc/sys_settrace: Make test output independent of invoked path.
stijn
2020-12-18
teensy: Fix build errors and warnings and enable -Werror.
Damien George
2020-12-18
stm32/boards/PYBD_SF2: Disable SPIFLASH_ENABLE_CACHE for mboot builds.
Damien George
2020-12-18
drivers/memory/spiflash: Add MICROPY_HW_SPIFLASH_ENABLE_CACHE option.
Damien George
2020-12-18
stm32/main: Do extended readblocks call when auto-detecting littlefs.
Damien George
2020-12-18
stm32/adc: Deselect VBAT after reading to prevent battery drain.
Damien George
2020-12-17
stm32/sdram: Add SDRAM enter/leave self-refresh mode functions.
iabdalkader
2020-12-17
stm32/system_stm32: Enable DBGMCU in low-power modes for debug builds.
iabdalkader
2020-12-17
stm32/pyb_can: Add ability to calculate CAN bit timing from baudrate.
iabdalkader
2020-12-17
extmod/vfs: Raise OSError(ENODEV) if mounting bdev without a filesystem.
Oliver Joos
2020-12-17
tests/extmod: Add test to try and mount a block device directly.
Oliver Joos
2020-12-14
extmod/modubinascii: Update code, docs for hexlify now CPython has sep.
Damien George
2020-12-14
py/mkrules.mk: Remove stray vpath and unused -Itmp, add $(Q) for $(AR).
Damien George
2020-12-14
py/modmath: Simplify handling of positional args to reduce code size.
Damien George
2020-12-14
tools/ci.sh: Use pip-install to get latest version of esptool.py.
Damien George
2020-12-14
tools/ci.sh: Put echo of CI path in a separate function.
Damien George
2020-12-14
tests/misc/sys_settrace_features.py: Ignore CPython zipimport traces.
Damien George
2020-12-10
stm32/usb: Allocate 128 bytes to CDC data out EPs on non-multi-OTG MCUs.
Damien George
2020-12-10
lib/stm32lib: Update library for WB v1.10.0.
Damien George
2020-12-09
stm32/mboot: Enable LFS2_READONLY for mboot builds with littlefs.
Damien George
2020-12-09
lib/littlefs: Guard lfs2_mlist_isopen with LFS2_NO_ASSERT.
Damien George
2020-12-09
lib/littlefs: Update littlefs2 to v2.3.0.
Damien George
2020-12-08
stm32/boards/NUCLEO_H743ZI: Enable ethernet peripheral.
Reinhard Feger
2020-12-08
stm32/eth: Add support for H7 processors.
Reinhard Feger
2020-12-08
stm32/boards/stm32h743.ld: Enable D2 RAM and add eth-buffer section.
Reinhard Feger
2020-12-07
nrf: Change selected boards to utilize pre-flashed bootloader.
Glenn Ruben Bakke
2020-12-07
nrf/boards: Add linker script for nrf52840 Open Bootloader 1.2.0.
Glenn Ruben Bakke
2020-12-07
nrf/Makefile: Add support for flashing with nrfutil.
Glenn Ruben Bakke
2020-12-07
nrf/Makefile: Add bootloader specific section.
Glenn Ruben Bakke
2020-12-07
nrf/boards: Update memory.ld to include bootloader offsets.
Glenn Ruben Bakke
2020-12-07
py/mpprint: Fix length calculation for strings with precision-modifier.
Joris Peeraer
[prev]
[next]