4316 Commits (10910219958a6b122de908beb1d5bd32b37972a2)

Author SHA1 Message Date
Damien George d50e36e7e4 ports: Include py/mphal.h instead of mphalport.h. 1 month ago
Andrew Leech 548f88d2bd shared/tinyusb: Wake main task if needed at end of USB ISR. 3 months ago
Andrew Leech 11bc7d0fc1 esp32/boards: Update ARDUINO_NANO_ESP32 USB configuration. 1 month ago
Andrew Leech 386771e052 esp32/Makefile: Allow auto-port selection if not passed on cmdline. 5 months ago
Andrew Leech 5ae622ef7b esp32: Add automatic bootloader handling for S2 and S3. 6 months ago
Andrew Leech 4247921c4e esp32: Use shared/tinyusb integration for S2 and S3 USB. 6 months ago
Damien George ca6723b144 rp2/cyw43_configport: Define CYW43_PRINTF to mp_printf to get messages. 2 months ago
Damien George 70a01550c9 unix/alloc: Remove unused MICROPY_FORCE_PLAT_ALLOC_EXEC option. 1 month ago
Maureen Helm a9803f4711 zephyr: Allow using devicetree node labels to construct machine objects. 3 months ago
Maureen Helm f33df7197e zephyr: Refactor device lookup into a common helper function. 2 months ago
Maureen Helm 545d4efb55 zephyr: Upgrade to Zephyr v3.7.0. 2 years ago
Maureen Helm e191265f7f zephyr: Change SPI chip select from a pointer to a struct member. 1 year ago
Maureen Helm a7ae3a385e zephyr: Change main function to return an int. 1 year ago
Maureen Helm 90c5b04a97 zephyr: Replace deprecated FLASH_AREA macros with FIXED_PARTITION. 2 years ago
Maureen Helm 2407c46dac docs/zephyr: Update docs to reflect device name changes. 2 years ago
Maureen Helm 4e59a51902 zephyr: Replace zephyr.h with kernel.h. 2 years ago
Maureen Helm 3a3dbf524b zephyr: Update include paths to use the zephyr namespace. 2 years ago
Alessandro Gatti 17d8234458 py/parse: Remove old esp32 compiler workaround. 1 month ago
Angus Gratton 73feaaf931 rp2/machine_uart: Fix dropped UART REPL bytes on soft reset. 1 month ago
Damien George 40048f0f25 ports: Fix lwIP config setting to disable DHCP ARP check. 2 months ago
Damien George 36fe9bbf00 unix/alloc: Don't trace executable memory for GC pointers. 1 month ago
Andrew Leech a2475ee9de renesas-ra/usb: Use interrupt rather than polling for USB task. 3 months ago
Takeo Takahashi 6381ad5d0c renesas-ra/extint: Fix issue with Pin.irq not triggering. 5 months ago
Takeo Takahashi 57f76f4c62 renesas-ra/boards: Add configuration.xml for auto-generated files. 5 months ago
Andrew Leech 188ca7d08a renesas-ra/README: Add basic details about board autogen files. 5 months ago
iabdalkader 51974f20e1 stm32/boards/ARDUINO_GIGA: Update board config files. 2 months ago
iabdalkader e5984fb6da stm32/boards/ARDUINO_NICLA_VISION: Update board config files. 2 months ago
iabdalkader a4e3830d39 stm32/boards/ARDUINO_PORTENTA_H7: Update board config files. 2 months ago
iabdalkader fc006a0412 stm32/boards/ARDUINO_OPTA: Add support for the Arduino Opta board. 2 months ago
iabdalkader 3a2252b4c2 stm32/powerctrl: Add pre/post stop mode entry macros. 2 months ago
iabdalkader eec5eb4260 stm32/uart: Add UART RX/CTS pin pull config options. 2 months ago
Alessandro Gatti 8f465dfd10 unix/modffi: Restrict uint32_t values to 32 bits. 2 months ago
Alessandro Gatti 9796625457 unix/modffi: Clean up FFI closures memory management. 2 months ago
Alessandro Gatti 2b5feb9121 lib/libffi: Update libffi to 3.4.6. 2 months ago
Seon Rozenblum b08ddbba59 esp32/boards/UM_RGBTOUCH_MINI: Fix compile error with missing modules. 2 months ago
Andrew Leech 7e14680a83 py/objringio: Add micropython.RingIO() interface for general use. 2 years ago
shiggy 6c73573b34 esp32/boards/OLIMEX_ESP32_EVB: Add Olimex ESP32 EVB board definition. 2 months ago
Seon Rozenblum 9b5f99eb59 esp32/boards: Add UM_OMGS3 and UM_RGBTOUCH_MINI board definitions. 2 months ago
Seon Rozenblum d775db72b9 esp32/boards/UM_FEATHERS3NEO: Add FeatherS3 Neo board definition. 5 months ago
Michael Sawyer b05983ff6d unix/modffi: Fix signed integer cast in return_ffi_value. 2 months ago
iabdalkader 451ba1cf38 rp2/modules: Fix FatFS boot script to detect invalid FAT filesystem. 2 months ago
ZodiusInfuser ded8bbdd5e rp2/machine_pin_cyw43: Include check for CYW43_GPIO. 2 months ago
ZodiusInfuser 79ba6d8ce7 rp2: Increase ext pins from 10 to 32. 2 months ago
ZodiusInfuser 5dfd3ecd8b rp2: Add board-level hooks to main, and MICROPY_SOURCE_BOARD cmake var. 2 months ago
Matt Trentini 976d9d148f stm32/boards/STM32F429DISC: Add DAC support to the STM32F429DISC. 2 months ago
Adrian Higgins 39ddfed9a0 stm32: Update STM32L452xx Multi OTG handling. 2 months ago
Amirreza Hamzavi f1bdac3752 unix/README: Fix typo in build dependencies. 2 months ago
danicampora 3ca01eccae zephyr/mphalport: Make mp_hal_wait_sem() always call k_poll(). 2 months ago
danicampora 1c0dc2ac3e zephyr/src: Remove k_yield() at the end of console_irq_input_hook(). 2 months ago
Damien George 0afec3974c zephyr/Kconfig: Increase default GC heap size to 48k. 2 months ago