circuitpython/ports/nrf/modules
Stig Bjørlykke 7f0c5f2ef9 nrf: Enable all PWM, RTC and Timer instances for nrf52840.
The NRF52 define only covers nrf52832, so update the define checks
to use NRF52_SERIES to cover both nrf52832 and nrf52840.

Fixed machine_hard_pwm_instances table in modules/machine/pwm.c

This enables PWM(0) to PWM(3), RTCounter(2), Timer(3) and Timer(4),
in addition to NFC reset cause, on nrf52840.
2018-08-01 14:36:07 +02:00
..
ble nrf: Update usage of mp_obj_new_str by removing last parameter. 2018-07-18 17:12:25 +10:00
board nrf: Move pyb module to boards module 2018-07-18 17:12:26 +10:00
machine nrf: Enable all PWM, RTC and Timer instances for nrf52840. 2018-08-01 14:36:07 +02:00
music nrf: Quick-fix on const objects with open array dimension in objtuples. 2018-07-18 17:12:26 +10:00
random nrf: Properly use (void) instead of () for function definitions. 2018-07-20 14:11:28 +10:00
ubluepy nrf: Use mp_raise_ValueError instead of nlr_raise(...) 2018-07-18 15:25:17 +02:00
uos nrf/uos: Add mbfs __enter__ and __exit__ handlers. 2018-08-01 14:12:34 +02:00
utime nrf: Replace custom-HAL with nrfx-HAL 2018-07-18 17:12:26 +10:00