Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SO2R Lockout
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ed Sandor
SO2R Lockout
Commits
921295254c820814a8c01160c79ce7a2e9c4c743
Select Git revision
0 results
so2r-lockout
Author
Search by author
Any Author
authors
0 authors
Nov 09, 2024
Let sleep own the status LED
· 92129525
Ed Sandor
authored
8 months ago
92129525
Depend on caller's critical section to toggle clock prescaler
· 7327d00e
Ed Sandor
authored
8 months ago
7327d00e
Only pause timer0 when switching prescaler
· 251b1c40
Ed Sandor
authored
8 months ago
251b1c40
Nov 08, 2024
Dynamically set clock speed when going to idle sleep
· 2ac9be63
Ed Sandor
authored
8 months ago
2ac9be63
Option to disable CPU prescaler
· 337bc69a
Ed Sandor
authored
8 months ago
337bc69a
Nov 07, 2024
Marking local functions 'static inline'
· 9b96db66
Ed Sandor
authored
8 months ago
View commits for tag Firmware_v0.1.1
Firmware_v0.1.1
9b96db66
Explicitly disable ADC and USI
· 4a032f7b
Ed Sandor
authored
8 months ago
4a032f7b
Nov 06, 2024
Minor
· afbb5a69
Ed Sandor
authored
8 months ago
afbb5a69
Minor
· 391ef87a
Ed Sandor
authored
8 months ago
391ef87a
Updated schematic to reflect test breadboard values
· 489dd0f2
Ed Sandor
authored
8 months ago
489dd0f2
Minor
· 419038c5
Ed Sandor
authored
8 months ago
419038c5
Correcting backwards PNP transistor
· 753d203c
Ed Sandor
authored
8 months ago
753d203c
Minor README edits
· 07bf78b8
Ed Sandor
authored
8 months ago
07bf78b8
Nov 05, 2024
Removing dead-code
· 697ff8d6
Ed Sandor
authored
8 months ago
View commits for tag Firmware_v0.1.0
Firmware_v0.1.0
697ff8d6
Remove extraneous NOP
· 357a0a6a
Ed Sandor
authored
8 months ago
357a0a6a
Generate .map file
· a13c803f
Ed Sandor
authored
8 months ago
a13c803f
Directly read PINB and only update output on change
· 48578e13
Ed Sandor
authored
8 months ago
48578e13
Update raw GPIO state directly from ISR
· 4530df61
Ed Sandor
authored
8 months ago
4530df61
Disable 'wake' timer
· d0dc766a
Ed Sandor
authored
8 months ago
d0dc766a
Better protect sleep when an interrupt is triggered
· ee1a9d16
Ed Sandor
authored
8 months ago
ee1a9d16
Nov 04, 2024
Implementing guard timer
· af5f9f25
Ed Sandor
authored
8 months ago
af5f9f25
Minor
· 9b1b038d
Ed Sandor
authored
8 months ago
9b1b038d
Explicit structure init
· efd56145
Ed Sandor
authored
8 months ago
efd56145
Minor
· 83a65120
Ed Sandor
authored
8 months ago
83a65120
Add minimum 'stay-awake' time after deep sleep wakeup
· be677708
Ed Sandor
authored
8 months ago
be677708
Use status LED to match deep-sleep state
· 2700ef1c
Ed Sandor
authored
8 months ago
2700ef1c
Bugfix
· a9871519
Ed Sandor
authored
8 months ago
a9871519
Fix bug caused by typo. Add lockout to deep sleep mask
· e1f07ebd
Ed Sandor
authored
8 months ago
e1f07ebd
Nov 03, 2024
Including proposed audio switching circuit
· 89c2a2b9
Ed Sandor
authored
8 months ago
89c2a2b9
Basic arbitration logic without guard timer
· 1ccfd7b8
Ed Sandor
authored
8 months ago
1ccfd7b8
Sleep protection not needed during lockout init
· 88ad1e82
Ed Sandor
authored
8 months ago
88ad1e82
Outlining core lockout logic
· 077bab48
Ed Sandor
authored
8 months ago
077bab48
Missing const
· cd472f27
Ed Sandor
authored
8 months ago
cd472f27
Only update previous state when changing
· 3ceeeadc
Ed Sandor
authored
8 months ago
3ceeeadc
Minor
· c727d904
Ed Sandor
authored
8 months ago
c727d904
Minor
· 91b66ed6
Ed Sandor
authored
8 months ago
91b66ed6
Remove unnecessary memset as all fields are initialized
· 1b294404
Ed Sandor
authored
8 months ago
1b294404
restructure debounce logic to simplify if-statements
· 9b9e8c0e
Ed Sandor
authored
8 months ago
9b9e8c0e
Implementing debounce
· f56b0903
Ed Sandor
authored
8 months ago
f56b0903
Configure debounce structure with sleep inhibit reason
· 46b249fc
Ed Sandor
authored
8 months ago
46b249fc
Loading