Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
MNT 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
Reform
MNT Pocket Reform
Commits
a30a018d
Commit
a30a018d
authored
2 months ago
by
minute
Browse files
Options
Downloads
Plain Diff
Merge branch 'fw-release-polishing' into 'main'
Fw release polishing See merge request
!29
parents
37db9bcb
f9bb7b2e
No related branches found
Branches containing commit
Tags
20250107
Tags containing commit
1 merge request
!29
Fw release polishing
Pipeline
#3325
passed
2 months ago
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
pocket-reform-sysctl-fw/src/sysctl.c
+1
-1
1 addition, 1 deletion
pocket-reform-sysctl-fw/src/sysctl.c
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
0
View file @
a30a018d
...
...
@@ -8,6 +8,7 @@ build:
-
scripts/update-sysctl-firmware.sh
-
scripts/update-keyboard-firmware.sh
-
pocket-reform-keyboard-fw/pocket-hid/build/pocket-hid.uf2
-
pocket-reform-keyboard-fw/pocket-hid/build/pocket-hid.cab
script
:
-
./install-fw-dependencies.sh
-
export SOURCE_ROOT="$PWD"
...
...
This diff is collapsed.
Click to expand it.
pocket-reform-sysctl-fw/src/sysctl.c
+
1
−
1
View file @
a30a018d
...
...
@@ -90,7 +90,7 @@ int32_t pwm_set_freq_duty(uint32_t slice_num, uint32_t chan, uint32_t freq, int
void
set_display_backlight
(
int
percent
)
{
// DISP_EN = 7 = PWM3 B
printf
(
"# set_display_backlight: %d"
,
percent
);
printf
(
"# set_display_backlight: %d
\n
"
,
percent
);
pwm_set_freq_duty
(
pwm_gpio_to_slice_num
(
PIN_DISP_EN
),
pwm_gpio_to_channel
(
PIN_DISP_EN
),
100000
,
percent
);
// caveat: latch needs to be always-on
...
...
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