summaryrefslogtreecommitdiff
path: root/ports/stm
AgeCommit message (Expand)Author
2020-11-23Fix NVM by clearing FLASH_FLAG_PGPERRjgillick
2020-11-22Create a new linker script with more space for the firmware.jgillick
2020-11-22wipDan Halbert
2020-11-22Update USB_PIDjgillick
2020-11-22Rename thunderpack to v11jgillick
2020-11-22Cleanupjgillick
2020-11-22Fix formatting.jgillick
2020-11-22Merge remote-tracking branch 'origin/main' into thunderpack1.2jgillick
2020-11-21wip: ResetReason to microcontroller.cpuDan Halbert
2020-11-17Merge tag '6.0.0' into thunderpack1.2jgillick
2020-11-16Add Thunderpack 1.2jgillick
2020-11-16Merge remote-tracking branch 'adafruit/main' into sleepDan Halbert
2020-11-13Update parallel bus signaturesScott Shawcroft
2020-10-27Add check for invalid io, function to disable all alarmsmicroDev
2020-10-27Add description of alarm modulesmicroDev
2020-10-15disable on winterbloom_sol and thunderpackDan Halbert
2020-10-14Merge pull request #3554 from gamblor21/move_ordereddictDan Halbert
2020-10-13Moved ORDEREDDICT define to central locationgamblor21
2020-10-13Fix stm sleep too longScott Shawcroft
2020-10-12Fix STM RTC read so it's atomic.Scott Shawcroft
2020-10-06canio: remove unused fieldsJeff Epler
2020-10-06stm: canio: remove stray optimization flag for debuggingJeff Epler
2020-10-06stm32: canio: Fix message cancellationJeff Epler
2020-10-06stm32: canio: Fix canio.CAN.restart()Jeff Epler
2020-10-06stm32: canio: When Tx mailboxes are full, cancel an old messageJeff Epler
2020-10-06stm32: canio: remove unused functionsJeff Epler
2020-10-06stm32: canio: remove some unneeded declarationsJeff Epler
2020-10-06stm32: canio: enable on all stm32f405 boardsJeff Epler
2020-10-06canio: implement for stm32f405Jeff Epler
2020-10-01Merge pull request #3469 from jepler/noreturnScott Shawcroft
2020-09-28Add some NORETURN attributesJeff Epler
2020-09-28Merge branch 'main' into New_quirk_for_SH1107mdroberts1243
2020-09-25Requested changes take 1Mark Roberts
2020-09-23Move missing pin warning to shared-bindingsLucian Copeland
2020-09-20Merge pull request #3441 from hierophect/stm32-rgbmatrix-crashfixJeff Epler
2020-09-18Merge pull request #3431 from hierophect/stm32-spi-writevalueDan Halbert
2020-09-18Remove timer debug messagesLucian Copeland
2020-09-18Add never_reset reservation to RGBMatrix initLucian Copeland
2020-09-17Merge pull request #2966 from sommersoft/ci_check_vid_pidScott Shawcroft
2020-09-16Add SPI memset, optional flagsLucian Copeland
2020-09-15Add more PIDs for unique boardsScott Shawcroft
2020-09-10Merge pull request #3375 from DavePutz/issue3296Scott Shawcroft
2020-09-05Moved checks for invalid pin to common-hal/microcontroller/Pin.croot
2020-09-03Merge remote-tracking branch 'adafruit/main' into native_wifiScott Shawcroft
2020-08-27-Os espruino_pico to save spaceScott Shawcroft
2020-08-27stm: Specify max endpoints for stm32f405xxJeff Epler
2020-08-27Merge pull request #3320 from hierophect/stm32-meowbit-fixJeff Epler
2020-08-27Merge pull request #3337 from hierophect/pulseout-errorstyleDan Halbert
2020-08-27Fix problematic whitespace on pulseout parameter errorsLucian Copeland
2020-08-27Merge branch 'main' into stm32-meowbit-fixhierophect