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
2021-04-12
rp2/machine_uart: Add buffered transfer of data with rxbuf/txbuf kwargs.
robert-hh
2021-04-11
rp2/rp2_pio: Add StateMachine restart,rx_fifo,tx_fifo helper functions.
robert-hh
2021-04-09
rp2/moduos: Implement uos.urandom().
robert-hh
2021-04-09
rp2/rp2_pio: Validate state machine frequency in constructor.
Damien George
2021-04-09
stm32/boards/NUCLEO_L476RG: Add 5 remaining UARTs.
aziubin
2021-04-09
esp32: Enable btree module.
Damien George
2021-04-09
extmod/extmod.cmake: Add support to build btree module with CMake.
Damien George
2021-04-09
py/py.cmake: Introduce MICROPY_INC_CORE as a list with core includes.
Damien George
2021-04-09
py/py.cmake: Move qstr helper code to micropy_gather_target_properties.
Damien George
2021-04-09
stm32/boardctrl: Give boards control over execution of boot.py,main.py.
Damien George
2021-04-08
stm32/mpconfigport.h: Add support for a board to specify root pointers.
Damien George
2021-04-07
stm32/boards/pllvalues.py: Relax PLLQ constraints on STM32F413 MCUs.
Damien George
2021-04-07
stm32/powerctrl: Support using PLLI2C on STM32F413 as USB clock source.
Damien George
2021-04-07
stm32/powerctrl: Allow a board to configure AHB and APB clock dividers.
Damien George
2021-04-07
unix: Improve command line argument processing.
stijn
2021-04-07
rp2: Import uarray instead of array in rp2 module.
Tim Radvan
2021-04-06
stm32: Include .ARM section in firmware for C++ exception handling.
Damien George
2021-04-06
rp2/CMakeLists.txt: Enable USB enumeration fix.
Damien George
2021-04-01
examples/usercmodules: Simplify user C module enabling.
Damien George
2021-04-01
esp32: Fix multiple definition errors with mp_hal_stdout_tx functions.
Michael O'Cleirigh
2021-04-01
esp32: Restore USER_C_MODULE support with new CMake build system.
Michael O'Cleirigh
2021-03-31
rp2: Don't advertise remote wakeup for USB serial.
Liam Fraser
2021-03-31
rp2: Add support for USER_C_MODULES to CMake build system.
Phil Howard
2021-03-31
rp2/mpthreadport.h: Cast core_state to _mp_state_thread_t.
Phil Howard
2021-03-19
bare-arm: Clean up the code, make it run on an F405, and add a README.
Damien George
2021-03-17
stm32/Makefile: Allow QSTR_DEFS,QSTR_GLOBAL_DEPENDENCIES to be extended.
Damien George
2021-03-16
stm32/Makefile: Fix C++ linker flags when toolchain has spaces in path.
stijn
2021-03-14
rp2: Use core-provided cmake fragments instead of custom ones.
Damien George
2021-03-14
extmod/extmod.cmake: Add modonewire.c to MICROPY_SOURCE_EXTMOD list.
Damien George
2021-03-14
rp2/modmachine: Enable machine.Signal class.
Damien George
2021-03-14
rp2: Enabled more core Python features.
Damien George
2021-03-13
rp2: Enable uerrno module.
Kevin Köck
2021-03-12
tests: Rename run-tests to run-tests.py for consistency.
Damien George
2021-03-12
esp32/machine_hw_spi: Use default pins when making SPI if none given.
Damien George
2021-03-12
rp2/rp2_flash: Prevent MICROPY_HW_FLASH_STORAGE_BASE being set negative.
Andrew Scheller
2021-03-12
rp2/modmachine: Re-init UART for REPL on frequency change.
robert-hh
2021-03-12
rp2/modmachine: Allow changing CPU clock frequency.
robert-hh
2021-03-12
rp2/rp2_pio: Fix sm.get(buf) to not wait after getting last item.
robert-hh
2021-03-12
rp2/rp2_pio: Allow more than 8 consecutive pins for PIO out/set/sideset.
robert-hh
2021-03-11
rp2/machine_uart: Add support for inverted TX and RX lines.
robert-hh
2021-03-11
rp2/machine_uart: Add timeout/timeout_char to read and write.
robert-hh
2021-03-11
rp2: Enable VfsFat class for FAT filesystem support.
StereoRocker
2021-03-11
mimxrt/boards: Add MIMXRT1050_EVK board, based on MIMXRT1060_EVK.
svetelna
2021-03-11
esp32/Makefile: Specify port and baud on erase_flash command.
Mike Causer
2021-03-11
stm32/boardctrl: Add MICROPY_BOARD_STARTUP hook.
Damien George
2021-03-11
stm32/spi: Fix baudrate calculation for H7 series.
Reinhard Feger
2021-03-11
stm32/powerctrl: Save and restore EWUP state when configuring standby.
Peter Hinch
2021-03-10
stm32/main: Fix passing state.reset_mode to init_flash_fs.
Braiden Kindt
2021-03-10
stm32/make-stmconst.py: Allow "[]" chars when parsing source comments.
Herwin Grobben
2021-03-09
stm32/storage: Prevent attempts to read/write invalid block addresses.
Andrew Leech
[next]