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-09 01:25:19 +00:00
bacd95be6b moved misc into inc dir
4e80114163 Moved extralibs dir into inc dir
Compare 2 commits »
jakegoodwin pushed to ch32v at TDD-Templates/cmake_cpputest_template 2025-03-09 01:23:01 +00:00
90b05f20d7 commented out lines in toolchain file.
4e2e792312 modified to make main instead of all or hex-release
0bdc60bcf8 Moved headers into inc file
Compare 3 commits »
jakegoodwin pushed to ch32v at TDD-Templates/cmake_cpputest_template 2025-03-09 01:01:05 +00:00
32a3dcad12 removed uneeded files.
jakegoodwin pushed to ch32v at TDD-Templates/cmake_cpputest_template 2025-03-09 01:00:17 +00:00
1f17f8dcdf formatting changes
96b0a72533 removed commented out code
c4bc661f8b Added the two dirs from template
d4a0d09dd6 modifed for correct make target
90729c2ff7 Added CXX flags section and set the assembler program.
Compare 9 commits »
jakegoodwin pushed to ch32v at TDD-Templates/cmake_cpputest_template 2025-03-08 23:29:13 +00:00
670f15116a Added an clang formattiing ignore file.
jakegoodwin pushed to ch32v at TDD-Templates/cmake_cpputest_template 2025-03-08 23:06:13 +00:00
62c96d14a3 Added todo item.
jakegoodwin pushed to ch32v at TDD-Templates/cmake_cpputest_template 2025-03-08 23:06:00 +00:00
3cfab2eb77 Pulled in changes from other version I wrote.
jakegoodwin pushed to main at client_code_fg004/Relay_and_Socket_Protection 2025-03-08 23:05:02 +00:00
75c111afd3 changed name of function.
jakegoodwin pushed to ch32v at TDD-Templates/cmake_cpputest_template 2025-03-08 00:48:48 +00:00
6771cbadf6 Modified after discovering issues with ch32fun being a seperate lib.
jakegoodwin pushed to ch32v at TDD-Templates/cmake_cpputest_template 2025-03-07 21:52:02 +00:00
a80c0f1360 setup now working, toolchain file is disapointing however.
jakegoodwin pushed to ch32v at TDD-Templates/cmake_cpputest_template 2025-03-07 18:43:14 +00:00
b7debf7eee Commented out some stuff and removed uneeded lines.
5a8f27912c same
9bec16fe6b added the compile and link options to the main target options.
e8dad084d0 modified the ch32fun cakelists
f95e82b4cf created copy with generic name
Compare 5 commits »
jakegoodwin pushed to ch32v at TDD-Templates/cmake_cpputest_template 2025-03-07 01:55:15 +00:00
7a42fb4780 Updated to use the 32bit compiler.
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.