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 ch32v20x at TDD-Templates/cmake_cpputest_template 2024-12-05 03:45:34 +00:00
313ad437ad removed uneeded lines. Also changed template name parameter
jakegoodwin pushed to ch32v20x at TDD-Templates/cmake_cpputest_template 2024-12-05 03:44:41 +00:00
d374fff42e Added a toolchain cmake file that targets the "riscv-none-elf" tripple.
jakegoodwin created branch ch32v20x in TDD-Templates/cmake_cpputest_template 2024-12-05 03:31:10 +00:00
jakegoodwin pushed to ch32v20x at TDD-Templates/cmake_cpputest_template 2024-12-05 03:31:10 +00:00
6d227bc37a Added more details on dependencies.
b442ec78dc Adding a readme with details on usage of template
Compare 2 commits »
jakegoodwin pushed to stm32 at TDD-Templates/cmake_cpputest_template 2024-11-10 20:43:29 +00:00
1a980a9ffd new todo item added
4e6e041073 Added an example linker file for ref
Compare 2 commits »
jakegoodwin created branch stm32 in TDD-Templates/cmake_cpputest_template 2024-11-10 14:31:20 +00:00
jakegoodwin pushed to stm32 at TDD-Templates/cmake_cpputest_template 2024-11-10 14:31:20 +00:00
c43df6e576 Setup /src/CmakeLists.txt for variable usage
cb8fa86c6f Updated the cmakelists.txt
73a11f1abd Simplified project name.
120b0ba301 Updated todo items
b966fccf75 Added linker.ld file
Compare 7 commits »
jakegoodwin pushed tag v1.2.0 to client_code_fg004/thermostat 2024-10-19 07:32:04 +00:00
jakegoodwin released v1.2.0 at client_code_fg004/thermostat 2024-10-19 07:32:04 +00:00
jakegoodwin pushed to main at client_code_fg004/thermostat 2024-10-19 07:29:24 +00:00
4a6a9e34df Updated the documentation version
jakegoodwin pushed to main at client_code_fg004/thermostat 2024-10-19 07:26:18 +00:00
cd7a1529e7 Updated the config.h with more code comments.
jakegoodwin pushed to main at client_code_fg004/thermostat 2024-10-19 06:03:48 +00:00
7484b88d55 MPLABX IDE updates
jakegoodwin pushed to main at client_code_fg004/thermostat 2024-10-19 06:02:28 +00:00
106caf86d7 removed now unused static function, is_below_target()
jakegoodwin pushed to main at client_code_fg004/thermostat 2024-10-19 05:53:12 +00:00
06b0686651 Added more detailed code comments for the defines
jakegoodwin pushed to main at client_code_fg004/thermostat 2024-10-19 05:48:35 +00:00
4ba6863eae Wrote code to pass new tests for hysteresis
8d7af1d678 Added more port b tests
c2a5e94bae Updated same tests for the port b
0e7deea6e7 Updated tests for the the port a handler function.
3caa74f642 Added the needed defines for the high and low hysteresis points.
Compare 6 commits »
jakegoodwin pushed to space_reduction at jakegoodwin/multi-tracker 2024-10-06 19:49:19 +00:00
4d5b968cdb Removed unused and commented out code.
jakegoodwin pushed to space_reduction at jakegoodwin/multi-tracker 2024-10-06 19:42:56 +00:00
6374bbf01f Removed all other sensors and libraries besides needed for MVP
90baed96e3 restructured worktree for arduino IDE compat
2db3af1928 Removed updateLEDs() function
508522a2b7 Removed includes and serial debugging statments.
Compare 4 commits »
jakegoodwin created branch space_reduction in jakegoodwin/multi-tracker 2024-10-06 19:42:55 +00:00
jakegoodwin pushed to main at jakegoodwin/multi-tracker 2024-10-04 23:30:08 +00:00
9f8982f60c fixed up the placement of the direction indicator
jakegoodwin pushed to main at jakegoodwin/multi-tracker 2024-10-04 23:21:26 +00:00
6c0e016c20 removed refence to struct, using globals instead.