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-27 02:16:30 +00:00
df6de6c324 Updated doxygen file to use the README.md file as the main
jakegoodwin pushed to ch32v at TDD-Templates/cmake_cpputest_template 2025-03-13 22:03:29 +00:00
e332c8fb21 Commiting formatting changes.
jakegoodwin pushed to ch32v at TDD-Templates/cmake_cpputest_template 2025-03-10 20:01:50 +00:00
be9832c403 removed now uneeded todo items.
658530818e Added flashing command using wlink.
a33c9e1957 removed uneeded flags, used cmake specific method of gcc linking and added notes.
Compare 3 commits »
jakegoodwin pushed to ch32v at TDD-Templates/cmake_cpputest_template 2025-03-10 18:38:09 +00:00
a7682c802a formatting change.
60a6cf345f fixed the function signiture with addition of void.
28f154e30f named union to avoid compile error.
3aa33779df Added ADC_PoweOn() test
6a7e10b4fb Added structure tags to avoid usign GNU extension
Compare 5 commits »
jakegoodwin pushed to ch32v at TDD-Templates/cmake_cpputest_template 2025-03-09 15:19:30 +00:00
38dea7ead4 Added comments on ch32v003 pins for ADC along with updated date/top info.
a076ab8b77 Commented out tests for ADC that were dependant on AVR stuff.
Compare 2 commits »
jakegoodwin pushed to ch32v at TDD-Templates/cmake_cpputest_template 2025-03-09 02:36:28 +00:00
968570e898 removed uneeded lines.
de1e09c265 changed header include style.
b6fd401992 Added void as parameter.
Compare 3 commits »
jakegoodwin pushed to ch32v at TDD-Templates/cmake_cpputest_template 2025-03-09 02:35:41 +00:00
da9f30129e Cleaned up commented out stuff.
jakegoodwin pushed to ch32v at TDD-Templates/cmake_cpputest_template 2025-03-09 01:25:50 +00:00
04e8a68b2b Removed the issues file
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.