circuitpython/ports/nrf/modules
Nguyen Hoan Hoang 9a6f6fd68d nrf/boards: Add support for BLYST Nano module based boards.
- IBK-BLYST-NANO: Breakout board
- IDK-BLYST-NANO: DevKit board with builtin IDAP-M CMSIS-DAP Debug JTAG,
  RGB led
- BLUEIO-TAG-EVIM: Sensor tag board (environmental sensor
  (T, H, P, Air quality) + 9 axis motion sensor)

Also, the LED module has been updated to support individual base level
configuration of each LED. If set, this will be used instead of the
common configuration, MICROPY_HW_LED_PULLUP. The new configuration,
MICROPY_HW_LEDX_LEVEL, where X is the LED number can be used to set
the base level of the specific LED.
2019-05-02 22:33:44 +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/boards: Add support for BLYST Nano module based boards. 2019-05-02 22:33:44 +02:00
machine nrf/pwm: Remove superfluous NULL in machine_hard_pwm_instances. 2019-02-20 22:52:18 +01:00
music ports: Convert legacy uppercase macro names to lowercase. 2019-02-12 14:54:51 +11:00
random nrf: Properly use (void) instead of () for function definitions. 2018-07-20 14:11:28 +10:00
ubluepy ports: Convert legacy uppercase macro names to lowercase. 2019-02-12 14:54:51 +11: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