summaryrefslogtreecommitdiff
path: root/ports/stm/common-hal
AgeCommit message (Expand)Author
2020-08-25Add random to ESP32-S2, fix it on STM32Lucian Copeland
2020-08-25Fix null dereference, invert auto_brightness to reenable screenLucian Copeland
2020-08-24Merge remote-tracking branch 'adafruit/main' into add_pwmioScott Shawcroft
2020-08-21Add more "extern" declarations for gcc10 compatScott Shawcroft
2020-08-21Merge remote-tracking branch 'adafruit/main' into add_pwmioScott Shawcroft
2020-08-18Split pulseio.PWMOut into pwmioScott Shawcroft
2020-08-18Style changes, reposition runtime errorsLucian Copeland
2020-08-14Expand PulseOut API, debug cleanupLucian Copeland
2020-08-10Merge remote-tracking branch 'origin/main' into stm32-sdioioJeff Epler
2020-08-04"pop from empty %q"Jeff Epler
2020-08-04Combine 'index out of range' messagesJeff Epler
2020-08-04Combine similar strings to reduce size of translationsJeff Epler
2020-07-30stm: sdioio: include header for common_hal_mcu_pin_claimJeff Epler
2020-07-30stm: sdioio: call common_hal_mcu_pin_claimJeff Epler
2020-07-30stm: sdioio: remove unused code related to "SD Card detect pin"Jeff Epler
2020-07-30stm: stioio: correctly claim pinsJeff Epler
2020-07-30stm: sdioio: Get rid of debug code and useless commentsJeff Epler
2020-07-30stm: Use 'Invalid %q pin selection' more placesJeff Epler
2020-07-30stm: Add sdioio support for feather_stm32f405_expressJeff Epler
2020-07-22Claim USB pins at startup to prevent overwritesLucian Copeland
2020-07-22Merge branch 'main' into stm32-timer-allocatorhierophect
2020-07-22Free timers when modules de-initLucian Copeland
2020-07-16Fix pulseIO reset and frequency issues, remove IRQ conflictLucian Copeland
2020-07-14Fix IRQ enum protectionsLucian Copeland
2020-07-13Merge pull request #3003 from Flameeyes/masterScott Shawcroft
2020-07-10Enable RGB MatrixLucian Copeland
2020-07-09Fix advanced claimed pin/package timer searchLucian Copeland
2020-07-08Merge remote-tracking branch 'upstream/main' into stm32-timer-allocatorLucian Copeland
2020-07-07stm: SPI: revamp pin search codeJeff Epler
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-07-03Merge remote-tracking branch 'upstream/main' into stm32-timer-allocatorLucian Copeland
2020-07-01Merge pull request #3083 from tannewt/esp32s2_busioJeff Epler
2020-07-01Add timer allocator, adjust pulsio to use general purpose timersLucian Copeland
2020-06-25WIPLucian Copeland
2020-06-24Compiles!Scott Shawcroft
2020-06-24Add UART supportScott Shawcroft
2020-06-23Merge pull request #3045 from k0d/stm32_alignment_issueScott Shawcroft
2020-06-22stm: Pin.c: Compute GPIO_PORT_COUNT instead of specifying manuallyJeff Epler
2020-06-18Fixes issue with memory alignment in STM32Mark Olsson
2020-06-16Add port D to LQFP64Lucian Copeland
2020-06-15Revert I2C timing overrides, reduce scope to module onlyLucian Copeland
2020-06-11Move I2C speed to clock-style definitionLucian Copeland
2020-06-10Add macros for setting correct F7 and H7 I2C timingLucian Copeland
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
2020-05-29Fix SWO/Analog overlap, style changesLucian Copeland
2020-05-27Merge branch 'mimxrt-uart-oneway' into mimxrt-busio-cleanupLucian Copeland
2020-05-27translationsLucian Copeland
2020-05-27Add pin resetting across boards, fix array size detection issueLucian Copeland
2020-05-20Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalioScott Shawcroft
2020-05-20Add UART one-way instance search, fix bugs in stm32 implementationLucian Copeland