12116 Commits (ec79e445027857d219d139cd31af578124a8e913)
 

Author SHA1 Message Date
Damien George 97072b7224 esp32: Add explicit initialisers to silence compiler warnings. 4 years ago
Damien George 9c2231f47a esp32/esp32_rmt: Don't do unnecessary check for unsigned less than zero. 4 years ago
Damien George 9b90882146 esp32: Add support to build using IDF with cmake. 4 years ago
Damien George 66098c0985 py,extmod: Add core cmake rule files. 4 years ago
Damien George bffb71f523 stm32/mpbthciport: Only init the uart once, then use uart_set_baudrate. 4 years ago
Damien George d2a34c62e7 stm32/uart: Add uart_set_baudrate function. 4 years ago
Jim Mussared 7ed99544e4 extmod/uasyncio: Add asyncio.current_task(). 4 years ago
Brianna Laugher d128999938 tools: Add filesystem action examples to pyboard.py help. 4 years ago
Damien George 701fdcacaf nrf/drivers/usb: Add USBD_IRQHandler which calls tud_int_handler. 4 years ago
Damien George ede6b86a08 samd/mphalport: Fix USB CDC tx handling to work reliably. 4 years ago
Damien George f31c6b4840 mimxrt: Fix USB CDC handling so it works reliably. 4 years ago
Damien George c9260dda23 rp2: Use local tinyusb instead of the one in pico-sdk. 4 years ago
Damien George 035d16126a ports: Update to build with new tinyusb. 4 years ago
Damien George 9b7d8b87ee lib/tinyusb: Update to version 0.8.0. 4 years ago
Damien George 50615fef89 extmod/btstack: Enable SYNC_EVENTS, PAIRING_BONDING by default. 4 years ago
Damien George 24a8a408a9 extmod/btstack: Add stub functions for passkey, l2cap bindings. 4 years ago
Damien George 7535f67dfb extmod/btstack: Add HCI trace debugging option in btstack_hci_uart. 4 years ago
Damien George 7815dd2cc5 unix/mpbtstackport_common: Implement mp_bluetooth_hci_active. 4 years ago
Damien George df85e48813 tests/extmod/vfs_posix.py: Add more tests for VfsPosix class. 4 years ago
Damien George 26b4ef4c46 extmod/vfs_posix_file: Allow closing an already closed file. 4 years ago
Damien George c7aaee2b2b esp8266/modules: Fix fs_corrupted() to use start_sec not START_SEC. 4 years ago
Damien George 0a59938574 py/mpz: Fix overflow of borrow in mpn_div. 4 years ago
Damien George 9dedcf122d py/gc: Change include of stdint.h to stddef.h. 4 years ago
Damien George 1f800cac3c rp2/micropy_rules.cmake: Fix makemoduledefs vpath to work with abs path. 4 years ago
Damien George c891190c69 py: Rename WORD_MSBIT_HIGH to MP_OBJ_WORD_MSBIT_HIGH. 4 years ago
Damien George ad4656b861 all: Rename BYTES_PER_WORD to MP_BYTES_PER_OBJ_WORD. 4 years ago
Damien George 7e956fae28 py: Rename BITS_PER_BYTE to MP_BITS_PER_BYTE. 4 years ago
Damien George 8a41ee19c2 py: Remove BITS_PER_WORD definition. 4 years ago
Damien George 7c44354592 ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default. 4 years ago
Xiang Xiao 5fdf351178 py/gc: Don't include mpconfig.h and misc.h in gc.h. 4 years ago
Damien George 7f7b4f2bc6 rp2/machine_adc: Only initialise the ADC periph if not already enabled. 4 years ago
Damien George 78b23c3a1f all: Bump version to 1.14. 4 years ago
Damien George 0e44587076 docs/library/machine.Pin.rst: Make it clear which methods are not core. 4 years ago
Damien George 195e7dfa06 rp2/modmachine: Implement additional functions incl unique_id and idle. 4 years ago
stijn 81a4d96aed windows/msvc: Use same default python command as core. 4 years ago
stijn 0397448501 tests/run-tests: Change default Python command used on Windows. 4 years ago
Andrew Leech 5ef71cd167 stm32/mboot: Change debug compiler optimisation from -O0 to -Og. 4 years ago
Damien George 7be1f77902 stm32/usbd_cdc_interface: Don't wait in usbd_cdc_tx_always if suspended. 4 years ago
Tim Radvan 3ea05e499d examples/rp2: Add pio_uart_rx.py example. 4 years ago
Tim Radvan 7a9027fd5d rp2/rp2_pio: Add JMP PIN support for PIO. 4 years ago
Damien George 9b277d9815 lib/pico-sdk: Update to latest version v1.0.1. 4 years ago
graham sanderson 52d3ae707d rp2/memmap_mp.ld: Update for latest SDK. 4 years ago
Andrew Scheller c9210a65df rp2/machine_pin: Change N_GPIOS to NUM_BANK0_GPIOS for pico-sdk compat. 4 years ago
Damien George ffded48810 zephyr/machine_uart: Fix arg of machine_uart_ioctl to make it uintptr_t. 4 years ago
Damien George 35a6f6231e tests/extmod/utime_time_ns.py: Relax bounds on time_ns measurement. 4 years ago
iTitou b8f5f5cd85 github/workflows/ports_unix.yml: Add job for a reproducible build. 4 years ago
iTitou 4fb5f012c3 py/makeversionhdr: Honor SOURCE_DATE_EPOCH if present. 4 years ago
Damien George ef9fde7339 LICENSE,docs: Update copyright year range to include 2021. 4 years ago
Samuelson 407df82f81 docs/develop/natmod: Fix a small typo, con->can. 4 years ago
David CARLIER cb30928ac8 py/persistentcode: Introduce MICROPY_PERSISTENT_CODE_SAVE_FILE option. 4 years ago