mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-18 12:05:11 +00:00
bde8eb35ae
This patch fixes UART system call authorization initialization (when protection domain support is enabled) to only initialize the system call entrypoint and authorization data structures once, prior to per-port setup. Previously, if two UARTs were configured, the setup procedure for the second UART would erase the system call authorization for the first (console) UART, resulting in a crash upon the next attempt to perform console output. |
||
---|---|---|
.. | ||
eth.c | ||
eth.h | ||
gpio.c | ||
gpio.h | ||
i2c-registers.h | ||
i2c.c | ||
i2c.h | ||
imr-conf.c | ||
imr-conf.h | ||
imr.c | ||
imr.h | ||
msg-bus.c | ||
msg-bus.h | ||
uart.c | ||
uart.h |