11996 Commits (c7aaee2b2ba0cb19d3b3deb6092e0bfe55d79052)
 

Author SHA1 Message Date
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
stijn cb8e2f02ab py/gc: Fix debug printing of pointer. 4 years ago
stijn c2b5bfcc0c tools: Remove obsolete upip bootstrap script. 4 years ago
Christopher Tse ddb53c9458 docs/esp8266/quickref: Add warning block about NeoPixel timing. 4 years ago
Christopher Tse 5c37e76e4f esp8266/modules/neopixel.py: Add timing param to NeoPixel constructor. 4 years ago
Chris Hemingway 993ab6aa2c nrf/README: Add use of "make submodules" in alternative build paragraph. 4 years ago
Jim Mussared 2aecf378be tools/makemanifest.py: Add check that freeze path is a directory. 4 years ago
Andrew Scheller 499e199add docs,stm32: Fix minor typos in RTC docs, and->an. 4 years ago
stijn 37c2f507a0 github/workflows: Add workflow to verify commit message format. 4 years ago
stijn d48860c7dd tools/verifygitlog.py: Add script for verifying commit message format. 4 years ago
stijn fca2730ea0 lib/utils/pyexec: Remove obsolete LCD initialization. 4 years ago
stijn b9a35bebf7 py/qstr.h: Remove QSTR_FROM_STR_STATIC macro. 4 years ago
Jim Mussared 47d02b3104 extmod/nimble: Improve the flow control for l2cap recv path. 4 years ago
Jim Mussared 0f9a9129da stm32/rfcore: Fix flow control for IPCC RX IRQ. 4 years ago
Damien George b8f4c623f9 github/workflows: Add CI workflow for rp2 port. 4 years ago
Damien George 469345e728 rp2: Add new port to Raspberry Pi RP2 microcontroller. 4 years ago
Damien George ef3ee7aa10 lib/pico-sdk: Add new pico-sdk submodule, for the rp2 port. 4 years ago
Damien George ec0503bd0c extmod/modonewire: Use pin_od_high/pin_od_low instead of pin_write. 4 years ago
graham sanderson 794df0f1d5 py/emitnative: Support binary ops on ARMv6M without use of ite instr. 4 years ago
Damien George 15ac5a3df9 extmod/modframebuf: Change int to unsigned int in format methods args. 4 years ago
Damien George 33f10381d6 lib/timeutils: Provide simple impl of extra funcs when Epoch is 1970. 4 years ago