Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Haun
firmware
Commits
baa32f2a
Verified
Commit
baa32f2a
authored
Oct 04, 2019
by
Rahix
Browse files
chore: Sort some lists in meson files
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
d2e49062
Changes
3
Hide whitespace changes
Inline
Side-by-side
epicardium/modules/meson.build
View file @
baa32f2a
...
...
@@ -2,6 +2,7 @@ module_sources = files(
'bhi.c',
'bme680.c',
'buttons.c',
'config.c',
'dispatcher.c',
'display.c',
'fileops.c',
...
...
@@ -20,9 +21,8 @@ module_sources = files(
'sleep.c',
'stream.c',
'trng.c',
'usb.c',
'vibra.c',
'watchdog.c',
'usb.c',
'config.c',
'ws2812.c'
)
pycardium/meson.build
View file @
baa32f2a
...
...
@@ -7,16 +7,16 @@ modsrc = files(
'modules/fat_reader_import.c',
'modules/gpio.c',
'modules/interrupt.c',
'modules/sys_leds.c',
'modules/light_sensor.c',
'modules/max30001-sys.c',
'modules/os.c',
'modules/personal_state.c',
'modules/power.c',
'modules/sys_bme680.c',
'modules/sys_display.c',
'modules/sys_leds.c',
'modules/utime.c',
'modules/vibra.c',
'modules/sys_bme680.c',
'modules/ws2812.c'
)
...
...
pycardium/modules/py/meson.build
View file @
baa32f2a
...
...
@@ -2,12 +2,12 @@ python_modules = files(
'bhi160.py',
'bme680.py',
'color.py',
'htmlcolor.py',
'display.py',
'htmlcolor.py',
'ledfx.py',
'leds.py',
'max30001.py',
'pride.py',
'ledfx.py',
'simple_menu.py',
# MicroPython Standard-Library
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment