micropython/ports/nrf/modules
Stig Bjørlykke 98f790b03a nrf/timer: Fix disabling Timer 1 when using soft PWM.
Don't exclude the Timer instance 1 entry from machine_timer_obj[] when
using soft PWM. The usage is already checked when creating the Timer,
so just create an empty entry.
2019-02-02 11:15:52 +01:00
..
ble nrf: Update usage of mp_obj_new_str by removing last parameter. 2018-07-18 17:12:25 +10:00
board nrf: Shrink "<peripheral> does not exist" error messages. 2019-01-31 17:26:26 +11:00
machine nrf/timer: Fix disabling Timer 1 when using soft PWM. 2019-02-02 11:15:52 +01: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