lpcmanager

cdc52d6b1a6e
Use beremiz normal NewProject method when creating project,
thus avoiding missing half of the preparation of the CTR.
rt_task_delete(&UART_task);
rt_task_join(&UART_task);
closeserial(UART_fd);
gpio_close(RS485_GPIO_dev);
rt_mutex_delete(&UART_WriteMutex);
rt_mutex_delete(&UART_ReadMutex);