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-02
docs/reference: Add note about multiple exceptions when heap is locked.
Andrew Leech
2020-06-02
minimal: Make build more flexible and work as 64-bit build.
Damien George
2020-06-02
lib/utils/pyexec: Add missing MP_ERROR_TEXT when compiler disabled.
Damien George
2020-06-02
py/modbuiltins: Fix getattr to work with class raising AttributeError.
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
extmod/vfs: Retain previous working directory if chdir fails.
Damien George
2020-05-29
tools/codeformat.py: Add verbose option to pass to uncrustify and black.
David Lechner
2020-05-29
travis: For powerpc job, build both UART variants.
Joel Stanley
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
tools/codeformat.py: Use -q option on uncrustify to make output quiet.
David Lechner
2020-05-28
py/modsys: Use consistent naming pattern for module-level const objects.
David Lechner
2020-05-28
windows: Make appveyor.yml self-contained.
stijn
2020-05-28
py/ringbuf: Fix compilation with msvc.
stijn
2020-05-28
py/modmath: Work around msvc float bugs in atan2, fmod and modf.
stijn
2020-05-27
py/py.mk: Use additional CFLAGS to compile string0.c.
Damien George
2020-05-27
lib/utils: Lock the scheduler when executing hard callback functions.
Damien George
2020-05-27
travis: Set build name so it appears in the web interfaces.
Joel Stanley
2020-05-27
travis: Run apt commands once, to slightly speed up the CI.
Joel Stanley
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
docs/develop: Fix module/source name in Makefile of native example.
Damien George
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
travis: Build more boards as part of nrf job.
Jim Mussared
2020-05-15
nrf: Update to work with nrfx v2.0.0, to match TinyUSB.
Jim Mussared
2020-05-15
lib/nrfx: Upgrade to nrfx v2.0.0.
Damien George
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
[next]