Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Pocket Reform
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Pedro Felzenszwalb
Pocket Reform
Commits
9a7560bb
Verified
Commit
9a7560bb
authored
9 months ago
by
minute
Browse files
Options
Downloads
Patches
Plain Diff
cleanup for release
parent
ee66d3c1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pocket-reform-sysctl-fw/CMakeLists.txt
+1
-1
1 addition, 1 deletion
pocket-reform-sysctl-fw/CMakeLists.txt
pocket-reform-sysctl-fw/sysctl.c
+140
-182
140 additions, 182 deletions
pocket-reform-sysctl-fw/sysctl.c
with
141 additions
and
183 deletions
pocket-reform-sysctl-fw/CMakeLists.txt
+
1
−
1
View file @
9a7560bb
...
...
@@ -17,7 +17,7 @@ add_executable(sysctl
sysctl.c
)
target_link_libraries
(
sysctl pico_stdlib hardware_i2c hardware_rtc hardware_sleep
)
target_link_libraries
(
sysctl pico_stdlib hardware_i2c
hardware_spi
hardware_rtc hardware_sleep
)
pico_enable_stdio_usb
(
sysctl 1
)
pico_enable_stdio_uart
(
sysctl 0
)
...
...
This diff is collapsed.
Click to expand it.
pocket-reform-sysctl-fw/sysctl.c
+
140
−
182
View file @
9a7560bb
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment