summaryrefslogtreecommitdiff
path: root/ports/stm
AgeCommit message (Expand)Author
2020-08-27Merge branch 'main' into esp32-randomhierophect
2020-08-26Merge remote-tracking branch 'upstream/main' into stm32-meowbit-fixLucian Copeland
2020-08-26improve efficiency of stm32 random genLucian Copeland
2020-08-26Fix trailing whitespace errors across ports and docsLucian Copeland
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-24Remove Meowbit LSE flag, harsher failure for LSE issuesLucian Copeland
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-13Update mpconfigboard.mkDan Halbert
2020-08-13stm: meowbit_v121: remove _pixelbuf to fit ja translationJeff Epler
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: fix if-guard of conditional codeJeff 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-30feather_stm32f405_express: sdio_data_tuple should be staticJeff Epler
2020-07-30stm: Add sdioio support for feather_stm32f405_expressJeff Epler
2020-07-30stm: enable SD module in HALJeff Epler
2020-07-24Merge pull request #15 from adafruit/mainDavePutz
2020-07-24remove unnecessary mk files parametersroot
2020-07-23Changes to optimization optionroot
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-22Changes to add compiler optimization optionroot
2020-07-21Add option for higher optimization levelsroot
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ò