Merge pull request #57 from Hedda/patch-1
nrf2480 / nrf2833 -> nRF52840 / nRF52833
This commit is contained in:
commit
b0cbba00c4
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue