| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | builds: Add Microsoft's SDL and banned API list (#148) | Evan Lojewski | 2020-10-24 | 2 | -20/+0 |
| | | |||||
| * | printf: Cleanup various linting warnings. (#144) | Evan Lojewski | 2020-10-16 | 4 | -12/+14 |
| | | |||||
| * | debug: Fix ape console initialization (#93) | Evan Lojewski | 2020-07-18 | 1 | -3/+11 |
| | | |||||
| * | debug: Enable the ape console on Port 0 (needed for SPI prints) and Port 1. ↵ | Evan Lojewski | 2020-07-18 | 2 | -7/+93 |
| | | | | | (#92) | ||||
| * | printf: Remove nvm access from the ape as it triggers a race condition when ↵ | Evan Lojewski | 2020-02-17 | 1 | -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 Lojewski | 2020-01-30 | 1 | -3/+3 |
| | | |||||
| * | APE: Fix shm initialization and add additional error checking to the MII ↵ | Evan Lojewski | 2020-01-21 | 1 | -1/+0 |
| | | | | | library. (#15) | ||||
| * | stage1: Enable spi printouts when running from the RX CPU. (#9) | Evan Lojewski | 2019-12-28 | 6 | -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 Lojewski | 2019-11-29 | 2 | -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 Lojewski | 2019-07-04 | 1 | -2/+7 |
| | | |||||
| * | Cleanup the apeconsole utility slightly. | Evan Lojewski | 2019-06-29 | 1 | -9/+1 |
| | | |||||
| * | Add a simple printf implimentation to the APE firmware. | Evan Lojewski | 2019-06-22 | 12 | -0/+18182 |

