1# Changelog 2All notable changes to this project are documented in this file. 3 4## [3.0.0] - 2023-04-21 5### Changed 6- Applied nrfx 3.0 changes to existing samples for the following drivers: GPPI, SAADC, SPIM, TIMER, TWIM, TWIS. 7- Removed support for the nRF5340 in the maximum performance SAADC sample. 8 9## [2.11.0] - 2023-04-07 10### Added 11- Added `pinctrl` definitions to align with pin handling changes introduced in the Zephyr RTOS. Pins utilized by samples are still defined through symbols from the `nrfx_examples.h` file. 12 13### Changed 14- Refactored code responsible for enabling interrupts in the Zephyr RTOS environment. Now the dedicated `NRFX_{PERIPH}_INST_HANDLER_GET()` macro is used. 15 16## [2.10.0] - 2022-10-25 17### Added 18- Added this CHANGELOG.md file. 19- Added README.md file with introduction and configuration. 20- Added README.md file with description for each sample. 21- Added documentation generated using Doxygen tool. 22- Added documentation generated using Breathe and Sphinx tools. 23- Added sample for the EGU driver. 24- Added sample for the RNG driver. 25- Added below samples for the TIMER driver: 26 - counter 27 - timer 28- Added below samples for the TEMP driver: 29 - blocking 30 - non-blocking 31- Added below samples for the PWM driver: 32 - common mode 33 - grouped mode 34- Added below samples for the GPPI driver: 35 - one-to-one 36 - fork 37- Added below samples for the SPIM driver: 38 - blocking 39 - non-blocking 40- Added below samples for the SPIM and SPIS drivers: 41 - non-blocking 42 - advanced non-blocking 43- Added below samples for the TWIM and TWIS drivers: 44 - tx-rx blocking 45 - tx-rx non-blocking 46 - tx-rx 47 - tx-tx 48- Added below samples for the UARTE driver: 49 - rx double-buffered 50 - tx-rx non-blocking 51- Added below samples for the SAADC driver: 52 - simple blocking 53 - simple non-blocking 54 - advanced blocking 55 - advanced non-blocking with internal timer 56 - maximum performance 57