1. Packs
  2. nRF_DeviceFamilyPack

Change Log

Version 8.44.1

Get Pack
        Bug introduced in 8.44.0, where .ld files would cause syntax error, fixed.    
        Added header guards in system.h files to stop assembly code from including C code

Version 8.44.0: Nov. 15, 2021

Get Pack
        Added missing nrf*_erratas.h files to the IAR installer.    
      In system_nrf52.c, fixed APPROTECT handling for nrf52805, nrf52810, and nrf52811 devices.    
        updated gcc linker scripts.    
        Updated nrf5340 svd files.    
        In nrf9160_peripherals.h, updated UARTE*_EASYDMA_MAXCNT_SIZE, TWIM*_EASYDMA_MAXCNT_SIZE, TWIS*_EASYDMA_MAXCNT_SIZE, SPIM*_EASYDMA_MAXCNT_SIZE, and SPIS*_EASYDMA_MAXCNT_SIZE from 12 to 13    
        Updated property groups in SeggerPack to use RWX instead of RAM[n].

Version 8.43.0: Oct. 5, 2021

Get Pack
      Support hardened approtect for nrf52805, nrf52810, nrf52811.    
      Update SVD/header files for nrf52805, and nRF52810.    
      Update errata headers.    
      In system_nrf9160.c, include correct errata header. Previously included nrf53_erratas.h.    
      In system_nrf9160.c, make all uint32_t * pointer accesses in trace setup volatile.    
      In nrf9160_peripehrals.h and nrf5340_application_peripherals.h, add macro SPU_RAMREGION_SIZE.    
      In system_nrf5340.c, and system_nrf9160.c use macro SPU_RAMREGION_SIZE from peripherals header.

Version 8.42.0: Aug. 11, 2021

Get Pack
    
      Updated DPPI_CH_NUM from 16 to 32 in nrf5340_network_peripherals.h    
      Use correct bitfield defines in system_nrf53_approtect.h.    
      In system_nrf*.c, include family-specific errata header instead of general nrf_erratas.h. This reduces size of system_nrf.c when compiling without optimization.    
      Rename nrf52_errata_249 and nrf52_errata_254 to nrf52_configuration_249 and nrf52_configuration_254.    
       In nrf52_erratas.h, update errata 236 and configurations 249, 254.    
      Mirror NRF_FICR_S to RAM at secure startup so that the contents of FICR can also be accessed by NS code.    
      Allow errata functions to be called in nonsecure contexts in devices with TrustZone

Version 8.41.0: July 21, 2021

Get Pack
      Update SVD files for nRF52832, nRF52820, nRF52833, nRF52840, and nRF5340

Version 8.40.3: May 18, 2021

Get Pack
    
      Added errata function nrf52_errata_254.

Version 8.40.2: April 29, 2021

Get Pack
      In nRF52811, nRF52810, nRF52805 add NRF_APPROTECT peripheral so that it is possible to compile with DEVELOP_IN for a device that implements hardened AP PROTECT.    
      Fix issue where not all AP-PROTECT files were bundled with MDK.

Version 8.40.1: April 13, 2021

Get Pack
      Update errata functions.    
      In riscv_encoding.h, updated csr function

Version 8.40.0: Feb. 25, 2021

Get Pack
      Added SPDX tag to BSD license    
      Update SVD files for nRF52832, nRF52820, nRF52833, nRF52840, and nRF5340    
      Update errata functions.    
      Fixed bug where NFC pins would not be set to GPIO when using DEVELOP_IN_NRF52832 with NRF52810_XXAA, or DEVELOP_IN_NRF52840 with NRF52811_XXAA.

Version 8.39.0: Feb. 8, 2021

Get Pack
      Update errata functions.

Version 8.38.0: Dec. 17, 2020

Get Pack
      Update nrf5340 svd and header files.    
      nRF5340 serial interrupt names have been modified, they are now called SERIAL0, SERIAL1 etc. instead of
      SPIM0_SPIS0_TWIM0_TWIS0_UARTE0, SPIM1_SPIS1_TWIM1_TWIS1_UARTE1.    
      Add nrf5340_application_name_change.h and nrf5340_network_name_change.h that introduces redirects for deprecated interrupt names.    
      In nrf5340_application_peripherals.h add macro CLOCK_FEATURE_HFCLK_DIVIDE_PRESENT
        to indicate support for variable clock frequency.    
      In nrf53_erratas.h, add function nrf53_errata_122.

Version 8.37.0: Nov. 2, 2020

Get Pack
      Update errata functions.    
      Add handling for new nRF53 approtect mechanism in system_init() functions.    
      Add function nrf53_errata_121().

Version 8.36.1: Oct. 2, 2020

Get Pack
      In nrf.h, fixed bug where in some circumstances, certain macros for nRF5340 would not be set.

Version 8.36.0: Sept. 23, 2020

Get Pack
    
      In compiler_abstraction.h, removed __LINT__ compiler guard around NRF_STATIC_ASSERT. Define NRF_STATIC_ASSERT before including compiler_abstraction.h to get equivalent behavior.    
      In CMake package, fix issue where CMSIS library detection in example project didn't work.    
      Made system_nrf52.c the common system.c file of the nRF52 family.        
      Fix wrong values for EASYDMA_MAXCNT values in nrf52820_peripherals.h    
      Fixed issue where compiler_abstractions.h did not compile in c++ mode in some compilers due to a missing C symbol.    
      For each errata, added macro NRFXX_ERRATA_XX_PRESENT NRFXX_ERRATA_XX_ENABLE_WORKAROUND

Version 8.35.0: Aug. 14, 2020

Get Pack
      Updated SVDConv used to generate nrf*.h files.        
      In nrf52805_peripherals.h, corrected SPI_COUNT, SPIM_COUNT, SPIS_COUNT from 2 to 1.    
      Added default behaviour to errata checks.    
      Updated nRF52 errata functions    
      Added errata functions nrf52_errata_232, nrf52_errata_248, nrf53_errata_91, and nrf53_errata_113, nrf53_errata_119            
      Update POWER_FEATURE_RAM_REGISTERS_COUNT and BPROT_REGIONS_NUM in nrf52832_peripherals.h. They are now correct also when compiling for nRF52832_xxab.    
      Remove host compiler guards in nrf.h and nrf_peripherals.h.    
      In compiler_abstraction.h, added macros NRF_STRING_CONCATENATE and NRF_STATIC_ASSERT.    
      In compiler_abstraction.h, added macros NRF_MDK_VERSION_ASSERT_AT_LEAST and NRF_MDK_VERSION_ASSERT_EXACT.    
       In nrf_erratas.h, add assertion that the MDK is at least v8.34.0, so it has the required macros used in nrf_erratas.h    
      In common linker script files (nrf*_common.ld), align __etext segment to a 32 bit boundary.    
      Fix issue where some header files were missing white space in license section.    
      In nRF52805 removed nonexistent event RADIO.EVENTS_MHRMATCH from header files and svd.

Version 8.34.1: May 25, 2020

Get Pack
      Single-core devices were missing from list of supported devices. Issue was introduced in 8.33.0.

Version 8.34.0: May 22, 2020

Get Pack
      Added RADIO_TXPOWER_TXPOWER_Max macro to *_peripherals.h    
      In nrf52840, added event RADIO->EVENTS_SYNC    
      Update nRF5340 svd and header files.    
      Add errata functions nrf52_errata_223, nrf52_errata_233, nrf52_errata_236, nrf52_errata_237, nrf53_errata_86, nrf53_errata_87, nrf53_errata_109, nrf53_errata_114, nrf53_errata_115, nrf53_errata_116.

Version 8.33.0: April 1, 2020

Get Pack
      In nrf52820_peripherals.h, removed POWER_FEATURE_VDDH_DCDC_PRESENT macro    
      In nrf52810_to_nrf52811.h, fix use of invalid name in name remapping of TWIM0_TWIS0_IRQHandler    
      nRF52 series devices with no FPU were listed as not having DSP capabilities. They are now listed with DSP.        
      Add errata functions nrf53_errata_31, nrf53_errata_34, nrf53_errata_36, nrf53_errata_52, nrf53_errata_76, nrf53_errata_77, nrf53_errata_85, nrf53_errata_93, nrf53_errata_103, nrf53_errata_105, nrf53_errata_106, and nrf53_errata_110.

Version 8.32.3: July 9, 2020

Get Pack
      Updated nrf52_erratas.h

Version 8.32.2: July 2, 2020

Get Pack
      Add errata function nrf52_errata_211.

Version 8.32.1: March 4, 2020

Get Pack
      In bitfield headers, fix license header showing replacement tag {year} instead of current year. Introduced in 8.32.0.    
      In device system headers, some files had the wrong header guard name. Introduced in 8.32.0, fixed.

Version 8.32.0: March 2, 2020

Get Pack
      Set default SWD settings per family.    
      Set access port for devices with more than one core.    
      Added device nRF52820    
      Update license header current year to 2020    
      Add errata functions nrf53_errata2, nrf91_errata32, and nrf91_errata33.

Version 8.31.0: Feb. 25, 2020

Get Pack
      In nRF52 series device header files, set macro DSP_PRESENT to 1 if it was not already 1. DSP is a mandatory feature in Cortex-M4.                
      For nrf5340_xxaa_application and nrf5340_xxaa_network, define macro NRF5340_XXAA if not already defined.    
      For nrf5340_xxaa_application, define macro NRF_APPLICATION if not already defined.    
      For nrf5340_xxaa_network, define macro NRF_NETWORK if not already defined.    
      In system_nrf5340_application.c add workaround for errata 97    
      In nrf5340_application_peripherals.h and nrf5340_network_peripherals.h, corrected IPC_GPMEM_NUM from 4 to 2.    
      Update nrf52_erratas.h.    
      Update nrf53_erratas.h.    
      In nrf5340_application_peripherals.h and nrf5340_network_peripherals.h, updated implemented number of pins on P1 from 12 to 16    
      Update svd files and related header files for nRF5340 application.    
      Update svd files and related header files for nRF5340 network.    
      In compiler_abstractions.h update gcc_current_sp to use only inline assembly. Function did not work as intended in Clang before this change.

Version 8.30.2: Jan. 17, 2020

Get Pack
      In nrf5340_application_peripherals.h, updated QDEC_COUNT.    
      In nrf*_peripherals.h, P0_FEATURE_PINS_PRESENT macro has undefined behaviour when P0_PIN_NUM is 32. Fixed.    
      In nrf5340_application_peripherals.h, added PWM3_EASYDMA_MAXCNT_SIZE, PWM3_CH_NUM and updated PWM_COUNT    
      In system_nrf5340_application.c, fixed incorrect initialization of SystemCoreClock variable.    
      In nrf9160_peripherals.h, removed erroneously added OSCILLATORS_PRESENT and OSCILLATORS_COUNT macros.    
      In system_nrf5340_application.c and system_nrf5340_network.c, updated upper index for TRIMCNF array in FICR trim value loading loop.

Version 8.30.1: Dec. 16, 2019

Get Pack
      In nrf5340_peripherals.h, added OSCILLATORS_PRESENT and OSCILLATORS_COUNT macros    
      In nrf5340_peripherals.h, added macros to reflect new serial boxes.    
      In nrf9160_peripherals.h, added OSCILLATORS_PRESENT and OSCILLATORS_COUNT macros

Version 8.30.0: Dec. 6, 2019

Get Pack
       Update svd files and related header files nrf5340_application.svd    
       Update svd files and related header files nrf5340_network.svd            
        Replaced device specific errata files with family specific ones.    
      Update *_erratas.h with new errata handlers.    
        In system*.c files, renamed errata_* to "family"_errata_*    
        In GCC startup files, mark section .isr_vector as "ax".    
        In system_nrf5340_application.c, update workarounds for errata 64.    
        In system_nrf5340_application.c, add workaround for errata 69.    
        In system_nrf51.c, add call to SystemCoreClockUpdate() at end of SystemInit() to align with other families.    
       For devices supporting IEEE 802.15.4 added RADIO_FEATURE_IEEE_802_15_4_PRESENT macro    
       In nrf5340_application_peripherals.h, Added USBREG_PRESENT and USBREG_COUNT    
       In nrf9160_peripherals.h, updated value of *_EASYDMA_MAXCNT_SIZE macros    
        In peripherals.h, add P#_FEATURE_PINS_PRESENT. P#_FEATURE_PINS_PRESENT is a bitfield where the available pins in P# are set high.    
       Update svd files and related header files for nrf52833.svd

Version 8.29.0: Oct. 23, 2019

Get Pack
       PDSC <components> elements didn't have descriptions. Fixed.    
      Add new header nrf_erratas.h. includes functions to check if an errata affects the device you're running on.    
      In compiler_abstractions.h, add macro __UNUSED. __UNUSED marks an object as unused for the compiler, see GCC's __attribute__((unused)) for example.    
      In system_nrf*.c files, use nrf_erratas.h to check for erratas where possible.    
      Flashing algorithm didn't recognize nRF52833. Fixed    
      Update supported devices for flashing algorithm.    
        Add code ram as new section in applicable processors                
        For nRF9160, add workaround for errata 31.

Version 8.28.0: Oct. 3, 2019

Get Pack
      In nrf9160_peripherals.h, Added IPC_CONF_NUM macro    
      In nrf9160_peripherals.h, Added SAADC_CH_NUM macro    
      In system_nrf52810.c, remove ENABLE_SWO and ENABLE_TRACE features. Tracing not supported in nRF52810.    
      In device peripherals headers, add NVMC_PRESENT, NVMC_COUNT, and NVMC_FEATURE_CACHE_PRESENT where applicable.    
      In system_nrf52810.c, when developing in nRF52832, make sure NFC pins are mapped as GPIO.    
      In system_nrf52811.c, when developing in nRF52840, make sure NFC pins are mapped as GPIO.

Version 8.27.1: Oct. 17, 2019

Get Pack
      Fix programming algorithm for nRF52833

Version 8.27.0: Aug. 30, 2019

Get Pack
      Add new device nRF52833    
      Define VDDH_DCDC in nRF52840_peripherals

Version 8.26.1: Aug. 28, 2019

Get Pack
Revert deletion of nrf51xxx_peripherals headers    Revert addition of SPIM_PRESENT in nrf51_peripherals.h

Version 8.26.0: Aug. 20, 2019

Get Pack
      IDE support files are now automatically generated    
      nRF51 series now has separate Iar algorthm, Iar debugger and Iar linker files for all devices instead of common 51xxx files    
      Fixed errors in nrf52805_peripherals header file    
      Updated comments in system_nrfxxx.c files with link to infocenter    
      In system_nrf9160.c, fixed ENABLE_TRACE sequence.    
      Fixed bug where nrf51_to_nrf52810 had become nrf51_to_nrf52.

Version 8.25.1: July 15, 2019

Get Pack
      In system_nrf**.h , fix licence headers not containing a license. Introduced in MDK 8.25.0.    
      In nrf52810_name_change.h, add missing trailing newline.

Version 8.25.0: June 13, 2019

Get Pack
    
      Add support for device nRF52805    
      Use forward-slash, not backslash when specifying paths in Keil PDSC files.    
      Clean up conditions and components section of PDSC files.    
      Update svd files and related header files nrf52810.svd, nrf2811.svd, nrf52840.svd, nrf9160.svd    
      Add workarounds for errata 185 and 217 for device nRF52810    
      Remove unneccessary workaround for errata 108 for device nRF52811    
      Add workaround for errata 217 for device nRF52811    
      Update workarounds for errata 15 and 20 for device nRF9160    
      For nRF9160, when fixing UICR reset values, make sure to not do a flash-to-flash operation

Version 8.24.1: Feb. 6, 2019

Get Pack
      In system_nrf52811.c, add support for running nRF52811 code on an nRF52840 DK when macro DEVELOP_IN_NRF52840 is defined.    
      In system_nrf9160.c, add workaround for errata 20.    
      In system_nrf9160.c, fix issue where some errata fixes could be optimized away.    
      Fixed issue in Keil programming algorithms where UICR was never erased when a sector erase was requested.    
      Fixed issue in Keil programming algorithms where nRF9160 flashing algorithms were not visible.    
      Fixed issue in Keil programming algorithms where nrf51xxx_sde flashing algorithm was not visible.

Version 8.24.0: Feb. 1, 2019

Get Pack
    
      Fix issue where Keil programming algorithms failed to identify the device it ran on in nRF91 and nRF52 family devices.    
      Fix issue where when running nRF52810 code with DEVELOP_IN_NRF52832, some nRF52810 erratas were wrongly applied to nRF52832 devices.    
      In system_nrf52840.c, system_nrf52811.c, system_nrf52810.c, add a note explaining why some errata_x() functions always return true.    
      In system_nrf52810.c, add errata checks for nRF52810_xxAB.    
      In system_nrf9160.c, add support for ENABLE_SWO and ENABLE_TRACE macros to enable trace when compiling for secure code.    
      Update nrf52811 headers.

Version 8.23.2: Jan. 18, 2019

Get Pack
      No change, updated to follow MDK versioning.

Version 8.23.1: Jan. 17, 2019

Get Pack
      Updated support for nRF52840_xxAA.

Version 8.23.0: Jan. 11, 2019

Get Pack
      Updated support for nRF52840_xxAA.    
      Updated support for nRF52811_xxAA.    
      Updated support for nRF52810_xxAA.

Version 8.22.0: Jan. 4, 2019

Get Pack
      Added nrf52811 device.    
      Updated support for nRF52840_xxAA.    
      Updated support for nRF52810_xxAA.    
      Updated support for nRF9160_xxAA.

Version 8.21.1: Dec. 3, 2018

Get Pack
      No change, updated to follow MDK versioning.

Version 8.21.0: Nov. 28, 2018

Get Pack
      Updated nrf52xxx.flm.    
      Updated nrf52xxx_sde.flm.    
      Added nRF91 family.    
      Updated nrf52xxx_uicr.flm.    
      Updated nrf51xxx.flm.    
      Added nrf51xxx_sde.flm, equivalent in function to nrf51xxx_ecb flash loader.

Version 8.19.0: Oct. 19, 2018

Get Pack
      For nRF52 family, define macro __VTOR_PRESENT with value 1    
      For nRF52 family, define macro __DSP_PRESENT with value 0    
      For nRF51 family, define macro __VTOR_PRESENT with value 0    
      For nRF51 family, define macro __DSP_PRESENT with value 0

Version 8.18.0: Oct. 18, 2018

Get Pack
      No change, updated to follow MDK versioning.

Version 8.17.1: June 14, 2018

Get Pack
      Revert change where gcc startup files was changed to have non-capitalized file extensions.

Version 8.17.0: April 27, 2018

Get Pack
      For nRF52810, Add support for NVMC->ERASEPAGEPARTIAL feature.

Version 8.16.0: Feb. 27, 2018

Get Pack
      For nRF52840, remove register UICR->DCDCDRIVE0.    
      For nRF52840, update enumerator value RADIO->TXPOWER->neg30dBm from 0xD8 to 0xFF to solve value overlap with neg40dBm.    
      For nRF52840, add peripheral CC_HOST_RGF.

Version 8.15.4: Jan. 23, 2018

Get Pack
      Updated headers.    
      Corrected SVD error in USBD.

Version 8.15.3: Jan. 15, 2018

Get Pack
      Updated headers.    
      Given support for next version of nRF52840 devices.    
      Corrected SVD problems in serial interface debugging.

Version 8.15.2: Dec. 14, 2017

Get Pack
      Fixed false positive detection of nRF52832_xxAA_Rev2 on nRF52832_xxAA_Rev1 devices.    
      Support nRF52832_xxAA_Rev2 on nRF52810 with DEVELOP_ON_NRF52832.    
      Corrected name error for property SPIS0_EASYDMA_MAXCNT_SIZE in nrf51_peripherals headers.

Version 8.15.1: Nov. 23, 2017

Get Pack
      Updated header files.    
      Updated nrf52 startup code for nRF52832_xxAA_Rev2.    
      Updated nrf52840 startup code for nRF52832_xxAA_EngB.

Version 8.15.0: Oct. 3, 2017

Get Pack
      Updated header files.

Version 8.14.1: June 6, 2017

Get Pack
      Updated nrf52810 header files.

Version 8.14.0: May 12, 2017

Get Pack
      Updated nrf52832_peripherals.h file.    
      Updated nrf52840 startup and header files.    
      Added support for nRF52810_xxAA device.

Version 8.13.0: March 24, 2017

Get Pack
      Added device nRF52832_xxAB.    
      Added device nRF51801_xxAB.

Version 8.12.0: Feb. 22, 2017

Get Pack
      Fixed capabilities of device nRF52840_xxAA.    
      Corrected operating conditions and package information of different devices.    
      Added file startup_config.h and software component StartupConfig.

Version 8.11.1: Nov. 18, 2016

Get Pack
      Updated support for nRF52840_xxAA.    
      Other minor changes.

Version 8.11.0: Nov. 9, 2016

Get Pack
      Added support for nRF51824 device.    
      Added support for nRF52840 device.

Version 8.9.0: Sept. 30, 2016

Get Pack
      Added workaround for Errata 108.    
      Updated nrf52xxx.flm.    
      Updated nrf52xxx_sde.flm.    
      Updated nrf51 and nrf52 header files.

Version 8.7.1: July 15, 2016

Get Pack
      Added GCC linker files to pack.

Version 8.6.1: May 24, 2016

Get Pack
      Updated release version to adapt to MDK version.

Version 8.6.0: April 9, 2016

Get Pack
      Added new algorithm for nRF52 devices.

Version 8.5.0: Feb. 23, 2016

Get Pack
      Corrected url.    
      Added nRF51802_xxAA device.

Version 8.4.1: Feb. 19, 2016

Get Pack
      Updated release version to correct wrong date.

Version 8.4.0: Feb. 17, 2016

Get Pack
      Updated release version to adapt to MDK version.

Version 8.3.2: Dec. 16, 2015

Get Pack
      Updated release version to adapt to MDK version.

Version 8.3.1: Nov. 13, 2015

Get Pack
      Updated release version to adapt to MDK version.

Version 8.3.0: Nov. 9, 2015

Get Pack
      Updated release version to adapt to MDK version.

Version 8.2.0: Oct. 13, 2015

Get Pack
      Updated release version to adapt to MDK version.

Version 8.1.0: Oct. 9, 2015

Get Pack
      Updated release version to adapt to MDK version.

Version 8.0.5: Sept. 15, 2015

Get Pack
      Adapted pack to CMSIS 4.3 release.

Version 8.0.4: Sept. 9, 2015

Get Pack
      Fixed description of several devices.    
      Added missing interrupts in the interrupt vector in iar_startup_nrf52.s and gcc_startup_nrf52.S files.

Version 8.0.3: June 15, 2015

Get Pack
      Updated file system_nrf52.c.

Version 8.0.2: June 12, 2015

Get Pack
      Updated file system_nrf52.c.

Version 8.0.1: June 8, 2015

Get Pack
      Polished NRF52 description.

Version 8.0.0: May 27, 2015

Get Pack
      Added NRF52 devices.    
      Polished NRF51 descriptions and added for NRF52 devices.

Version 7.2.1: April 29, 2015

Get Pack
      Updated release version to adapt to MDK version.

Version 7.2.0: March 30, 2015

Get Pack
      Updated release version to adapt to MDK version.

Version 7.1.1: Feb. 13, 2015

Get Pack
      Updated release version to adapt to MDK version.

Version 7.1.0: Jan. 23, 2015

Get Pack
      Updated due to change of files.    
      Eliminated UICR component.

Version 7.0.0

Get Pack
      Test.

Version 6.2.1: Nov. 20, 2014

Get Pack
      Updated release version to adapt to MDK version.

Version 6.2.0: Nov. 15, 2014

Get Pack
      Updated release version to adapt to MDK version.    
      New release due to change of header files.

Version 1.1.4: Oct. 31, 2014

Get Pack
      Changed URL.    
      Added SPIM to SVD and header files.

Version 1.1.3: Oct. 24, 2014

Get Pack
      New release due to change of *_startup_nrf51.s files.

Version 1.1.2: Oct. 6, 2014

Get Pack
      New release due to change of files.

Version 1.1.1: June 30, 2014

Get Pack
      Updated nrf51xxx.flm    
      Added nrf51xxx_ecb.flm

Version 1.1.0: June 12, 2014

Get Pack
      Added device nRF51822_xxAC.    
      Added device nRF51422_xxAC.    
      Eliminated deprecated tag giving problems with Keil 5.11.

Version 1.0.4: May 28, 2014

Get Pack
      Minor changes in SVD only affecting the debug experience in keil.

Version 1.0.3: Feb. 21, 2014

Get Pack
      Added new device nRF51422_xxAB.

Version 1.0.2: Jan. 13, 2014

Get Pack
      Changed the license of the product.    
      Changed features of the product.

Version 1.0.1: Dec. 17, 2013

Get Pack
      Changed the condition for the series.

Version 1.0.0: Dec. 12, 2013

Get Pack
      First release.    
      Eliminated features until format is stable.

Version 0.0.2: Dec. 3, 2013

Get Pack
      Renamed Pack.    
      Added License.    
      Added features.    
      Added descriptions.    
      Added uicr_config.h component.

Version 0.0.1: Nov. 27, 2013

Get Pack
      First release of nRF ARM devices Device Family Pack for testing purposes.