summaryrefslogtreecommitdiffstats
path: root/utils/apeconsole/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* build: Cleanup various include files. (#163)Evan Lojewski2020-11-071-21/+1
|
* utils: Cleanup error messages when a pci device could not be opened. (#107)Evan Lojewski2020-09-211-1/+1
|
* clang-format: Enable additional projects and re-format. (#61)Evan Lojewski2020-03-211-30/+33
|
* build: Add version information to output files. (#52)Evan Lojewski2020-03-011-2/+6
|
* printf: Remove nvm access from the ape as it triggers a race condition when ↵Evan Lojewski2020-02-171-13/+23
| | | | | | the rx cpu is restarted. (#35) Rather than print directly, the APE now using the host debug console only for printf. The RX cpu (function 0 only) uses the debug console and forwards it over SPI when new data is available.
* Update the apeconsole to use the full size, instead of 1/4 the size.Evan Lojewski2019-07-041-2/+4
|
* SPlit the MIPS hal from the APE hal in the simulation code.Evan Lojewski2019-06-291-0/+1
|
* Cleanup the apeconsole utility slightly.Evan Lojewski2019-06-291-166/+3
|
* Add a simple printf implimentation to the APE firmware.Evan Lojewski2019-06-221-0/+291
OpenPOWER on IntegriCloud