Nrf52840dk and nrf9160dk and Thingy91

Hi,First a little bug
in Zephyr 2.3 the board nrf52840_pca10056 has been redefined to nrf52840dk_nrf52840. Can you please update nrf52840_dk.json to reflect this.
Zephyr now recommends that in the CmakeLists.txt file we use
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
instead of
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE).

Can you please add the following boards to platformio

  1. thingy91
  2. nrf9160dk_nrf52840
  3. nrf9160dk_nrf9160 and the nrf9160dk_nrf9160ns version.
  4. There is a new family called NRF91 for the nrf9160. I am not sure if this needs to be updated in platformio though.

If possible, please add the above boards asap, as I really need them and also I am unsure how to add all the nrf9160 stuff. Let me know and I can test them.

Thanks in advance,
:slight_smile:

Raise bugs at Issues · platformio/platform-nordicnrf52 · GitHub please.