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
2019-04-09
stm32/boards/NUCLEO_L432KC: Disable complex nos and default frozen mods.
Damien George
2019-04-08
tools/mpy-tool.py: Fix init of QStrWindow, and remove unused variable.
Damien George
2019-04-08
stm32/boards/NUCLEO_H743ZI: Add config options to support mboot.
Damien George
2019-04-08
stm32/mboot: Add support for H7 MCUs, with H743 flash layout.
Damien George
2019-04-08
stm32/usbd_conf: Add support for USB HS peripheral on H7 MCUs.
Damien George
2019-04-08
stm32/i2cslave: Add support for H7 MCUs.
Damien George
2019-04-08
tools/mpy-tool.py: Adjust use of super() to make it work with Python 2.
Damien George
2019-04-05
stm32/network_wiznet5k: Automatically set MAC if device doesn't have one
Damien George
2019-04-05
stm32/network_wiznet5k: Add ability to set the MAC address.
Damien George
2019-04-05
stm32/network_wiznet5k: Add ability to trace Ethernet TX and RX frames.
Damien George
2019-04-05
esp32/boards/sdkconfig: Disable WDT check of idle task on CPU1.
Damien George
2019-04-04
tests/run-tests: Ignore exception in process kill when ending repl test.
stijn
2019-04-03
extmod/modlwip: Use correct listening socket object in accept callback.
Damien George
2019-04-01
nrf/Makefile: Update to match latest oofatfs version.
Glenn Ruben Bakke
2019-04-01
stm32/moduos: Allow to compile again without USB enabled.
Damien George
2019-04-01
lib/stm32lib: Update library to fix F7 MMC capacity calculation.
Damien George
2019-04-01
stm32: Add support for MMC driver, exposed via pyb.MMCard class.
Damien George
2019-04-01
stm32: Rename MICROPY_HW_HAS_SDCARD to MICROPY_HW_ENABLE_SDCARD.
Damien George
2019-04-01
stm32/uart: Handle correctly the char overrun case of RXNE=0 and ORE=1.
Damien George
2019-04-01
extmod/modlwip: Free any stored incoming bufs/connections on TCP error.
Damien George
2019-04-01
extmod/modlwip: Protect socket.accept with lwIP concurrency lock.
Damien George
2019-04-01
extmod/modlwip: Handle case of accept callback called with null PCB.
Damien George
2019-04-01
extmod/modlwip: Handle case of connection closing while on accept queue.
Damien George
2019-04-01
stm32/timer: Expose the PWM BRK capability of Timer 1 and 8.
roland van straten
2019-04-01
stm32: Make default USB_VCP stream go through uos.dupterm for main REPL.
Andrew Leech
2019-03-29
docs/develop: Remove paragraph that was copied in error from other doc.
Damien George
2019-03-29
stm32/Makefile: Allow to override CROSS_COMPILE with included Makefile.
Boris Vinogradov
2019-03-28
stm32/boards/STM32L476DISC: Enable servo support on STM32L476DISC board.
Boris Vinogradov
2019-03-28
docs/esp32: Add example for pin isolation in combination with deepsleep.
spacemanspiff2007
2019-03-27
esp32/boards: Enable dual core support by default.
Damien George
2019-03-27
esp32/mpthreadport: Exit vPortCleanUpTCB early if threading not init'd.
Damien George
2019-03-27
unix/mpthreadport: Use named semaphores on Mac OS X.
Damiano Mazzella
2019-03-27
tests/extmod: Add test for FAT filesystem on a very large block device.
Damien George
2019-03-26
stm32/mpconfigport.h: Remove malloc/free/realloc helper macros.
Damien George
2019-03-26
mpy-cross: Support compiling with MICROPY_PY___FILE__ enabled.
Damien George
2019-03-26
extmod/vfs_fat: Fallback to FAT32 if standard FAT16/SFD format fails.
Andrew Leech
2019-03-26
stm32/system_stm32: Provide default value for HSI calibration.
roland van straten
2019-03-26
tools/pyboard.py: Add missing line from example usage comments.
rhubarbdog
2019-03-26
py/nlrthumb: Add support for iOS where the C func is _nlr_push_tail.
Romain Goyet
2019-03-26
py/scheduler: Convert micropythyon.schedule() to a circular buffer.
Andrew Leech
2019-03-26
zephyr/i2c: Add support for hardware i2c.
Maureen Helm
2019-03-26
esp32/machine_pin: Rework pull mode config to fix GPIO hold feature.
Damien George
2019-03-19
nrf/readme: Add section about LTO.
Glenn Ruben Bakke
2019-03-20
py/runtime: Remove long-obsolete MICROPY_FSUSERMOUNT init code.
Damien George
2019-03-18
stm32/mboot: Set USE_MBOOT=1 by default in the Makefile.
Dave Hylands
2019-03-15
nrf/bluetooth: Deprecate use of SoftDevice s140 v6.0.0.
Glenn Ruben Bakke
2019-03-15
nrf/board: Migrate nrf52840 target to new BLE stack.
Glenn Ruben Bakke
2019-03-15
nrf/bluetooth: Add support for SoftDevice s140 version 6.1.1.
Glenn Ruben Bakke
2019-03-15
nrf/bluetooth: Deprecate use of SoftDevice s132 v6.0.0.
Glenn Ruben Bakke
2019-03-15
nrf/board: Migrate all nrf52832 targets to new BLE stack.
Glenn Ruben Bakke
[prev]
[next]