micropython/ports/nrf/modules/ubluepy
Ayke van Laethem 2f0f4fdcd3
nrf: Use mp_raise_ValueError instead of nlr_raise(...)
Saves 60 bytes on the nRF52 with SD disabled. There will be a bigger
saving with SD enabled and/or on the micro:bit board.
2018-07-18 15:25:17 +02:00
..
modubluepy.c
modubluepy.h nrf: Move pyb module to boards module 2018-07-18 17:12:26 +10:00
ubluepy_characteristic.c nrf: Use mp_raise_ValueError instead of nlr_raise(...) 2018-07-18 15:25:17 +02:00
ubluepy_constants.c
ubluepy_delegate.c
ubluepy_descriptor.c
ubluepy_peripheral.c
ubluepy_scan_entry.c
ubluepy_scanner.c nrf/bluetooth: Add support for s132/s140 v6, remove s132 v2/3/5 2018-07-18 17:12:26 +10:00
ubluepy_service.c nrf: Use mp_raise_ValueError instead of nlr_raise(...) 2018-07-18 15:25:17 +02:00
ubluepy_uuid.c nrf: Use mp_raise_ValueError instead of nlr_raise(...) 2018-07-18 15:25:17 +02:00