summaryrefslogtreecommitdiff
path: root/ports/litex/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-07-23Changes to optimization optionroot
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-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-03-31Update LiteX APIs for new tickScott Shawcroft
2020-03-31ports: litex: use dfu.py instead of dfu-suffix.pySean Cross
dfu.py now generates proper dfu suffixes without the nonstandard prefix. Signed-off-by: Sean Cross <sean@xobs.io>
2020-03-31ports: fomu: build dfu as part of MakefileSean Cross
Now that we have a replacement for `dfu-suffix`, construct a dfu image rather than a UF2 image. Signed-off-by: Sean Cross <sean@xobs.io>
2020-03-31ports: litex: enable itcm region for fomuSean Cross
This adds a new command line flag -DFOMU to indicate we're building for a Fomu board. Signed-off-by: Sean Cross <sean@xobs.io>
2020-03-31ports: litex: add port and fomu boardSean Cross
This adds support for Litex, along with support for the Fomu FPGA board. Signed-off-by: Sean Cross <sean@xobs.io>