diff options
Diffstat (limited to 'test/ppu-stm-integration-demo/readme.md')
-rw-r--r-- | test/ppu-stm-integration-demo/readme.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/ppu-stm-integration-demo/readme.md b/test/ppu-stm-integration-demo/readme.md new file mode 100644 index 0000000..4e9be23 --- /dev/null +++ b/test/ppu-stm-integration-demo/readme.md @@ -0,0 +1,9 @@ +# ppu-stm integration demo + +- data.txt is generated using a hacked version of the ppusim demo +- makefile converts data into header file for c +- main.c should be compiled and uploaded to stm32 +- this program sends ppu data to the ppu using HAL SPI, and should produce + img.png as output +- other details undocumented + |