circuitpython/ports/nrf/boards
Glenn Ruben Bakke 0f7da42c75 nrf/modules/random: Rename port config for RNG
Renaming config for enabling random module with hw
random number generator from MICROPY_PY_HW_RNG to
MICROPY_PY_RANDOM_HW_RNG to indicate which module it
is configuring.

Also, disabling the config by default in mpconfigport.h.

Adding the enable of RNG in all board configs.

Moving ifdef in modrandom, which test for the config being
set, earlier in the code. This is to prevent un-necessary
includes if not needed.
2018-07-18 17:12:26 +10:00
..
arduino_primo nrf/modules/random: Rename port config for RNG 2018-07-18 17:12:26 +10:00
dvk_bl652 nrf/modules/random: Rename port config for RNG 2018-07-18 17:12:26 +10:00
feather52 nrf/modules/random: Rename port config for RNG 2018-07-18 17:12:26 +10:00
microbit nrf/modules/random: Rename port config for RNG 2018-07-18 17:12:26 +10:00
pca10000 nrf/modules/random: Rename port config for RNG 2018-07-18 17:12:26 +10:00
pca10001 nrf/modules/random: Rename port config for RNG 2018-07-18 17:12:26 +10:00
pca10028 nrf/modules/random: Rename port config for RNG 2018-07-18 17:12:26 +10:00
pca10031 nrf/modules/random: Rename port config for RNG 2018-07-18 17:12:26 +10:00
pca10040 nrf/modules/random: Rename port config for RNG 2018-07-18 17:12:26 +10:00
pca10056 nrf/modules/random: Rename port config for RNG 2018-07-18 17:12:26 +10:00
wt51822_s4at nrf/modules/random: Rename port config for RNG 2018-07-18 17:12:26 +10:00
common.ld nrf: Make linker scripts more modular. 2018-07-18 17:12:26 +10:00
make-pins.py nrf/modules/machine/pin: Add support for IRQ on Pin's 2018-07-18 17:12:26 +10:00
memory.ld nrf: Make linker scripts more modular. 2018-07-18 17:12:26 +10:00
nrf51_prefix.c nrf: Remove port member from Pin object 2018-07-18 17:12:26 +10:00
nrf51x22_256k_16k.ld nrf: Make linker scripts more modular. 2018-07-18 17:12:26 +10:00
nrf51x22_256k_32k.ld nrf: Make linker scripts more modular. 2018-07-18 17:12:26 +10:00
nrf52_prefix.c nrf: Remove port member from Pin object 2018-07-18 17:12:26 +10:00
nrf52832_512k_64k_s132_5.0.0.ld nrf: Fix stack size in ld script and enable MICROPY_STACK_CHECK. 2018-07-18 17:12:25 +10:00
nrf52832_512k_64k.ld nrf: Make linker scripts more modular. 2018-07-18 17:12:26 +10:00
nrf52840_1M_256k.ld nrf: Make linker scripts more modular. 2018-07-18 17:12:26 +10:00
s110_8.0.0.ld nrf: Make linker scripts more modular. 2018-07-18 17:12:26 +10:00
s132_3.0.0.ld nrf: Make linker scripts more modular. 2018-07-18 17:12:26 +10:00