Convert Spi and GFX to C++.

This commit is contained in:
JF
2019-12-07 17:11:50 +01:00
parent 0db16bd827
commit 6fbb6c8f70
13 changed files with 308 additions and 564 deletions

View File

@@ -263,12 +263,6 @@ macro(nRF5x_setup)
)
list(APPEND SDK_SOURCE_FILES
"${NRF5_SDK_PATH}/components/libraries/gfx/nrf_gfx.c"
# "${NRF5_SDK_PATH}/integration/nrfx/legacy/nrf_drv_spi.c"
# "${NRF5_SDK_PATH}/modules/nrfx/drivers/src/nrfx_spim.c"
# "${NRF5_SDK_PATH}/modules/nrfx/drivers/src/prs/nrfx_prs.c"
# "${NRF5_SDK_PATH}/components/drivers_ext/st7735/st7735.c"
"${NRF5_SDK_PATH}/external/thedotfactory_fonts/orkney24pts.c"
)