circuitpython/ports/nrf/common-hal
arturo182 eceb21a017 bleio: Don't register the services until needed
Because of the very specific way nRF requires service registration
(characteristics can be added only to last added service), we would
have to write the Python code in a specific way. With this patch the
user has more freedom.
2018-10-21 16:00:04 +02:00
..
analogio fix copyright notice 2018-10-16 11:09:37 -04:00
bleio bleio: Don't register the services until needed 2018-10-21 16:00:04 +02:00
board PulseOut working 2018-10-16 11:05:02 -04:00
busio PulseOut working 2018-10-16 11:05:02 -04:00
digitalio use open-drain capabilities on GPIO; clean up board init; set correct GPIO voltage 2018-09-09 15:01:28 -04:00
microcontroller generalize # of ports; remove atmel neopixel code; remove pin name in mc_pin_obj_t 2018-09-04 16:43:21 -04:00
neopixel_write neopixel_write merge; alphabetize stuff in Makefile 2018-09-05 17:38:59 -04:00
os nrf: Rewrite the os common-hal using nrfx 2018-06-27 21:01:07 +02:00
pulseio PulseOut working 2018-10-16 11:05:02 -04:00
storage implement filesystem_writable_by_python() 2018-07-06 13:01:07 +07:00
supervisor replacing change to input() with separate method to check for USB Serial input 2018-10-09 18:37:52 -04:00
time nrf: Remove the old time hal and replace with nRFx 2018-07-10 14:59:10 +02:00
usb_hid Fix nrf and unix 2018-08-16 17:41:38 -07:00