aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/STM32F746-Discovery/board.mk
Commit message (Collapse)AuthorAgeFilesLines
* First set of V3 macro changesinmarket2018-02-271-1/+1
|
* Fixes to allow STM32F749-Discovery to work with ChibiOSinmarket2017-04-291-3/+4
|
* Change STM32F429i-Discovery board to use the general STM32LTDC driver.inmarket2015-11-251-1/+1
| | | | | The special ILI9341 init code is now in the board file (it is board specific). The specific STM32F429i-Discovery driver is now gone
* Updates to STM32F746-Discovery supportinmarket2015-11-051-2/+1
| | | | Clean out a lot of junk
* More STM32F746-Discovery changes.inmarket2015-10-061-15/+8
|
* Support for ChibiOS3 (master branch only currently) for the ↵inmarket2015-10-051-6/+8
| | | | | | STM32F729-Discovery board. Not working yet.
* Adding first version of STM32F7 discovery touch driverJoel Bodenmann2015-07-221-1/+2
|
* Adding FT5336 touch driver. Not tested yet.Joel Bodenmann2015-07-211-1/+2
|
* Significant improvements in alternative scheduler.inmarket2015-07-161-1/+1
| | | | | | Isolate the generic thread and heap code Tidyup's. Generic threading now working for x86, cortex-m0->m7.
* Working STM32F746G-Discovery board + example for raw32inmarket2015-07-111-0/+25
| | | | Working STM32LTDC video driver
* Some more work on the F7 discoveryJoel Bodenmann2015-07-091-2/+2
|
* Renaming driver to STM32LTDC as this will be a generic oneJoel Bodenmann2015-07-091-1/+1
|
* Adding some board file stuff for the F7 discovery (nothing done yet, just ↵Joel Bodenmann2015-07-081-0/+5
adding the required files)