intel-iot-devkit / zupm

UPM C Driver staging repository for Zephyr. These drivers require ZMRAA and include Zephyr examples and project configuration files.
MIT License
3 stars 5 forks source link

Pin Access on Zephyr #5

Open malikabhi05 opened 8 years ago

malikabhi05 commented 8 years ago

The ARC core might not have access to all the GPIO pins on the Arduino 101 board. Issue under investigation.

Propanu commented 8 years ago

This would be handled by ZMRAA, when a pin is not available it should return ERROR_FEATURE_NOT_SUPPORTED or similar.