summaryrefslogtreecommitdiff
path: root/ports/stm
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-16Exclude timers from H7 buildsLucian Copeland
2020-07-16Fix pulseIO reset and frequency issues, remove IRQ conflictLucian Copeland
2020-07-15supervisor: factor supervisor_background_tasks from sundry portsJeff Epler
2020-07-15supervisor: factor out, Handle USB via background callbackJeff Epler
2020-07-14Fix IRQ enum protectionsLucian Copeland
2020-07-13Merge pull request #3003 from Flameeyes/masterScott Shawcroft
2020-07-13Add missing enum preprocessor protectionLucian Copeland
2020-07-10Enable RGB MatrixLucian Copeland
2020-07-09Complete F405 pin and periph definitionsLucian 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-02Merge pull request #3103 from hierophect/stm32-simplex-spi-fixScott Shawcroft
2020-07-02Update submodule, revert direction changeLucian Copeland
2020-07-01Merge pull request #3083 from tannewt/esp32s2_busioJeff Epler
2020-07-01STM32: add debug flags, fix hang in simplex SPILucian Copeland
2020-07-01Add timer allocator, adjust pulsio to use general purpose timersLucian Copeland
2020-06-25Move NVM block to increase program size.jgillick
2020-06-25WIPLucian Copeland
2020-06-25I2CPeripheral: Rename class and its moduleJeff Epler
2020-06-24Compiles!Scott Shawcroft
2020-06-24Add UART supportScott Shawcroft
2020-06-24Merge pull request #3038 from jepler/compute-usb-devicesJeff Epler
2020-06-23supervisor.mk: Compute USB_DEVICES; remove from boards and portsJeff Epler
2020-06-23Merge pull request #3045 from k0d/stm32_alignment_issueScott Shawcroft
2020-06-23stm: Sort configuration options and make them all conditionalJeff Epler
2020-06-23stm: Disable USB MIDI and most USB HIDJeff Epler
2020-06-22stm: Pin.c: Compute GPIO_PORT_COUNT instead of specifying manuallyJeff Epler
2020-06-22stm: Makefile: sort files in SRC_STM32Jeff 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-10Minor comment fixLucian Copeland
2020-06-10Add missing openmv definitionsLucian Copeland
2020-06-09Add DTCM and ITCM support to F7 seriesLucian Copeland
2020-06-05Override HAL_Delay and HAL_GetTickLucian Copeland
2020-06-04Merge remote-tracking branch 'upstream/master' into stm32-LSE-startup-fixLucian Copeland
2020-06-04Rework LSE clock init, allow clock overridesLucian Copeland
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
2020-06-01Merge pull request #2979 from hierophect/stm32-remove-crystalsScott Shawcroft
2020-06-01Note temporary issue with Nucleo boardsLucian Copeland
2020-05-29Set correct crystal settings on Discovery boardsLucian Copeland
2020-05-29Merge pull request #2964 from hierophect/mimxrt-busio-cleanupScott Shawcroft