Skip to content

Commit

Permalink
nrfx 1.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kl-cruz committed Apr 1, 2019
1 parent 6f54f68 commit ab87d03
Show file tree
Hide file tree
Showing 116 changed files with 9,208 additions and 6,800 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog
All notable changes to this project are documented in this file.

## [1.7.0] - 2019-03-29
### Added
- Added drivers for NVMC and TEMP.
- Added HALs: AAR and FICR.
- Added support for the custom instruction long frame mode in the QSPI driver.

### Changed
- Reworked HAL for NVMC. Now it can be used for all SoCs supported by nrfx.
- Reworked HAL for TEMP.
- Improved documentation. Now it is more precise and can be generated without warnings with newer versions of doxygen.
- Improved the UARTE driver to consume less current after the TX operation. Now at the end of the transmission the transmitter is turned off by the STOPTX task.
- Improved C++ support in drivers. Now fields in structures are filled up in the correct order.
- Changed to size_t the type used for holding the amount of data in the TWIS driver.

### Fixed
- Fixed a race condition in the USBD driver. It could occur when an IN transfer was interrupted by an OUT transaction, which in turn was interrupted by a process with a higher priority.

## [1.6.2] - 2019-02-12
### Added
- Added the possibility to use the macro NRFX_COREDEP_DELAY_US_LOOP_CYCLES to specify the number of cycles consumed by one iteration of the internal loop in the function nrfx_coredep_delay_us().
Expand Down
Binary file modified doc/buildfiles/nordic_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions doc/drv_supp_matrix.dox
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ The following matrix shows which drivers are supported by specific Nordic SoCs.
@{

Driver | nRF51 Series | nRF52810/nRF52811 | nRF52832 | nRF52840 | nRF9160 |
-----------------|--------------|-------------------| -------------| -------------| -------------|
-----------------|--------------|-------------------|--------------|--------------|--------------|
@ref nrf_aar |@tagGreenTick |@tagGreenTick |@tagGreenTick |@tagGreenTick |@tagRedCross |
@ref nrf_adc |@tagGreenTick |@tagRedCross |@tagRedCross |@tagRedCross |@tagRedCross |
@ref nrf_acl |@tagRedCross |@tagRedCross |@tagRedCross |@tagGreenTick |@tagRedCross |
@ref nrf_bprot |@tagRedCross |@tagGreenTick |@tagGreenTick |@tagRedCross |@tagRedCross |
Expand All @@ -13,6 +14,7 @@ Driver | nRF51 Series | nRF52810/nRF52811 | nRF52832 | nRF52840
@ref nrf_comp |@tagRedCross |@tagGreenTick |@tagGreenTick |@tagGreenTick |@tagRedCross |
@ref nrf_dppi |@tagRedCross |@tagRedCross |@tagRedCross |@tagRedCross |@tagGreenTick |
@ref nrf_ecb |@tagGreenTick |@tagGreenTick |@tagGreenTick |@tagGreenTick |@tagRedCross |
@ref nrf_ficr |@tagGreenTick |@tagGreenTick |@tagGreenTick |@tagGreenTick |@tagGreenTick |
@ref nrf_gpio |@tagGreenTick |@tagGreenTick |@tagGreenTick |@tagGreenTick |@tagGreenTick |
@ref nrf_gpiote |@tagGreenTick |@tagGreenTick |@tagGreenTick |@tagGreenTick |@tagGreenTick |
@ref nrf_i2s |@tagRedCross |@tagRedCross |@tagGreenTick |@tagGreenTick |@tagGreenTick |
Expand All @@ -21,7 +23,7 @@ Driver | nRF51 Series | nRF52810/nRF52811 | nRF52832 | nRF52840
@ref nrf_mpu |@tagGreenTick |@tagRedCross |@tagRedCross |@tagRedCross |@tagRedCross |
@ref nrf_mwu |@tagRedCross |@tagRedCross |@tagGreenTick |@tagGreenTick |@tagRedCross |
@ref nrf_nfct |@tagRedCross |@tagRedCross |@tagGreenTick |@tagGreenTick |@tagRedCross |
@ref nrf_nvmc |@tagGreenTick |@tagGreenTick |@tagGreenTick |@tagGreenTick |@tagRedCross |
@ref nrf_nvmc |@tagGreenTick |@tagGreenTick |@tagGreenTick |@tagGreenTick |@tagGreenTick |
@ref nrf_pdm |@tagRedCross |@tagGreenTick |@tagGreenTick |@tagGreenTick |@tagGreenTick |
@ref nrf_power |@tagGreenTick |@tagGreenTick |@tagGreenTick |@tagGreenTick |@tagGreenTick |
@ref nrf_ppi |@tagGreenTick |@tagGreenTick |@tagGreenTick |@tagGreenTick |@tagRedCross |
Expand Down
4 changes: 4 additions & 0 deletions doc/nrf51_series.dox
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
@page nrf51_series_drivers nRF51 Series Drivers
@{

@ref nrf_aar

@ref nrf_adc

@ref nrf_ccm
Expand All @@ -10,6 +12,8 @@

@ref nrf_ecb

@ref nrf_ficr

@ref nrf_gpio

@ref nrf_gpiote
Expand Down
4 changes: 4 additions & 0 deletions doc/nrf52810.dox
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
@page nrf52810_drivers nRF52810/nRF52811 Drivers
@{

@ref nrf_aar

@ref nrf_bprot

@ref nrf_ccm
Expand All @@ -12,6 +14,8 @@

@ref nrf_ecb

@ref nrf_ficr

@ref nrf_gpio

@ref nrf_gpiote
Expand Down
4 changes: 4 additions & 0 deletions doc/nrf52832.dox
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
@page nrf52832_drivers nRF52832 Drivers
@{

@ref nrf_aar

@ref nrf_bprot

@ref nrf_ccm
Expand All @@ -12,6 +14,8 @@

@ref nrf_ecb

@ref nrf_ficr

@ref nrf_gpio

@ref nrf_gpiote
Expand Down
4 changes: 4 additions & 0 deletions doc/nrf52840.dox
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
@page nrf52840_drivers nRF52840 Drivers
@{

@ref nrf_aar

@ref nrf_acl

@ref nrf_ccm
Expand All @@ -12,6 +14,8 @@

@ref nrf_ecb

@ref nrf_ficr

@ref nrf_gpio

@ref nrf_gpiote
Expand Down
4 changes: 4 additions & 0 deletions doc/nrf9160.dox
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

@ref nrf_dppi

@ref nrf_ficr

@ref nrf_gpio

@ref nrf_gpiote
Expand All @@ -16,6 +18,8 @@

@ref nrf_kmu

@ref nrf_nvmc

@ref nrf_pdm

@ref nrf_power
Expand Down
Loading

0 comments on commit ab87d03

Please sign in to comment.