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 low_power_mode at jakegoodwin/fg004_a1 2024-07-02 22:29:57 +00:00
90a27d93d3 Updated the readme file
jakegoodwin created branch low_power_mode in jakegoodwin/fg004_a1 2024-07-02 22:28:36 +00:00
jakegoodwin pushed to low_power_mode at jakegoodwin/fg004_a1 2024-07-02 22:28:36 +00:00
da9bd19199 Updated the repo with the load.h and load.c files in order to impliment the Low Power Operation Mode.
Compare 2 commits »
jakegoodwin pushed to main at jakegoodwin/gf_002 2024-05-23 02:42:14 +00:00
c9dc6e9948 switched the F_CPU to 9.6MHz instead of 9.8MHz, according to datasheet 9.6MHz is the correct value
jakegoodwin commented on issue jakegoodwin/gf_002#6 2024-05-23 02:33:45 +00:00
[BUG] Save state on power toggle

Found that the blink delay seems to be part of the issue. Setting the delay from 200 --> 20 seems to help a ton need to go through the code and figure out why the delay function is doing 200S…

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

This has been acomplished

jakegoodwin closed issue jakegoodwin/gf_002#3 2024-05-23 01:24:52 +00:00
Timing change
jakegoodwin pushed to main at jakegoodwin/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 jakegoodwin/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 jakegoodwin/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 jakegoodwin/gf_002 2024-04-10 17:59:58 +00:00
61384ab0c7 setup usage of toolchain file
jakegoodwin pushed to cmake at jakegoodwin/gf_002 2024-04-10 17:58:39 +00:00
ae963e8c20 removed old flag
jakegoodwin pushed to cmake at jakegoodwin/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 jakegoodwin/gf_002 2024-04-10 17:46:54 +00:00
71adc3f969 added the copied readme
jakegoodwin created branch cmake in jakegoodwin/gf_002 2024-04-10 17:46:19 +00:00
jakegoodwin pushed to cmake at jakegoodwin/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 jakegoodwin/gf_002#5 2024-04-09 16:35:59 +00:00
[DOC]Create comperhensive docuentation on flashing.
jakegoodwin opened issue jakegoodwin/gf_002#4 2024-04-09 16:34:34 +00:00
Create script to automatically build and archive the hex files