Skip to content

Commit

Permalink
nrfx 1.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nika-nordic committed Nov 19, 2021
1 parent d68126c commit 1aa7824
Show file tree
Hide file tree
Showing 284 changed files with 15,068 additions and 8,044 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog
All notable changes to this project are documented in this file.

## [1.9.0] - 2021-07-15
### Added
- Added high-drive pin configuration in the QSPI driver.
- Added report period setting of 1 sample in the QDEC HAL.

### Changed
- Updated MDK to version 8.40.3.

### Fixed
- Fixed register access sequence in the COMP driver.
- Fixed memory corruption when uninitialized channel was freed in the GPIOTE driver.
- Fixed a race condition in the NFCT driver when starting the transfer.

## [1.8.6] - 2020-08-31
### Added
- Implemented workaround for anomaly 223 in the USBD driver.
Expand Down
4 changes: 3 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Copyright (c) 2017 - 2020, Nordic Semiconductor ASA
Copyright (c) 2017 - 2021, Nordic Semiconductor ASA
All rights reserved.

SPDX-License-Identifier: BSD-3-Clause

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

Expand Down
2 changes: 1 addition & 1 deletion doc/nrfx.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ PROJECT_NAME = "nrfx"

### EDIT THIS ###

PROJECT_NUMBER = "1.8"
PROJECT_NUMBER = "1.9"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrf_bitmask.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2016 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2016 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_adc.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2015 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2015 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_clock.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2016 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2016 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_comp.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2015 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2015 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_dppi.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2018 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2018 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_gpiote.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2015 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2015 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_i2s.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2015 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2015 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_lpcomp.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2014 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2014 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
5 changes: 4 additions & 1 deletion drivers/include/nrfx_nfct.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2018 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2018 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down Expand Up @@ -232,6 +234,7 @@ void nrfx_nfct_rx(nrfx_nfct_data_desc_t const * p_rx_data);
*
* @retval NRFX_SUCCESS The operation was successful.
* @retval NRFX_ERROR_INVALID_LENGTH The TX buffer size is invalid.
* @retval NRFX_ERROR_BUSY Driver is already transferring.
*/
nrfx_err_t nrfx_nfct_tx(nrfx_nfct_data_desc_t const * p_tx_data,
nrf_nfct_frame_delay_mode_t delay_mode);
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_nvmc.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2019 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2019 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_pdm.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2015 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2015 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_power.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2017 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2017 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_power_clock.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2015 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2015 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_ppi.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2015 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2015 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_pwm.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2015 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2015 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_qdec.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2015 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2015 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_qspi.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2016 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2016 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_rng.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2016 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2016 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_rtc.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2014 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2014 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_saadc.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2015 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2015 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_saadc_v2.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2019 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2019 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_spi.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2015 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2015 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_spim.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2015 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2015 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_spis.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2015 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2015 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_swi.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2015 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2015 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_systick.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2016 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2016 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_temp.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2019 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2019 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_timer.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2015 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2015 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_twi.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2015 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2015 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_twi_twim.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2019 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2019 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_twim.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2015 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2015 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
4 changes: 3 additions & 1 deletion drivers/include/nrfx_twis.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (c) 2015 - 2020, Nordic Semiconductor ASA
* Copyright (c) 2015 - 2021, Nordic Semiconductor ASA
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
Expand Down
Loading

0 comments on commit 1aa7824

Please sign in to comment.