From 314a7f2fe36d868de1d353aa9d2b6e297108f80e Mon Sep 17 00:00:00 2001 From: Hedda Date: Fri, 9 Sep 2022 16:51:33 +0200 Subject: [PATCH 1/2] README.md nrf2480 -> nRF52840 README.md nrf2480 -> nRF52840 --- code/b-parasite/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: From c3395389139a5a41907889659742333902acb498 Mon Sep 17 00:00:00 2001 From: Hedda Date: Fri, 9 Sep 2022 16:53:01 +0200 Subject: [PATCH 2/2] Makefile comment nrf2480 -> nRF52840 Makefile comment nrf2480 -> nRF52840 --- code/b-parasite/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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