build.py: Switch to AnyAvrGcc.cmake
parent
0a0df081fb
commit
84e0394305
|
|
@ -140,7 +140,7 @@ class FirmwareBuildConfiguration(BuildConfiguration):
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def default_toolchain() -> Path:
|
def default_toolchain() -> Path:
|
||||||
return Path(
|
return Path(
|
||||||
__file__).resolve().parent.parent / 'cmake/GccArmNoneEabi.cmake'
|
__file__).resolve().parent.parent / 'cmake/AnyAvrGcc.cmake'
|
||||||
|
|
||||||
def get_cmake_cache_entries(self):
|
def get_cmake_cache_entries(self):
|
||||||
entries = []
|
entries = []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue