gex zero support, also nrf remapping based on platform and optional disable

This commit is contained in:
2018-05-04 22:18:52 +02:00
parent 30d1762710
commit 0bce53403f
12 changed files with 160 additions and 28 deletions
+2
View File
@@ -28,9 +28,11 @@ void TF_WriteImpl(TinyFrame *tf, const uint8_t *buff, uint32_t len)
else if (gActiveComport == COMPORT_USART) {
iface_uart_transmit(buff, len);
}
#if SUPPORT_NRF
else if (gActiveComport == COMPORT_NORDIC) {
iface_nordic_transmit(buff, len);
}
#endif // SUPPORT_NRF
else {
// TODO other transports
trap("not implemented.");