janwilleke

Results 2 issues of janwilleke

If activated, a tcp server opens on the selected port, waiting for connection to forward ble serial device. Strictmode can be reworked or ignored because, if connected no other tasks...

enhancement

I think the function https://github.com/RIOT-OS/RIOT/blob/361d41db0514d2c000a61a47c0a3822c09b9cd34/drivers/enc28j60/enc28j60.c#L250 is executed inside a irq context, thus https://github.com/RIOT-OS/RIOT/blob/361d41db0514d2c000a61a47c0a3822c09b9cd34/drivers/enc28j60/enc28j60.c#L254 will try to lock the mutex, and this is maybe locked by any other spi transfering function,...