summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* o Changing how the toolchain create the qmsi libraries etc. Replace the ↵HEADmasterTrygve Laugstøl2016-07-167-49/+265
| | | | | | hardcoded library with a function that the user can use to create its own special target. This target can be further customized by normal CMake methods by setting properties. o Adding start of a app for playing with MOD-LCD3310 which is a PCD8544 connected through SPI.
* o Adding support for reading section sizes from ld script files.Trygve Laugstøl2016-07-096-16/+339
|
* o Refactoring visitors into listeners, that is the only variant the C++ ↵Trygve Laugstøl2016-07-086-501/+687
| | | | target supports. Ready for translation!
* o Improved parser.Trygve Laugstøl2016-07-0415-369/+880
|
* LD file Antlr4 grammar. Generates a lexer and parser for Java.Trygve Laugstøl2016-07-038-0/+2235
|
* o Creating targets for launching openocd and gdb.Trygve Laugstøl2016-07-014-4/+48
|
* o Adding elfinfo tool from the stm32 playground.Trygve Laugstøl2016-07-015-18/+336
|
* o Initial commit.Trygve Laugstøl2016-07-0110-0/+498