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
d10107df
Commit
d10107df
authored
1 year ago
by
q3k
Browse files
Options
Downloads
Patches
Plain Diff
usermodule/bl00mbox: fix includes
parent
6cbc52f8
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
components/micropython/CMakeLists.txt
+1
-0
1 addition, 0 deletions
components/micropython/CMakeLists.txt
usermodule/micropython.cmake
+2
-2
2 additions, 2 deletions
usermodule/micropython.cmake
usermodule/mp_bl00mbox.c
+4
-3
4 additions, 3 deletions
usermodule/mp_bl00mbox.c
with
7 additions
and
5 deletions
components/micropython/CMakeLists.txt
+
1
−
0
View file @
d10107df
...
@@ -106,6 +106,7 @@ set(IDF_COMPONENTS
...
@@ -106,6 +106,7 @@ set(IDF_COMPONENTS
flow3r_bsp
flow3r_bsp
st3m
st3m
ctx
ctx
bl00mbox
app_update
app_update
bootloader_support
bootloader_support
...
...
This diff is collapsed.
Click to expand it.
usermodule/micropython.cmake
+
2
−
2
View file @
d10107df
# If you want to add dependencies on other ESP-IDF modules, add them to
# If you want to add dependencies on other ESP-IDF modules, add them to
# IDF_COMPONENTS in
mai
n/CMakeLists
, as main/
is the component
that the
# IDF_COMPONENTS in
components/micropytho
n/CMakeLists
.txt, that
is the component
# usermodules are actually part of.
#
that the
usermodules are actually part of.
add_library
(
usermod_badge23 INTERFACE
)
add_library
(
usermod_badge23 INTERFACE
)
...
...
This diff is collapsed.
Click to expand it.
usermodule/mp_bl00mbox.c
+
4
−
3
View file @
d10107df
#include
<stdio.h>
#include
<stdio.h>
#include
"py/runtime.h"
#include
"py/runtime.h"
#include
"py/obj.h"
#include
"py/obj.h"
// sorry ;w;
#include
"
badge23/../../../bl00mbox/include/
bl00mbox.h"
#include
"bl00mbox.h"
#include
"
badge23/../../../bl00mbox/buds/tinysynth/
tinysynth.h"
#include
"tinysynth.h"
#if !MICROPY_ENABLE_FINALISER
#if !MICROPY_ENABLE_FINALISER
#error "BADGE23_SYNTH requires MICROPY_ENABLE_FINALISER"
#error "BADGE23_SYNTH requires MICROPY_ENABLE_FINALISER"
...
...
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