12143 Commits (b26def0644b7f4c01cf616a24b6fe18f0737ebb6)
 

Author SHA1 Message Date
matejcik b26def0644 py/profile: Resolve name collision with STATIC unset. 4 years ago
Damien George 2668337f36 stm32/rfcore: Intercept addr-resolution HCI cmd to work around BLE bug. 4 years ago
Damien George dd62c52a36 stm32/rfcore: Fix race condition with C2 accessing free buffer list. 4 years ago
jahr 7ca686684e rp2: Add support for building different board configurations. 4 years ago
robert-hh 1be74b94b6 rp2/machine_uart: Add buffered transfer of data with rxbuf/txbuf kwargs. 4 years ago
robert-hh 22554cf8e2 rp2/rp2_pio: Add StateMachine restart,rx_fifo,tx_fifo helper functions. 4 years ago
robert-hh 6f06dcaee5 rp2/moduos: Implement uos.urandom(). 4 years ago
Damien George 2c9af1c1d7 rp2/rp2_pio: Validate state machine frequency in constructor. 4 years ago
Santeri Paavolainen 42035e5ede examples/embedding: Fix example so it compiles again. 4 years ago
aziubin 7546d3cf73 stm32/boards/NUCLEO_L476RG: Add 5 remaining UARTs. 4 years ago
Damien George ab9d47e023 esp32: Enable btree module. 4 years ago
Damien George 212fe7f33e extmod/extmod.cmake: Add support to build btree module with CMake. 4 years ago
Damien George 5dcc9b3b16 py/py.cmake: Introduce MICROPY_INC_CORE as a list with core includes. 4 years ago
Damien George 0fabda31de py/py.cmake: Move qstr helper code to micropy_gather_target_properties. 4 years ago
Damien George 7b41d7f187 stm32/boardctrl: Give boards control over execution of boot.py,main.py. 4 years ago
Damien George 4d9e657f0e stm32/mpconfigport.h: Add support for a board to specify root pointers. 4 years ago
Damien George cb396827f5 stm32/boards/pllvalues.py: Relax PLLQ constraints on STM32F413 MCUs. 4 years ago
Damien George f4340b7e62 stm32/powerctrl: Support using PLLI2C on STM32F413 as USB clock source. 4 years ago
Damien George 00963a4e69 stm32/powerctrl: Allow a board to configure AHB and APB clock dividers. 4 years ago
stijn a66286f3a0 unix: Improve command line argument processing. 4 years ago
Tim Radvan 4f53f462ca rp2: Import uarray instead of array in rp2 module. 4 years ago
Jeff Epler 172fb5230a extmod/re1.5: Check and report byte overflow errors in _compilecode. 4 years ago
Damien George d35f12f5ca tools/metrics.py: Fix esp32 output filename due to move to CMake. 4 years ago
Damien George 25ae169e6e stm32: Include .ARM section in firmware for C++ exception handling. 4 years ago
Damien George 2d8aecd2ad rp2/CMakeLists.txt: Enable USB enumeration fix. 4 years ago
Damien George f541b3673d docs/develop: Improve user C modules to properly describe how to build. 4 years ago
Damien George d87f42b0e5 examples/usercmodules: Simplify user C module enabling. 4 years ago
Michael O'Cleirigh ec79e44502 esp32: Fix multiple definition errors with mp_hal_stdout_tx functions. 4 years ago
Michael O'Cleirigh 17b1f82121 tools/ci.sh: Build user C modules for esp32. 4 years ago
Michael O'Cleirigh 0ccd9e08aa esp32: Restore USER_C_MODULE support with new CMake build system. 4 years ago
Liam Fraser ca3d51f122 rp2: Don't advertise remote wakeup for USB serial. 4 years ago
Phil Howard 5976ea02a5 tools/ci.sh: Add CI for CMake USER_C_MODULE support. 4 years ago
Phil Howard 8e5756e2b6 docs/develop/cmodules.rst: Document C-modules and micropython.cmake. 4 years ago
Phil Howard cc497d4c6a examples/usercmodule: Add micropython.cmake to the C and CPP examples. 4 years ago
Phil Howard 0cf12dd59c rp2: Add support for USER_C_MODULES to CMake build system. 4 years ago
Phil Howard ccc388f157 rp2/mpthreadport.h: Cast core_state to _mp_state_thread_t. 4 years ago
Damien George 9fef1c0bde py: Rename remaining object types to be of the form mp_type_xxx. 4 years ago
Damien George 4fc2866f45 bare-arm: Clean up the code, make it run on an F405, and add a README. 4 years ago
Damien George 42cf77f48b py/vm: For tracing use mp_printf, and print state when thread enabled. 4 years ago
Damien George 6e5aea08a9 stm32/Makefile: Allow QSTR_DEFS,QSTR_GLOBAL_DEPENDENCIES to be extended. 4 years ago
Damien George cb68a5741a tests/run-tests.py: Provide more info if script run via pyboard crashes. 4 years ago
Damien George a79d97cb76 tests/extmod/vfs_fat_fileio2.py: Close test file at end of test. 4 years ago
Damien George 2b888aa2f3 extmod/modbluetooth: Free temp arrays in gatts register services. 4 years ago
stijn d53a6d58b0 stm32/Makefile: Fix C++ linker flags when toolchain has spaces in path. 4 years ago
stijn 914380cb89 all: Add .git-blame-ignore-revs for fixing up git blame output. 4 years ago
Damien George a9140ab09b rp2: Use core-provided cmake fragments instead of custom ones. 4 years ago
Damien George eccd73a403 extmod/extmod.cmake: Add modonewire.c to MICROPY_SOURCE_EXTMOD list. 4 years ago
Damien George dcaf702578 rp2/modmachine: Enable machine.Signal class. 4 years ago
Damien George 8010b15968 rp2: Enabled more core Python features. 4 years ago
Kevin Köck af45d511f1 rp2: Enable uerrno module. 4 years ago