Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
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
Container Registry
Model registry
Operate
Environments
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
ln
firmware
Commits
cea3614c
Verified
Commit
cea3614c
authored
5 years ago
by
rahix
Browse files
Options
Downloads
Patches
Plain Diff
chore: Sort some lists
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
beb7095b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
epicardium/modules/meson.build
+2
-2
2 additions, 2 deletions
epicardium/modules/meson.build
pycardium/meson.build
+3
-3
3 additions, 3 deletions
pycardium/meson.build
pycardium/mpconfigport.h
+4
-4
4 additions, 4 deletions
pycardium/mpconfigport.h
with
9 additions
and
9 deletions
epicardium/modules/meson.build
+
2
−
2
View file @
cea3614c
...
...
@@ -3,11 +3,11 @@ module_sources = files(
'fatfs.c'
,
'fatfs_fileops.c'
,
'leds.c'
,
'light_sensor.c'
,
'log.c'
,
'pmic.c'
,
'rtc.c'
,
'serial.c'
,
'stream.c'
,
'vibra.c'
,
'light_sensor.c'
,
'rtc.c'
,
)
This diff is collapsed.
Click to expand it.
pycardium/meson.build
+
3
−
3
View file @
cea3614c
name
=
'pycardium'
modsrc
=
files
(
'modules/fat_file.c'
,
'modules/fat_reader_import.c'
,
'modules/interrupt.c'
,
'modules/leds.c'
,
'modules/light_sensor.c'
,
'modules/sys_display.c'
,
'modules/utime.c'
,
'modules/vibra.c'
,
'modules/light_sensor.c'
,
'modules/fat_file.c'
,
'modules/fat_reader_import.c'
,
)
#################################
...
...
This diff is collapsed.
Click to expand it.
pycardium/mpconfigport.h
+
4
−
4
View file @
cea3614c
...
...
@@ -38,12 +38,12 @@
#define MICROPY_PY_IO_FILEIO (1)
/* Modules */
#define MODULE_UTIME_ENABLED (1)
#define MODULE_LEDS_ENABLED (1)
#define MODULE_VIBRA_ENABLED (1)
#define MODULE_INTERRUPT_ENABLED (1)
#define MODULE_DISPLAY_ENABLED (1)
#define MODULE_INTERRUPT_ENABLED (1)
#define MODULE_LEDS_ENABLED (1)
#define MODULE_LIGHT_SENSOR_ENABLED (1)
#define MODULE_UTIME_ENABLED (1)
#define MODULE_VIBRA_ENABLED (1)
/*
* This port is intended to be 32-bit, but unfortunately, int32_t for
...
...
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