Merge pull request #57 from Hedda/patch-1

nrf2480 / nrf2833  -> nRF52840 / nRF52833
This commit is contained in:
rbaron 2022-09-09 17:00:59 +02:00 committed by GitHub
commit b0cbba00c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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: