micropython/ports/nrf/boards/pca10031
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
..
mpconfigboard.h nrf/modules/random: Rename port config for RNG 2018-07-18 17:12:26 +10:00
mpconfigboard.mk nrf: Make linker scripts more modular. 2018-07-18 17:12:26 +10:00
pins.csv nrf: Remove port member from Pin object 2018-07-18 17:12:26 +10:00