summaryrefslogtreecommitdiffstats
path: root/libs/printf
Commit message (Collapse)AuthorAgeFilesLines
* builds: Add Microsoft's SDL and banned API list (#148)Evan Lojewski2020-10-242-20/+0
|
* printf: Cleanup various linting warnings. (#144)Evan Lojewski2020-10-164-12/+14
|
* debug: Fix ape console initialization (#93)Evan Lojewski2020-07-181-3/+11
|
* debug: Enable the ape console on Port 0 (needed for SPI prints) and Port 1. ↵Evan Lojewski2020-07-182-7/+93
| | | | (#92)
* printf: Remove nvm access from the ape as it triggers a race condition when ↵Evan Lojewski2020-02-171-8/+6
| | | | | | 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.
* format: Re-run clang-format to clean up various files. (#21)Evan Lojewski2020-01-301-3/+3
|
* APE: Fix shm initialization and add additional error checking to the MII ↵Evan Lojewski2020-01-211-1/+0
| | | | library. (#15)
* stage1: Enable spi printouts when running from the RX CPU. (#9)Evan Lojewski2019-12-286-917/+1178
| | | | - Also fix an issue with the linker script that could cause bss initialization to be misaligned.
* Enable the em100pro spi hyperterminal console (#5)Evan Lojewski2019-11-292-1/+3
| | | | | | | | * nvm: Add bit definitions for using the NVM pins as GPIO for bitbanging. * em100: Enable priting debug characters via SPI. * nvm: Add NVRam_releaseAllLocks() utility function.
* Update the apeconsole to use the full size, instead of 1/4 the size.Evan Lojewski2019-07-041-2/+7
|
* Cleanup the apeconsole utility slightly.Evan Lojewski2019-06-291-9/+1
|
* Add a simple printf implimentation to the APE firmware.Evan Lojewski2019-06-2212-0/+18182
OpenPOWER on IntegriCloud