14215 Commits (3ed017677b7a955098b51ebbabaa445ebc0a5bbd)
 

Author SHA1 Message Date
Damien George 3ed017677b tools/mpremote: Make RemoteFile objects iterable. 2 years ago
Jim Mussared 3427e12e8f tools/mpremote: Handle FileNotFound exceptions in listdir. 2 years ago
robert-hh 7775523b2d esp32/machine_pwm: Verify PWM is active when config methods are called. 2 years ago
Ihor Nehrutsa 5b2929a0e6 esp32/machine_pin: Fix size of machine_pin_irq_handler array. 2 years ago
Mark Grosen 12f9948151 esp32/machine_i2c: Fix clocks and timeouts for ESP32-C3, ESP32-S3. 2 years ago
Damien George 6643b4f0cc samd/machine_timer: Use extmod version of machine.Timer. 2 years ago
Damien George 0159085666 renesas-ra/machine_timer: Use extmod version of machine.Timer. 2 years ago
Damien George 98cbace299 mimxrt/machine_timer: Use extmod version of machine.Timer. 2 years ago
Damien George cd35b8a2a3 extmod/machine_timer: Move stm32's implementation of machine.Timer here. 2 years ago
Damien George e8f5cfe0e1 nrf: Rename MICROPY_PY_MACHINE_TIMER to MICROPY_PY_MACHINE_TIMER_NRF. 2 years ago
robert-hh 65fa7fd8bb mimxrt/machine_timer: Use soft-timer implementation for machine.Timer. 2 years ago
robert-hh 9d2e179fa5 mimxrt: Fix CPU freeze when calling __WFE() in MICROPY_EVENT_POLL_HOOK. 2 years ago
robert-hh e20bb98392 mimxrt/machine_pin: Add the Pin.toggle() method. 2 years ago
Damien George c138e10fbb py/makeversionhdr: Fall back to py/mpconfig.h instead of docs/conf.py. 2 years ago
robert-hh 11910e2fa1 docs/samd: Add documentation for the samd port. 2 years ago
Jim Mussared 64af916c11 docs/templates/layout.html: Indicate latest vs release docs. 2 years ago
Jim Mussared d75c7e822c py/obj: Add comments explaining the slot index scheme. 2 years ago
robert-hh fcccfc176b samd/modmachine: Add machine.softreset(). 2 years ago
robert-hh a1eebc507e samd/machine_spi: Register SerCom objects as root pointers. 2 years ago
robert-hh d74215a313 samd/machine_spi: Implement spi.deinit() and simplify sercom_deinit_all. 2 years ago
robert-hh 9c2bc379f1 samd/machine_uart: Use a finaliser to tidy up UART on soft reset. 2 years ago
robert-hh 474233c250 samd/machine_pwm: Serialize fast update of PWM settings. 2 years ago
robert-hh ac1e31267b samd/boards: Rework the pins.csv files. 2 years ago
robert-hh a6760bd4ef samd/modmachine: Replace the LED class by the Signal class. 2 years ago
robert-hh 4d38ab652e samd: Make ADC, DAC, PWM, SPI objects consistent in how they print out. 2 years ago
robert-hh e5cf3fab95 samd/machine_pin: Change the pin handling and naming/numbering. 2 years ago
robert-hh e7aa9700ca samd/boards/SEEED_WIO_TERMINAL: Declare more pins for SEEED WIO board. 2 years ago
robert-hh e33db80a59 samd/clock_config: Extend the SAMD51 us-counter to 60 bit. 2 years ago
robert-hh fc9d66fac6 samd/machine_rtc: Add the machine.RTC class. 2 years ago
robert-hh be31fde012 samd/mcu: Make some settings in mpconfigmcu.h conditional. 2 years ago
robert-hh 2251cb774b samd/machine_uart: Implement uart.txdone() and uart.flush(). 2 years ago
robert-hh ddd41b8bbf samd/clock_config: Document the #defines use in init_clocks(). 2 years ago
robert-hh f0399d35e4 samd/modmachine: Get the bootloader magic address from the lib. 2 years ago
robert-hh 03075a6839 samd/modmachine: Implement machine.lightsleep(). 2 years ago
robert-hh 4c9e4c3310 samd/mcu/samd51: Enable FAT support for SAMD51. 2 years ago
robert-hh fe31fca462 samd/mcu/samd51: Enable onewire support for SAMD51. 2 years ago
robert-hh a7113e95d7 samd/modmachine: Add machine.dht_readinto and enable on SAMD51. 2 years ago
robert-hh 0d3f0d7470 samd/boards/SPARKFUN_SAMD51_THING_PLUS: Add board files for Thing Plus. 2 years ago
robert-hh 64e3c351de samd/modmachine: Add machine.reset_cause(). 2 years ago
robert-hh 1c32cec7f1 samd/clock_config: Support changing machine.freq() for SAMD21. 2 years ago
robert-hh edc3f3d0d3 samd/clock_config: Extend the range of machine.freq(). 2 years ago
Jim Mussared 1ba0e8ff96 py/persistentcode: Only emit sub-version if generated code has native. 2 years ago
Jim Mussared 5ee1cb2771 stm32/boards/ARDUINO_PORTENTA_H7: Revert to single-precision float. 2 years ago
Jim Mussared b161abc574 py/obj: Verify floating point type is correct for repr C. 2 years ago
Damien George 68f166dae9 extmod/mbedtls: Remove brainpool curves from config. 2 years ago
Damien George e24159dec9 extmod/mbedtls: Remove MBEDTLS_ECP_DP_CURVE25519_ENABLED config. 2 years ago
Damien George 8874a09119 extmod/mbedtls: Enable elliptic curve DH and DSA cryptography. 2 years ago
Damien George 9347545f9e extmod/mbedtls: Enable MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_KEY_EXCHANGE. 2 years ago
Damien George b337678964 extmod/mbedtls: Add common configuration file, and use it in all ports. 2 years ago
Damien George 67f98ba10c extmod/btstack: Update BTstack bindings to work with latest BTstack. 2 years ago