You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
429 B
Plaintext
30 lines
429 B
Plaintext
3 years ago
|
# core modules are required modules
|
||
|
# drivers are optional but are used often
|
||
|
# libraries are optional and opinionated
|
||
|
# libs speed up development but are not necessary by any means
|
||
|
#
|
||
|
# module =
|
||
|
# [
|
||
|
# "interactive_name",
|
||
|
# [
|
||
|
# "dependency_1",
|
||
|
# "dependency_2"
|
||
|
# ],
|
||
|
#
|
||
|
# ]
|
||
|
#
|
||
|
#
|
||
|
#
|
||
|
#
|
||
|
#
|
||
|
#
|
||
|
#
|
||
|
|
||
|
[core]
|
||
|
clocks = "core/clocks/clocks.edm"
|
||
|
power_manager = "core/pm/pm.edm"
|
||
|
|
||
|
[drivers]
|
||
|
usart_sync = "usart/usart_sync/usart_sync.edm"
|
||
|
|