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
2020-06-26
travis: Build mboot for PYBV10 with LFS2 enabled in stm32 job.
Damien George
2020-06-26
stm32/mboot: Update README to describe WB and littlefs support.
Damien George
2020-06-26
stm32/mboot: Add support for littlefs.
Damien George
2020-06-26
stm32/mboot: Decouple stream, filesystem and top-level loading code.
Damien George
2020-06-26
stm32/mboot: Don't search for firmware on FS, just attempt to open it.
Damien George
2020-06-25
stm32/boards: Enable LFS2 on PYBD_SF3 and PYBD_SF6.
Damien George
2020-06-25
stm32/timer: Support TIM1 on WB MCUs.
Damien George
2020-06-25
stm32/mpconfigport.h: Enable PY_IO_FILEIO when any VFS is enabled.
Damien George
2020-06-25
extmod/vfs_lfs: Fix littlefs bindings to build in nan-box mode.
Damien George
2020-06-24
tools/makemanifest.py: Support freezing a subdirectory recursively.
Damien George
2020-06-24
py/objtype: Support passing in an OrderedDict to type() as the locals.
Damien George
2020-06-24
extmod/moductypes: Use mp_obj_is_dict_or_ordereddict to simplify code.
Damien George
2020-06-24
py/obj.h: Add public mp_obj_is_dict_or_ordereddict() helper macro.
Damien George
2020-06-23
stm32/mboot: Use additional CFLAGS to compile string0.c.
Damien George
2020-06-23
stm32/mboot: Set VTOR on start up to ensure it has the correct value.
Damien George
2020-06-22
travis: In stm32 job, build mboot for NUCLEO_WB55.
Damien George
2020-06-22
stm32/boards: Add build-time option for NUCLEO_WB55 to use mboot.
Damien George
2020-06-22
stm32/mboot: Add support for using mboot with WB MCUs.
Damien George
2020-06-22
stm32/mboot: Use CMSIS system source code for SystemInit function.
Damien George
2020-06-22
stm32/mboot: Use flash routines from main stm32 code rather than custom.
Damien George
2020-06-22
stm32/flash: Add flash_is_valid_addr, and extend sectors for 2MB F7.
Damien George
2020-06-22
stm32/i2cslave: Add support for WB MCUs.
Damien George
2020-06-22
stm32/flash: Make flash C-API reusable, and funcs return an error code.
Damien George
2020-06-22
stm32/powerctrlboot: Include irq.h to get definitions of IRQ priorities.
Damien George
2020-06-22
stm32/irq: Clean up irq.h so it does not depend on core uPy defines.
Damien George
2020-06-22
travis: Build qemu-arm with MP_ENDIANNESS_BIG=1 to test bigendian build.
Damien George
2020-06-22
qemu-arm/Makefile: Add CFLAGS_EXTRA to CFLAGS.
Damien George
2020-06-22
py/misc.h: Add missing semi-colon in mp_float_union_t for big-endian.
Damien George
2020-06-19
esp32/esp32_rmt: Call rmt_driver_install before rmt_config.
Jonathan Hogg
2020-06-19
tools/uncrustify: Enable more opts to remove space between func and '('.
David Lechner
2020-06-18
tools/codeformat.py: Include extmod/{btstack,nimble} in code formatting.
Damien George
2020-06-18
stm32/boards/NUCLEO_WB55: Add more CPU pins and aliases to SW1/2/3.
Damien George
2020-06-18
github: Add FUNDING.yml file pointing to micropython GitHub sponsorship.
Damien George
2020-06-17
travis: Change nrf pca10056 board to build with soft-device enabled.
Damien George
2020-06-17
nrf/bluetooth: Use MP_ERROR_TEXT for all error messages.
Glenn Ruben Bakke
2020-06-17
stm32/rfcore: Leave txpower level as default when initialising rfcore.
Damien George
2020-06-17
stm32/usb: Add support for 2xVCP on L0, L432 and WB MCUs.
Damien George
2020-06-17
stm32/factoryreset: Provide empty create-FS function when FAT disabled.
Damien George
2020-06-17
esp32/esp32_rmt: Extend RMT to support carrier feature.
Jon Rob
2020-06-16
tests/basics: Add tests for variable annotations.
Damien George
2020-06-16
py/compile: Implement PEP 526, syntax for variable annotations.
Damien George
2020-06-16
py/grammar.h: Consolidate duplicate sub-rules for :test and =test.
Damien George
2020-06-16
tests/cpydiff: Add CPy diff test for assignment expression behaviour.
Damien George
2020-06-16
tests/basics: Add tests for assignment operator :=.
Damien George
2020-06-16
ports: Disable MICROPY_PY_ASSIGN_EXPR in bare-arm and minimal ports.
Damien George
2020-06-16
py/compile: Implement PEP 572, assignment expressions with := operator.
Damien George
2020-06-16
py/compile: Convert scope test to SCOPE_IS_COMP_LIKE macro.
Damien George
2020-06-14
tools/uncrustify: Update config for v0.71.0.
David Lechner
2020-06-14
tools/codeformat.py: Remove sizeof fixup.
David Lechner
2020-06-14
tools/uncrustify.cfg: Remove deprecated sp_word_brace option.
David Lechner
[prev]
[next]