Jake Goodwin jakegoodwin
  • Oregon
  • https://gorge.works
  • Software/Firmware developer:

    Languages of choice: C, Rust, sh and bash, python, AVR assembly/Risc-V assembly

    Editors: Vim, Hx(Helix), vscode(Open source version)

    CLI Tools: Links, Tmux, grep/ripgrep, git

  • Joined on 2022-12-13
jakegoodwin pushed to ch32v at TDD-Templates/cmake_cpputest_template 2025-03-07 01:53:40 +00:00
1b1a288ef6 Added compiler and newlib info for linux systems.
62008cb67b Updated the instructions for FreeBSD systems.
Compare 2 commits »
jakegoodwin pushed to ch32v at TDD-Templates/cmake_cpputest_template 2025-03-07 01:42:14 +00:00
147349868d Updated the otto.sh script
33aebc0198 Updated readme file
83fffc622a changed standard options and version number to semantic versioning
7faa92825f Added blink source and compiler options
bc8ee016f3 Added toolchain file
Compare 7 commits »
jakegoodwin created branch ch32v in TDD-Templates/cmake_cpputest_template 2025-03-07 01:42:13 +00:00
jakegoodwin pushed tag v0.3.1 to paulM_projects/motorized_fader 2025-02-25 18:01:00 +00:00
jakegoodwin released v0.3.1 at paulM_projects/motorized_fader 2025-02-25 18:01:00 +00:00
jakegoodwin commented on issue paulM_projects/motorized_fader#5 2025-02-25 17:58:35 +00:00
[FEAT] Add powershell script to automate build and flashing.

The needed lines have been added into the reame file.

jakegoodwin closed issue paulM_projects/motorized_fader#5 2025-02-25 17:58:35 +00:00
[FEAT] Add powershell script to automate build and flashing.
jakegoodwin commented on issue paulM_projects/motorized_fader#6 2025-02-25 17:58:13 +00:00
[BUG] Lower duty cycle PWM results in motor stall conditions

A minimum of duty cycle for the PWM has been setup so this is no longer a issue.

jakegoodwin closed issue paulM_projects/motorized_fader#6 2025-02-25 17:58:13 +00:00
[BUG] Lower duty cycle PWM results in motor stall conditions
jakegoodwin pushed to dev at paulM_projects/motorized_fader 2025-02-25 03:18:25 +00:00
ce747adb9a Updated version number
6d73b3f8aa Added define for the saved position margin, loosened up it's value and increased the rampdown distance.
d7049191bc Merge branch 'dev'
3fa844b719 Updated version number and added instructions.
Compare 4 commits »
jakegoodwin pushed to main at paulM_projects/motorized_fader 2025-02-25 02:45:42 +00:00
ce747adb9a Updated version number
jakegoodwin pushed to main at paulM_projects/motorized_fader 2025-02-25 02:45:19 +00:00
6d73b3f8aa Added define for the saved position margin, loosened up it's value and increased the rampdown distance.
d7049191bc Merge branch 'dev'
b93a01f8c5 Added the rampdown distance as a define in the main.h file.
33ddb0a4e9 Added a rampdown section to the speed.
Compare 4 commits »
jakegoodwin pushed to dev at paulM_projects/motorized_fader 2025-02-25 01:56:54 +00:00
b93a01f8c5 Added the rampdown distance as a define in the main.h file.
33ddb0a4e9 Added a rampdown section to the speed.
Compare 2 commits »
jakegoodwin pushed to main at paulM_projects/motorized_fader 2025-02-23 20:41:53 +00:00
3fa844b719 Updated version number and added instructions.
jakegoodwin pushed to main at paulM_projects/motorized_fader 2025-02-23 20:24:17 +00:00
87b1cb9acd removed the duplicate bit shifting in favor of single operation in function.
jakegoodwin pushed to dev at paulM_projects/motorized_fader 2025-02-23 20:23:58 +00:00
87b1cb9acd removed the duplicate bit shifting in favor of single operation in function.
b64c306250 Merge branch 'dev'
b377eab7c0 Updated with comments on prescaler usage for F_CPU
43d15247ad Updated version number from changes.
a29e16963f Merge branch 'dev'
Compare 7 commits »
jakegoodwin pushed to main at paulM_projects/motorized_fader 2025-02-23 19:47:42 +00:00
b64c306250 Merge branch 'dev'
deaa59f5a2 Changed names for save locations.
91ee864d23 Removed the use of the tested ADC interface
78fdf54421 Adjusted value for more accurate input.
c2ce883adb Mocking tests now passing after fixing param name.
Compare 20 commits »
jakegoodwin pushed to dev at paulM_projects/motorized_fader 2025-02-23 19:44:51 +00:00
deaa59f5a2 Changed names for save locations.
91ee864d23 Removed the use of the tested ADC interface
78fdf54421 Adjusted value for more accurate input.
c2ce883adb Mocking tests now passing after fixing param name.
60b83865cd Added mock test runner function to menu.
Compare 18 commits »
jakegoodwin pushed to dev at paulM_projects/motorized_fader 2025-02-23 05:23:19 +00:00
b103fe2b97 removed error line, causes issues with LSP.
jakegoodwin pushed to main at paulM_projects/motorized_fader 2025-02-20 23:56:52 +00:00
b377eab7c0 Updated with comments on prescaler usage for F_CPU