diff --git a/README.md b/README.md index ec584184..6b1175c1 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,7 @@ Consequently, these, while generally more stable than the `feature/` or `tests/` Releases are selected tags intended to be stable and production-ready; and are the recommended ones to use for anyone implementing or using the CODAL codebase. Each GitHub Release changelog will include the changes since the previous Release (not for just that specific tag only), and the changelog will also include changes in the project dependencies (codal-core, codal-nrf52, codal-nrf-sdk) as these don't have individual changelogs. + +## Target Properties +### CONFIG_NFCT_PINS_AS_GPIOS +Controls the NFC functionality of the nRF52833, Comment/remove the line to enable the antenna and NFC capabilities. \ No newline at end of file diff --git a/target.json b/target.json index dce155d4..e28abd31 100644 --- a/target.json +++ b/target.json @@ -9,7 +9,7 @@ "config":{ "MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC": "NRF_LF_SRC_XTAL", "CONFIG_GPIO_AS_PINRESET": 1, - "CONFIG_NFCT_PINS_AS_GPIOS": 1, + "CONFIG_NFCT_PINS_AS_GPIOS": "ENABLED - Delete entire line to Disable", "DEVICE_SRAM_BASE":"0x20000000", "DEVICE_SRAM_END":"0x20020000", "DEVICE_STACK_BASE":"DEVICE_SRAM_END",