Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
flow3r firmware
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dos
flow3r firmware
Commits
8d7dd1e5
Verified
Commit
8d7dd1e5
authored
3 months ago
by
dos
Browse files
Options
Downloads
Patches
Plain Diff
fix game's module loading
"PetalHero" in /flash/sys was taking precendence over app's module
parent
9e295dc0
No related branches found
No related tags found
No related merge requests found
Pipeline
#13346
failed
3 months ago
Stage: build
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
.gitmodules
+2
-2
2 additions, 2 deletions
.gitmodules
songs/Jono Bacon - Free Software Song
+0
-0
0 additions, 0 deletions
songs/Jono Bacon - Free Software Song
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
0
View file @
8d7dd1e5
...
@@ -12,6 +12,7 @@ default:
...
@@ -12,6 +12,7 @@ default:
image
:
registry.gitlab.com/flow3r-badge/flow3r-build:kfjixcricw2358zp5vg15b784l9jnpzz
image
:
registry.gitlab.com/flow3r-badge/flow3r-build:kfjixcricw2358zp5vg15b784l9jnpzz
before_script
:
before_script
:
-
sed -i 's/clk_info->bclk_div = 8;/clk_info->bclk_div = 13;/g' $IDF_PATH/components/driver/i2s/i2s_pdm.c
-
sed -i 's/clk_info->bclk_div = 8;/clk_info->bclk_div = 13;/g' $IDF_PATH/components/driver/i2s/i2s_pdm.c
-
ln -s ../../../songs python_payload/apps/PetalHero/songs
build
:
build
:
stage
:
build
stage
:
build
...
...
This diff is collapsed.
Click to expand it.
.gitmodules
+
2
−
2
View file @
8d7dd1e5
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
[submodule "python_payload/apps/PetalHero"]
[submodule "python_payload/apps/PetalHero"]
path = python_payload/apps/PetalHero
path = python_payload/apps/PetalHero
url = https://git.flow3r.garden/dos/PetalHero.git
url = https://git.flow3r.garden/dos/PetalHero.git
[submodule "
python_payload/PetalHero
/Jono Bacon - Free Software Song"]
[submodule "
songs
/Jono Bacon - Free Software Song"]
path =
python_payload/PetalHero
/Jono Bacon - Free Software Song
path =
songs
/Jono Bacon - Free Software Song
url = https://git.flow3r.garden/dos/PetalHero-songs.git
url = https://git.flow3r.garden/dos/PetalHero-songs.git
branch = freesoftwaresong
branch = freesoftwaresong
This diff is collapsed.
Click to expand it.
Jono Bacon - Free Software Song
@
1ee07240
Compare
1ee07240
...
1ee07240
File moved
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