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-05-15
nrf/mphalport: Remove need for "syntax unified" in mp_hal_delay_us.
Damien George
2020-05-15
nrf/Makefile: Don't use -fno-builtin for Cortex-M0 builds.
Damien George
2020-05-15
extmod/vfs_lfsx: Fix import_stat so it takes into account current dir.
Damien George
2020-05-15
stm32/boards: Add board config for Nucleo-F412ZG development board.
Thomas Roberts
2020-05-15
stm32: Add support for F412 MCUs.
Thomas Roberts
2020-05-14
esp8266/boards: Allow configuring btree/FAT/LFS2 support when building.
Rafael Römhild
2020-05-14
py/nativeglue.h: Rename "setjmp" entry to "setjmp_" to avoid any clash.
Damien George
2020-05-11
extmod/nimble: Make error code mapping default to MP_EIO.
Thomas Friebel
2020-05-11
README: Change --help option to -h to match micropython executable.
Hannah Suarez/hcs0
2020-05-11
extmod/modbluetooth: Add support for changing the GAP device name.
Damien George
2020-05-11
stm32/README: Reorg DFU flashing instructions with addition for PYBD.
Thorsten von Eicken
2020-05-09
esp32/modsocket: Fix getaddrinfo to raise on error.
Thorsten von Eicken
2020-05-09
tests/run-tests: Skip REPL feature checks when running via pyboard.py.
Damien George
2020-05-09
py/parse: Make mp_parse_node_extract_list return size_t instead of int.
Damien George
2020-05-09
tests/run-multitests.py: Add TRACE banner and move TEST output to end.
Damien George
2020-05-08
esp8266/uart: Move a few functions from iRAM to iROM.
Damien George
2020-05-08
esp8266/esp_mphal: Move most functions in esp_mphal.c from iRAM to iROM.
Damien George
2020-05-08
esp8266/boards: Move py/pairheap.c code from iRAM to iROM.
Damien George
2020-05-08
esp8266: Clean up Pin intr handler by moving all code to machine_pin.c.
Damien George
2020-05-08
py/scheduler: Convert mp_sched_full and mp_sched_num_pending to macros.
Damien George
2020-05-08
extmod/vfs_lfsx: Fix rename to respect cur dir for new path.
robert
2020-05-08
extmod/vfs_lfsx: Normalize path name in chdir.
robert
2020-05-08
extmod/vfs_lfsx: Fix path handling in uos.stat() to consider cur dir.
robert
2020-05-08
tests/multi_bluetooth: Fix typo printing wrong IRQ type.
Damien George
2020-05-05
stm32/boards/PYBD_SF2: Put BTstack library in external QSPI XIP flash.
Damien George
2020-05-05
zephyr: Use zephyr build system to merge configurations.
Maureen Helm
2020-05-05
tests/thread/thread_stacksize1.py: Increase stack size for CPython.
yangfl
2020-05-03
py/parse: Support constant folding of power operator for integers.
Damien George
2020-05-03
esp32/partitions: Update comments in files regarding offset.
Thorsten von Eicken
2020-05-03
esp32: Improve support for OTA updates.
Thorsten von Eicken
2020-05-02
docs/library: Fix docs for machine.WDT to specify millisecond timeout.
Thorsten von Eicken
2020-05-02
tests/cpydiff: Add cpydiff test for __all__ used in imported package.
Jim Mussared
2020-05-02
extmod/modbtree: Retain reference to underlying stream so it's not GC'd.
Damien George
2020-04-30
docs/library: Note that machine.Pin.irq's hard arg may not be supported.
Damien George
2020-04-30
esp8266/mpconfigport.h: Add definitions for BEGIN/END_ATOMIC_SECTION.
Damien George
2020-04-30
esp8266/machine_pin: Move pin_intr_handler to iRAM, de-support hard IRQ.
Damien George
2020-04-30
py/scheduler: Add option to wrap mp_sched_schedule in arbitrary attr.
Damien George
2020-04-30
travis: Make sure upstream/master exists when computing size-diff check.
Damien George
2020-04-30
all: Fix auto-enable of MICROPY_GCREGS_SETJMP to select GC behaviour.
Damien George
2020-04-29
all: Factor gchelper code to one place and use it for unix & ARM ports.
Jim Mussared
2020-04-29
unix: Add btstack to the unix submodules list.
Jim Mussared
2020-04-29
extmod/modbluetooth: Fix sign compare and unused variable warnings.
Jim Mussared
2020-04-29
lib/btstack: Update to c8b9823 for USB HCI reset timeout fix.
Jim Mussared
2020-04-29
unix: Enable modbluetooth on the "dev" and "coverage" variants.
Jim Mussared
2020-04-29
tests/run-multitests.py: Add shortcuts for local Python instances.
Jim Mussared
2020-04-29
tests/multi_bluetooth/ble_gap_advertise: Fix bytes/str compare warning.
Jim Mussared
2020-04-29
tests/run-multitests.py: Allow filtering out lines from stdout.
Jim Mussared
2020-04-29
unix: Add support for modbluetooth and BLE using btstack.
Jim Mussared
2020-04-29
extmod/btstack: Implement more robust init/deinit sequencing.
Jim Mussared
2020-04-29
stm32/main: Peform a clean shutdown of btstack on soft reset.
Jim Mussared
[next]