p-net
p-net copied to clipboard
PROFINET device stack for embedded devices
In some case, the profinet feature need to be shut down. But now the library don't support this function.
An matching incoming DCP identify request will schedule a delayed response. Limit to a single waiting response, in order not to run out of scheduler resources and not to overwrite...
#511 fix the issues
Checked that rt-kernel sample starts up on xmc board and that it can be configured using Proneta tool.
In function "pf_lldp_store_peer_info()" the variable "net->lldp_mutex" sometimes is NULL. Because the thread run to here, the init function "pf_lldp_init()" don't execute.
pnal_get_hostname for rt-kernel and STM32Cube could dereference a NULL pointer if lwip had not been configured with a hostname. Check before using hostname and return error if no hostname has...
For Profinet-IO. the MRP is normally function and it is basic requirements.
合并到https://github.com/rtlabs-com/p-net/issues/502