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
path:
root
/
ports
Age
Commit message (
Expand
)
Author
2020-05-27
powerpc: Set better default compiler.
Joel Stanley
2020-05-27
powerpc: Fix Makefile rule when linking.
Joel Stanley
2020-05-27
mimxrt/boards: Add MIMXRT1060_EVK board.
Albort Xue
2020-05-27
esp8266/esppwm: Fix PWM glitch when setting duty on different channel.
Olivier Ortigues
2020-05-16
unix/main: Enter REPL when inspect active, even with stdin redirected.
Yu-Ming Chang
2020-05-15
nrf: Add openocd as a supported flasher.
Jim Mussared
2020-05-15
nrf: Update to work with nrfx v2.0.0, to match TinyUSB.
Jim Mussared
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
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-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-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-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-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-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
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
unix: Enable modbluetooth on the "dev" and "coverage" variants.
Jim Mussared
2020-04-29
unix: Add support for modbluetooth and BLE using btstack.
Jim Mussared
2020-04-29
stm32/main: Peform a clean shutdown of btstack on soft reset.
Jim Mussared
2020-04-29
extmod/modbluetooth: Don't hold atomic section during mp_sched_schedule.
Jim Mussared
2020-04-29
stm32/Makefile: Rename SRC_LIB to LIB_SRC_C to match other ports.
Jim Mussared
2020-04-29
unix/modmachine: Add machine.idle(), implemented using sched_yield.
Jim Mussared
2020-04-27
py/stream: Remove mp_stream_errno and use system errno instead.
Damien George
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-04-23
all: Remove commented-out include statements.
stijn
2020-04-23
esp32: Consolidate check_esp_err functions and add IDF error string.
Thorsten von Eicken
2020-04-23
esp32/modesp32: Add idf_heap_info(capabilities) to esp32 module.
Thorsten von Eicken
2020-04-18
stm32/mboot: Expose custom DFU USB VID/PID values at makefile level.
Andrew Leech
2020-04-18
all: Enable extra conversion warnings where applicable.
stijn
2020-04-18
all: Fix implicit floating point to integer conversions.
stijn
2020-04-18
all: Fix implicit conversion from double to float.
stijn
2020-04-18
all: Fix implicit floating point promotion.
stijn
2020-04-18
Revert "all: Fix implicit casts of float/double, and signed comparison."
stijn
2020-04-16
stm32/mboot/README: Clarify that mboot can access FAT formatted FS only.
Martin Fischer
2020-04-16
stm32/storage: Fix start address of second, internal block device.
Martin Fischer
2020-04-14
esp32: Update to ESP IDF v3.3.2.
Damien George
2020-04-13
all: Clean up error strings to use lowercase and change cannot to can't.
Damien George
[next]