Compare commits
No commits in common. '5377968402fe03259ac28c97b8574847329eacd0' and '8e3822ec560474565ae417faf06d86e3d2f8c7b7' have entirely different histories.
5377968402
...
8e3822ec56
@ -1,18 +0,0 @@
|
|||||||
# eSF Module Manifest
|
|
||||||
# The emm format is to make attaching drivers to projects easier.
|
|
||||||
# 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
|
|
||||||
|
|
||||||
[core]
|
|
||||||
clocks = "core/clocks/clocks.edm"
|
|
||||||
power_manager = "core/power_manager/pm.edm"
|
|
||||||
|
|
||||||
[drivers]
|
|
||||||
usart_sync = "usart/usart_sync/usart_sync.edm"
|
|
||||||
usart_async = "usart/usart_async/usart_async.edm"
|
|
||||||
usart_dma = "usart/usart_dma/usart_dma.edm"
|
|
||||||
|
|
||||||
[libraries]
|
|
||||||
|
|
Loading…
Reference in New Issue