Consolidate shared HALs and isolate HAL compile (#11552)
This commit is contained in:
committed by
Scott Lahteine
parent
dfe18ac633
commit
0456caf0ad
@@ -24,7 +24,7 @@ boards_dir = buildroot/share/PlatformIO/boards
|
||||
env_default = megaatmega2560
|
||||
|
||||
[common]
|
||||
default_src_filter = +<src/*> -<src/config>
|
||||
default_src_filter = +<src/*> -<src/config> -<src/HAL> +<src/HAL/shared>
|
||||
build_flags = -fmax-errors=5
|
||||
-g
|
||||
-ggdb
|
||||
|
Reference in New Issue
Block a user