Hi Alan, > Could you please double check my defconfig for stm32f4discovery (a create a > config using the nsh as base removing USART support and enabling > SEMIHOSTING SYSLOG):
I don't see CONFIG_SYSLOG_DEFAULT=y in there. Also, can you try to bump CONFIG_SYSLOG_MAX_CHANNELS to a higher value than 1 (default)? Syslog is seemingly dynamically registered, so if there's not enough room for it, it won't work — I fell into this pitfall the other day :) Cheers, Jean
