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 main at paulM_projects/gf_002 2024-05-23 02:32:48 +00:00
34778b7e04 set the blink delay too 20 instead of 200
jakegoodwin opened issue paulM_projects/gf_002#6 2024-05-23 01:26:27 +00:00
[BUG] Save state on power toggle
jakegoodwin commented on issue paulM_projects/gf_002#3 2024-05-23 01:24:52 +00:00
Timing change

This has been acomplished

jakegoodwin closed issue paulM_projects/gf_002#3 2024-05-23 01:24:52 +00:00
Timing change
jakegoodwin pushed to main at paulM_projects/gf_002 2024-05-23 01:21:41 +00:00
5da6bd3219 added stuff to ignore.
32169dddb9 updated date, F_CPU, MAX_CHECKS and removed other code.
29babf6c47 setup to ignore the hex file in the pre_built dir
cc60aa9f30 set the frequency to the default of 9.8MHz
8bbde5260e rewrote to use 16bits for overflow events timer. Also set to the calculated 510ms
Compare 5 commits »
jakegoodwin pushed to cmake at paulM_projects/gf_002 2024-04-10 18:20:18 +00:00
dee8610be5 setup to directly define the AVR device type. Fixes issues with the 'io.h' library
jakegoodwin pushed to cmake at paulM_projects/gf_002 2024-04-10 18:15:39 +00:00
87f1b739a0 setup to use the TC file
b9e32adda3 edited changed the name and then set the MCU type along with the programmer to 'usbasp'.
b58b4438bc changed to using the C11 standard as it's supported on the avr-gcc compiler
Compare 3 commits »
jakegoodwin pushed to cmake at paulM_projects/gf_002 2024-04-10 17:59:58 +00:00
61384ab0c7 setup usage of toolchain file
jakegoodwin pushed to cmake at paulM_projects/gf_002 2024-04-10 17:58:39 +00:00
ae963e8c20 removed old flag
jakegoodwin pushed to cmake at paulM_projects/gf_002 2024-04-10 17:57:56 +00:00
6b284a08f1 added new toolchain file from Matthias Kleemann
45429997d5 ignore the cache
Compare 2 commits »
jakegoodwin pushed to cmake at paulM_projects/gf_002 2024-04-10 17:46:54 +00:00
71adc3f969 added the copied readme
jakegoodwin created branch cmake in paulM_projects/gf_002 2024-04-10 17:46:19 +00:00
jakegoodwin pushed to cmake at paulM_projects/gf_002 2024-04-10 17:46:19 +00:00
87aae7719b removed the older make and exexcutable files
18009c9b1f added all the needed template files
f4c29d1ac5 added the main.c and a cmakelists file
688603ecfb removed the prebuild binary/hex files
0ec455a53c added mocks dir
Compare 7 commits »
jakegoodwin opened issue paulM_projects/gf_002#5 2024-04-09 16:35:59 +00:00
[DOC]Create comperhensive docuentation on flashing.
jakegoodwin opened issue paulM_projects/gf_002#4 2024-04-09 16:34:34 +00:00
Create script to automatically build and archive the hex files
jakegoodwin opened issue paulM_projects/gf_002#3 2024-04-09 16:32:35 +00:00
Timing change
jakegoodwin opened issue paulM_projects/gf_002#2 2024-04-09 16:31:32 +00:00
No tests
jakegoodwin opened issue paulM_projects/gf_002#1 2024-04-09 16:30:38 +00:00
Switch the project over to using cmake
jakegoodwin pushed to main at jakegoodwin/leftwm-config 2024-01-26 13:07:45 +00:00
014bed3e68 Merge branch 'main' of ssh://gorge.works:30023/jakegoodwin/leftwm-config
d1ea2a15ff added stuff to ignore
018ec84eef Inital Commit Of leftWM config
Compare 3 commits »
jakegoodwin commented on issue TDD-For-Rust/tdd_templates#1 2024-01-23 02:20:10 +00:00
Build a list of the target platforms to work on

I'm thinking about adding the stm32f4 series to the template list as well.