summaryrefslogtreecommitdiff
path: root/ports/stm/common-hal
AgeCommit message (Expand)Author
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
2020-05-20Update digitalio api for other portsScott Shawcroft
2020-05-19Enable showing the console on a debug uartMark Olsson
2020-05-06Merge pull request #2831 from jepler/rgbmatrix-stmScott Shawcroft
2020-05-04make translate againDan Halbert
2020-04-30stm: enable protomatterJeff Epler
2020-04-29Merge remote-tracking branch 'adafruit/master' into ringbuf-fixesDan Halbert
2020-04-27Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-27Merge branch 'master' into stm32f7_oshierophect
2020-04-27Enables os on STM32F7Mark Olsson
2020-04-27Enables PulseIO on STM32F7Mark Olsson
2020-04-24 adds support for the stm32f746g_disco boardMark Olsson
2020-04-21ringbuf testedDan Halbert
2020-04-21further ringbuf cleanupDan Halbert
2020-04-20Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-14Tweaks from jeplerScott Shawcroft
2020-04-13Various requested fixesLucian Copeland
2020-04-09Add busio support, cleanupLucian Copeland
2020-04-08Fix up STMScott Shawcroft
2020-04-02Implement F7 NucleoLucian Copeland