Initial Boca Research BocaRAM/AT support

This commit is contained in:
Jasmine Iwanek
2022-01-26 23:24:19 -05:00
parent 8cfa086c5a
commit abce83ad34
4 changed files with 108 additions and 1 deletions

View File

@@ -29,4 +29,8 @@ endif()
if(ISAMEM_IAB)
target_compile_definitions(dev PRIVATE USE_ISAMEM_IAB)
endif()
endif()
if(ISAMEM_BRAT)
target_compile_definitions(dev PRIVATE USE_ISAMEM_BRAT)
endif()