summaryrefslogtreecommitdiff
path: root/ports/stm/Makefile
AgeCommit message (Collapse)Author
2020-12-15-ftree-vrp better diagnostics on -Os builds; -fno-inline-functions for -O2; ↵Dan Halbert
fix struct init in HCI bleio
2020-10-06canio: implement for stm32f405Jeff Epler
The has successfully run my loopback self-test program for CAN, which tests transmission, reception, and filtering. The 1M baud rate setting was also verified on saleae to be accurate.
2020-09-16Add SPI memset, optional flagsLucian Copeland
2020-07-24Merge pull request #15 from adafruit/mainDavePutz
update from main
2020-07-23Changes to optimization optionroot
2020-07-22Merge branch 'main' into stm32-timer-allocatorhierophect
2020-07-22Changes to add compiler optimization optionroot
2020-07-21Add option for higher optimization levelsroot
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-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-22stm: Makefile: sort files in SRC_STM32Jeff Epler
2020-06-04Rework LSE clock init, allow clock overridesLucian Copeland
2020-05-28A number of small ESP32S2 fixes:Scott Shawcroft
* Fix flash writes that don't end on a sector boundary. Fixes #2944 * Fix enum incompatibility with IDF. * Fix printf output so it goes out debug UART. * Increase stack size to 8k. * Fix sleep of less than a tick so it doesn't crash.
2020-04-29Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-27Add readme and dfu-flashingLucian Copeland
2020-04-27Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-27Enables os on STM32F7Mark Olsson
os.uname() works os.urandom() doesn't work yet, will enable in another PR
2020-04-20Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
This isn't perfect and needs a bit more testing.
2020-04-16startup file crash fix, H7 bin fixLucian Copeland
2020-04-15Implement requested changesLucian Copeland
2020-04-13Various requested fixesLucian Copeland
2020-04-09Add busio support, cleanupLucian Copeland
2020-04-03Linker file restructure, TCM and MPU additionsLucian Copeland
2020-04-02Implement F7 NucleoLucian Copeland
2020-04-01Implement requested changesLucian Copeland
2020-03-28Support cached internal flash on the H743Lucian Copeland
2020-03-26Add F7 and H7 Support to the STM32 portLucian Copeland
Restructures the STM port of Circuitpython to be more generic about the STM32 chip lines to support the F7 and H7 series of chips. Adds the new Packages directory to organize different chip layouts between lines. Makes general changes to the Makefile to condense board-level flags to the minimum and support the new chip series. Adds the new chip line to the Peripherals directory, along with new python tools used to generate peripheral text automatically in the tools/ directory.
2020-03-20Initial work for STM32. Need to fix us delay and PulseIn still.Scott Shawcroft
2020-03-12Change ST drivers submodule to match TinyUSBLucian Copeland
2020-03-11create copyLucian Copeland