diff options
| author | Alex Evans <715855+mmalex@users.noreply.github.com> | 2023-07-01 12:50:22 +0100 |
|---|---|---|
| committer | Alex Evans <715855+mmalex@users.noreply.github.com> | 2023-07-01 12:50:22 +0100 |
| commit | 6cdeb58908b1642b8e40ca8ed735cd995e1cbd2b (patch) | |
| tree | ede92b58fe914dae49fc4c91a4bd2497df02908d | |
| parent | 467c45fd4f82ebd05077d9d5ebf270e019b9540e (diff) | |
| download | plinky-6cdeb58908b1642b8e40ca8ed735cd995e1cbd2b.tar.gz | |
moar links
| -rwxr-xr-x | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -17,15 +17,15 @@ We need to figure out a process for accepting contributions. Beyond the basics o Building and stuff -- -you need [STM32 cube ide](https://www.st.com/en/development-tools/stm32cubeide.html), its basically the default project so most of the code is in `sw/Core/Src`, most of the rest of the `sw/` folder is just the usual auto generated boilerplate mess. +you need [STM32 cube ide](https://www.st.com/en/development-tools/stm32cubeide.html), its basically the default project so most of the code is in [/sw/Core/Src](/sw/Core/Src), most of the rest of the [/sw](/sw) folder is just the usual auto generated boilerplate mess. It would be a useful project to update the firmware to build with a more minimal setup; the only significant middleware used relates to USB; while I lean on the STM default project a little, I imagine that the peripheral code could be modified fairly easily. it should also compile as an emulator for mac and windows, using portaudio and dear imgui. it also compiles for wasm, somehow... I imagine that following the path of the WASM emulator, it would be relatively easy to port plinky to software plugin type platforms. -there is also a bootloader project... I forget exactly how it relates to the final build process. Consider that a TODO to document :) +there is also a [bootloader](/bootloader/) project... I forget exactly how it relates to the final build process. Consider that a TODO to document :) -the hardware is mostly in the `hw/` folder, but I was new to kicad so I am not sure if all the library stuff is in the right place. +the hardware is mostly in the [hw/](/hw/) folder, but I was new to kicad so I am not sure if all the library stuff is in the right place. if there is something missing or something in there that you think shouldn't be in there, let me know and I can sort it out |
