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-06-10
extmod/modbluetooth: Register default GATT service and fix esp32 init.
jp-96
2020-06-09
mimxrt/boards: Integrate support for MIMXRT1020_EVK board.
Philipp Ebensberger
2020-06-09
mimxrt/boards: Enable LED class for MIMXRT1060_EVK board.
Albort Xue
2020-06-09
esp32: Update IDF v4.0 supported hash to v4.0.1.
Jim Mussared
2020-06-08
mimxrt/tusb_config.h: Preliminary fix for TinyUSB HS endpoint overflow.
Philipp Ebensberger
2020-06-05
esp32/mpthreadport: Fix calculation of thread stack size.
Damien George
2020-06-05
qemu-arm: Support building in debug mode with DEBUG=1.
Damien George
2020-06-05
mimxrt: Add initial impl of machine.LED class, and basic pin support.
Philipp Ebensberger
2020-06-02
minimal: Make build more flexible and work as 64-bit build.
Damien George
2020-06-02
stm32/Makefile: Quote libgcc path so spaces are not an issue.
stinos
2020-06-02
qemu-arm/README: Update link to toolchain.
David Spickett
2020-06-02
stm32/boards/xxx_WB55: Enable pyb.ADC and hardware SPI on WB55 boards.
Damien George
2020-06-02
stm32/dma: Add support for DMA on STM32WB, with SPI settings provided.
Damien George
2020-06-02
stm32/machine_adc: Make setting of ADC1_COMMON->CCR clearer on STM32WB.
Damien George
2020-06-02
stm32/adc: Add support to pyb.ADC for STM32WB MCUs.
Damien George
2020-06-02
stm32/modmachine: Allow changing AHB and APB bus frequencies on STM32WB.
Damien George
2020-06-01
stm32/machine_uart: Allow re-init'ing a static UART object.
Damien George
2020-06-01
stm32/machine_uart: Retain attached-to-repl setting when init'ing UART.
Damien George
2020-05-29
powerpc/uart: Choose which UART to use at build time, not runtime.
Joel Stanley
2020-05-29
esp32/modmachine: Fix machine.reset_cause to use IDF's esp_reset_reason.
Thorsten von Eicken
2020-05-28
esp32/machine_sdcard: Add "freq" keyword arg to SDCard constructor.
cccc
2020-05-28
windows: Make appveyor.yml self-contained.
stijn
2020-05-28
py/modmath: Work around msvc float bugs in atan2, fmod and modf.
stijn
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
[next]