Lines Matching refs:to
2 All notable changes to this project are documented in this file.
17 - Updated MDK to 8.35.0.
31 …to use the nRF52833 DK in development for nRF52820. LEDs and buttons in this DK use GPIOs that are…
32 - Added the nrfx_reset_reason helper layer, to facilitate developing generic code that uses the RES…
34 - Added implicit casting of uint32_t to unsigned long in log messages, to prevent compiler warnings.
39 - Updated MDK to 8.32.1.
41 …during uninitialization of the drivers. Now every driver restores utilized pins to default setting.
43 - Changed selected while() loops to NRFX_WAIT_FOR() macro in the SPIM, UARTE and CLOCK drivers to i…
50 - Fixed spurious callback invocation when the SPIM driver was reinitialized to blocking mode from n…
54 - Fixed definition of the NRF_CLOCK_LFCLK_Synth value, to make it available also in builds for nRF5…
64 - Expanded HALs to cover new functions in nRF5340: GPIO, I2S, PDM, POWER, QSPI, and REGULATORS.
75 - Updated MDK to 8.30.2.
76 …es for different SoCs. Now they are included through one common file according to the selected SoC.
77 - Improved the UARTE driver to consume less current after the driver uninitialization. Now all cloc…
78 - Improved the GPIOTE driver robustness by setting the LATCH functionality to be used by default.
79 - Changed names of the frequency divider symbols in the QSPI HAL to reflect the new frequencies in …
94 - Added possibility to configure in UART and UARTE the number of stop bits and the type of parity, …
95 - Added function in the GPIO HAL for selecting the MCU to control the specified pin.
98 - Added possibility to choose TIMER instance used for workarounds in the NFCT driver.
101 - Updated MDK to 8.29.0.
102 - Enhanced PWM driver API: added the "p_context" parameter to the event handler.
103 - Updated address and task getters in all HALs to return values as uint32_t type.
104 - Updated all HAL functions to take the pointer to the structure of registers of the peripheral as …
105 - Changed __STATIC_INLINE symbol to NRF_STATIC_INLINE for HALs and NRFX_STATIC_INLINE for drivers.
107 - Refactored the WDT driver and HAL to support multiple instances.
108 - Changed nrfx_gpiote_init() function to take the interrupt priority as its parameter. Previously t…
109 …hanged nrf_usbd_ep_all_disable() function to disable really all endpoints. Use nrf_usbd_ep_default…
110 …and nrfx_gpiote_in_init() return codes. Now NRFX_ERROR_INVALID_STATE is changed to NRFX_ERROR_BUSY.
112 - Aligned symbol names for default IRQ priority in nrfx_config. These symbols are now adhering to t…
126 - Updated MDK to version 8.27.1.
127 - Moved the nrfx_gppi helper from helpers/nrfx_gppi/ to helpers/.
134 - Added the nrfx_gppi helper layer to facilitate developing generic code that can utilize PPI or DP…
137 - Updated MDK to version 8.27.0.
141 … the SENS_RES response could be violated after the NFCT peripheral was put to the Sleep state with…
151 - Added the CTSTARTED and CTSTOPPED events to the CLOCK HAL.
154 … that prevented setting the data payload size of isochronous endpoints to zero, to fulfill require…
155 - Declared the tx_buffer_length field in the UART driver's control block as volatile to prevent iss…
180 - Improved the UARTE driver to consume less current after the TX operation. Now at the end of the t…
182 - Changed to size_t the type used for holding the amount of data in the TWIS driver.
189 - Added the possibility to use the macro NRFX_COREDEP_DELAY_US_LOOP_CYCLES to specify the number of…
192 - Updated MDK to version 8.24.1.
203 - Added clearing of the STOPPED event in the nrfx_saadc_init() function to prevent driver deadlock …
210 - Updated MDK to version 8.23.1.
222 - Added support for DPPI subscription and publishing in HALs related to nRF9160.
226 - Updated MDK to version 8.21.1.
236 - Added possibility to completely remove interrupt handling from the WDT driver.
243 - Corrected the way of disabling interrupts in the NFCT driver when moving the peripheral to the di…
247 - Fixed a bug affecting the conversion of time to ticks in the TIMER HAL.
252 - Corrected calls to undefined macros in NFCT and USBD drivers.
262 - Moved the implementation of nrfx_power_clock_irq_handler() to nrfx_power.c, removed nrfx_power_cl…
291 - Updated MDK to version 8.17.0.
303 - Added the NRFX_WAIT_FOR macro to improve the time-out functionality in QSPI and SAADC drivers.
311 - Updated MDK to 8.16.0.
314 - Changed the RNG bias correction configuration option to be enabled by default.
316 - Corrected assertions in the TIMER driver to make it usable in debug version with PPI.
333 - Updated MDK to 8.15.0. Introduced Segger Embedded Studio startup files.
335 - Changed the type used for transfer lengths to 'size_t' in drivers: SPI, SPIM, SPIS, TWI, TWIM, TW…
341 - Fixed definitions related to compare channels in the TIMER HAL.
344 - Removed the possibility of passing NULL instead of configuration to get default settings during d…