Skip to content

NFC to GPIO target.json comprehension issue #465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion target.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down