• Joined on 2021-10-30
david created repository david/rack-plugins 2023-10-18 18:56:19 -06:00
david created branch trunk in david/synths 2023-09-25 22:19:34 -06:00
david pushed to trunk at david/synths 2023-09-25 22:19:34 -06:00
4a56f87bad README
e0c11c7a9a LDR readme
1af2f6ee7f LDR synth schematic + BOM
7e4c67373e initial gitignore
david created repository david/synths 2023-09-25 22:18:48 -06:00
david created branch trunk in david/offside 2023-09-19 21:57:58 -06:00
david pushed to trunk at david/offside 2023-09-19 21:57:58 -06:00
d640ad707f Start the game! Just adds a basic player character with rough movement
david created repository david/offside 2023-09-19 21:57:34 -06:00
david pushed to trunk at david/new-sonar 2023-06-17 15:32:41 -06:00
c642bd72cb fw: i2c progress, writing works (???)
david pushed to trunk at david/new-sonar 2023-06-17 13:18:46 -06:00
349fe96b0d fw: start debug i2c
c1c0122684 gw: add I2C bitbang module
034160b301 fw: refactor timer stuff into its own module
Compare 3 commits »
david pushed to trunk at david/new-sonar 2023-06-17 09:58:37 -06:00
a132f2e1f1 check in sampler module
david pushed to trunk at david/new-sonar 2023-06-17 09:57:22 -06:00
33465a27ac hw: fix silkscreen issue
7e3239700d start playing around with sampler (not working at all, wb issues I think)
Compare 2 commits »
david pushed to trunk at david/new-sonar 2023-06-16 16:35:12 -06:00
1b08dfa2a1 add .venv to gitignore
david pushed to trunk at david/new-sonar 2023-06-16 16:34:39 -06:00
3bb1134be2 fw: remove some smoltcp socket testing code
afa95aa32e fw: clean up some timer things in main
d4d119dc6e fw: remove vestiges of TCP logging attempt
800c6012f2 fw: formatting
db1ff6761d create python config prompt tool
Compare 12 commits »
david pushed to trunk at david/new-sonar 2023-06-03 16:35:43 -06:00
64fb1fd3a6 Add patch to migen to maybe fix things?
david pushed to trunk at david/new-sonar 2023-06-03 15:19:38 -06:00
d691f2a649 add dockerfile so we can build
david pushed to trunk at david/new-sonar 2023-06-03 15:17:43 -06:00
8755bd3a9c add dockerfile so we can build
david pushed to trunk at david/new-sonar 2023-06-03 12:46:42 -06:00
1abbe4ea97 some general testing things
david opened issue david/new-sonar#42 2023-06-03 12:01:14 -06:00
Implement data channel and sampler operation in FW.
david opened issue david/new-sonar#41 2023-06-03 12:00:21 -06:00
Validate sampler memory functionality
david commented on issue david/new-sonar#2 2023-06-03 11:59:04 -06:00
Get embassy up and running

Moved to bare-metal. If I wanted multiple connections I would probably want embassy, but right now I'm only allowing one connection, so bare-metal is easy enough.