diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-03-13 20:38:34 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-03-13 20:38:34 +0100 |
commit | ec7b1726e60f6077fc90d736e8224b9473534d79 (patch) | |
tree | 988b9766edeef9ccabd1a3ddefa9723dadc095ec /test/ppu-stm-integration-demo/readme.md | |
parent | 994e96753aeb65080001530b1e62e070c975f4f1 (diff) |
untested POC
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 + |