diff --git a/code/b-parasite/Makefile b/code/b-parasite/Makefile index 72af3b9..a0fc737 100644 --- a/code/b-parasite/Makefile +++ b/code/b-parasite/Makefile @@ -1,6 +1,6 @@ # Supported platforms: -# * E73_2G4M08S1C (nrf2480, default) -# * E73_2G4M08S1E (nrf2833) +# * E73_2G4M08S1C (nRF52840, default) +# * E73_2G4M08S1E (nRF52833) # note: the missing whitespace after the = is on purpose here PLATFORM ?=E73_2G4M08S1C diff --git a/code/b-parasite/README.md b/code/b-parasite/README.md index b67220a..afb0f58 100644 --- a/code/b-parasite/README.md +++ b/code/b-parasite/README.md @@ -54,8 +54,8 @@ prst_config.h. # Supported Modules This code supports two E73 modules: - * E73-2G4M08S1C (nrf2480, default) - * E73-2G4M08S1E (nrf2833) + * E73-2G4M08S1C (nRF52840, default) + * E73-2G4M08S1E (nRF52833) To choose for which one you want to compile, just pass PLATFORM as an env variable to make, and set it to the platform you want to use. For example, to compile for E73-2G4M08S1E: