aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-13build(deps): bump actions/github-script from 6 to 7dependabot/github_actions/actions/github-script-7dependabot[bot]
2023-11-09rp2/mphalport: Run TinyUSB stack while waiting for CDC input/output.Damien George
2023-11-09shared/tinyusb: Expose mp_usbd_task as a public function.Damien George
2023-11-09extmod/vfs_posix_file: Make standard file objects non-const.stijn
2023-11-09extmod/modbluetooth: Initialise nlr_jump_callback_top for IRQ handlers.Daniƫl van de Giessen
2023-11-09stm32/boards/NUCLEO_WL55: Freeze LoRa driver.Jim Mussared
2023-11-09esp32/esp32_rmt: Add RMT.PULSE_MAX constant.Mark Blakeney
2023-11-09esp32/esp32_rmt: Change RMT.source_freq() to class method.Mark Blakeney
2023-11-09mimxrt/boards/OLIMEX_RT1010: Adjust the UART pin assignment.robert-hh
2023-11-09CODECONVENTIONS: Update for change from black to ruff format.Andrew Leech
2023-11-09samd: Switch TinyUSB to run via a scheduled task.Angus Gratton
2023-11-09rp2: Change to use TinyUSB dcd_event_handler hook.Angus Gratton
2023-11-09shared/tinyusb: Schedule TinyUSB task function from dcd_event_handler.Angus Gratton
2023-11-09tools/mpremote: Add ioctl to specify large read buffer size.Andrew Leech
2023-11-09extmod/vfs_reader: Add file ioctl to set read buffer size.Andrew Leech
2023-11-08extmod/machine_i2c: Do a fast poll during I2C.scan().Damien George
2023-11-07windows: Use the MicroPython logo as application icon.stijn
2023-11-07extmod/machine_adc_block: Factor esp32 ADCBlock bindings to common code.Damien George
2023-11-07py/qstr: Special case qstr_find_strn for empty string.Jim Mussared
2023-11-07shared/libc/string0: Don't deref args for n==0 case.Jim Mussared
2023-11-07tools/tinytest-codegen.py: Externalise tests list.Alessandro Gatti
2023-11-06samd/pin_af: Fix a typo in a conditional compile.robert-hh
2023-11-06samd/machine_uart: Add machine_uart_set_baudrate() function.robert-hh
2023-11-06samd/mpconfigport: Set MICROPY_USE_INTERNAL_ERRNO to 1.robert-hh
2023-11-06docs/samd: Fix the pinout for SAMD21 Itsy Bitsy Express M0.robert-hh
2023-11-05stm32/boards/make-pins.py: Only support ADC1-3.Jim Mussared
2023-11-05docs/mimxrt: Change the examples which denote a Pin with a number.robert-hh
2023-11-05mimxrt/modmachine: Fix settings for the MIMXRT1170 board.robert-hh
2023-11-04stm32/boards/stm32g474_af.csv: Fix final row ADC column.Jim Mussared
2023-11-04stm32/boards/stm32f4x9_af.csv: Fix DCMI_VSYNC.Jim Mussared
2023-11-03stm32/boards/make-pins.py: Fix H7 ADC generation.Jim Mussared
2023-11-03rp2: Remove 1ms timeout to make idle waiting tickless.Angus Gratton
2023-11-03rp2/machine_adc: Refactor channel/pin validation code.iabdalkader
2023-11-03rp2/machine_uart: Fix handling of serial break condition.Maarten van der Schrieck
2023-11-03stm32: Add STM32H5 support for sleep mode.Rene Straub
2023-11-03stm32: Add configuration options for analog switches.iabdalkader
2023-11-03py/misc: Change sizeof to offsetof for variable-length alloc.Jim Mussared
2023-11-03py/lexer: Change token position for new lines.Mathieu Serandour
2023-11-03py/runtime: Remove declaration of function from inside function.Damien George
2023-11-03{cc3200,nrf}/boards/make-pins.py: Add a note about tools/boardgen.py.Jim Mussared
2023-11-03renesas-ra/boards/make-pins.py: Update to use tools/boardgen.py.Jim Mussared
2023-11-03mimxrt/boards/make-pins.py: Update to use tools/boardgen.py.Jim Mussared
2023-11-03samd/boards/make-pins.py: Update to use tools/boardgen.py.Jim Mussared
2023-11-03stm32/boards/make-pins.py: Add initial support for H7 dual-pad pins.Jim Mussared
2023-11-03stm32/boards/make-pins.py: Update to use tools/boardgen.py.Jim Mussared
2023-11-03stm32: Rename pin_obj_t to machine_pin_obj_t.Jim Mussared
2023-11-03stm32/boards: Format stm32 alternate function csv files.Jim Mussared
2023-11-03stm32/boards: Fix errors in pins.csv and af.csv.Jim Mussared
2023-11-03tools/boardgen.py: Add initial implementation of a common make-pins.py.Jim Mussared
2023-11-03esp32/machine_pin: Make irq object a sub-field of pin object.Jim Mussared