Skip to content

Commit

Permalink
nrfx 1.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kl-cruz committed Jan 30, 2019
1 parent ed9d3fe commit a0dcb13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project are documented in this file.

## [1.6.1] - 2019-01-29
### Fixed
- Fixed an issue in the NFCT driver that caused a performance loss on nRF52832. The interrupt configuration is now properly restored after the NRFX_NFCT_EVT_FIELD_LOST event.

## [1.6.0] - 2019-01-18
### Added
- Added support for nRF52811.
Expand Down
3 changes: 3 additions & 0 deletions drivers/src/nrfx_nfct.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,9 @@ static inline void nrfx_nfct_reset(void)
// Restore interrupts.
nrf_nfct_int_enable(int_enabled);

// Disable interrupts associated with data exchange.
nrf_nfct_int_disable(NRFX_NFCT_RX_INT_MASK | NRFX_NFCT_TX_INT_MASK);

NRFX_LOG_INFO("Reinitialize");
}

Expand Down

0 comments on commit a0dcb13

Please sign in to comment.