aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-12rp2: Add support for building different board configurations.jahr
2021-04-12rp2/machine_uart: Add buffered transfer of data with rxbuf/txbuf kwargs.robert-hh
2021-04-11rp2/rp2_pio: Add StateMachine restart,rx_fifo,tx_fifo helper functions.robert-hh
2021-04-09rp2/moduos: Implement uos.urandom().robert-hh
2021-04-09rp2/rp2_pio: Validate state machine frequency in constructor.Damien George
2021-04-09examples/embedding: Fix example so it compiles again.Santeri Paavolainen
2021-04-09stm32/boards/NUCLEO_L476RG: Add 5 remaining UARTs.aziubin
2021-04-09esp32: Enable btree module.Damien George
2021-04-09extmod/extmod.cmake: Add support to build btree module with CMake.Damien George
2021-04-09py/py.cmake: Introduce MICROPY_INC_CORE as a list with core includes.Damien George
2021-04-09py/py.cmake: Move qstr helper code to micropy_gather_target_properties.Damien George
2021-04-09stm32/boardctrl: Give boards control over execution of boot.py,main.py.Damien George
2021-04-08stm32/mpconfigport.h: Add support for a board to specify root pointers.Damien George
2021-04-07stm32/boards/pllvalues.py: Relax PLLQ constraints on STM32F413 MCUs.Damien George
2021-04-07stm32/powerctrl: Support using PLLI2C on STM32F413 as USB clock source.Damien George
2021-04-07stm32/powerctrl: Allow a board to configure AHB and APB clock dividers.Damien George
2021-04-07unix: Improve command line argument processing.stijn
2021-04-07rp2: Import uarray instead of array in rp2 module.Tim Radvan
2021-04-06extmod/re1.5: Check and report byte overflow errors in _compilecode.Jeff Epler
2021-04-06tools/metrics.py: Fix esp32 output filename due to move to CMake.Damien George
2021-04-06stm32: Include .ARM section in firmware for C++ exception handling.Damien George
2021-04-06rp2/CMakeLists.txt: Enable USB enumeration fix.Damien George
2021-04-02docs/develop: Improve user C modules to properly describe how to build.Damien George
2021-04-01examples/usercmodules: Simplify user C module enabling.Damien George
2021-04-01esp32: Fix multiple definition errors with mp_hal_stdout_tx functions.Michael O'Cleirigh
2021-04-01tools/ci.sh: Build user C modules for esp32.Michael O'Cleirigh
2021-04-01esp32: Restore USER_C_MODULE support with new CMake build system.Michael O'Cleirigh
2021-03-31rp2: Don't advertise remote wakeup for USB serial.Liam Fraser
2021-03-31tools/ci.sh: Add CI for CMake USER_C_MODULE support.Phil Howard
2021-03-31docs/develop/cmodules.rst: Document C-modules and micropython.cmake.Phil Howard
2021-03-31examples/usercmodule: Add micropython.cmake to the C and CPP examples.Phil Howard
2021-03-31rp2: Add support for USER_C_MODULES to CMake build system.Phil Howard
2021-03-31rp2/mpthreadport.h: Cast core_state to _mp_state_thread_t.Phil Howard
2021-03-26py: Rename remaining object types to be of the form mp_type_xxx.Damien George
2021-03-19bare-arm: Clean up the code, make it run on an F405, and add a README.Damien George
2021-03-17py/vm: For tracing use mp_printf, and print state when thread enabled.Damien George
2021-03-17stm32/Makefile: Allow QSTR_DEFS,QSTR_GLOBAL_DEPENDENCIES to be extended.Damien George
2021-03-16tests/run-tests.py: Provide more info if script run via pyboard crashes.Damien George
2021-03-16tests/extmod/vfs_fat_fileio2.py: Close test file at end of test.Damien George
2021-03-16extmod/modbluetooth: Free temp arrays in gatts register services.Damien George
2021-03-16stm32/Makefile: Fix C++ linker flags when toolchain has spaces in path.stijn
2021-03-15all: Add .git-blame-ignore-revs for fixing up git blame output.stijn
2021-03-14rp2: Use core-provided cmake fragments instead of custom ones.Damien George
2021-03-14extmod/extmod.cmake: Add modonewire.c to MICROPY_SOURCE_EXTMOD list.Damien George
2021-03-14rp2/modmachine: Enable machine.Signal class.Damien George
2021-03-14rp2: Enabled more core Python features.Damien George
2021-03-13rp2: Enable uerrno module.Kevin Köck
2021-03-12tests/multi_bluetooth: Skip tests when BLE features are unsupported.Damien George
2021-03-12tests/run-tests.py: Reformat with Black.Damien George
2021-03-12tests: Rename run-tests to run-tests.py for consistency.Damien George