simple networking

2020-02-03 Thread M. Dodson
Hi, I’m trying to set up a simple example using TCP/IP comms in RTEMS. I’m using rtems5 and targeting RISC-V (rv64imac_medany). I’ve tried to follow the RTEMS Networking User Manual. The manual says RTEMS_BSP_NETWORK_DRIVER_ATTACH RTEMS_BSP_NETWORK_DRIVER_NAME should be defined in my bsp.h

Re: simple networking

2020-02-03 Thread M. Dodson
On 3 Feb 2020, at 16:43, M. Dodson mailto:md...@cam.ac.uk>> wrote: Hi, I’m trying to set up a simple example using TCP/IP comms in RTEMS. I’m using rtems5 and targeting RISC-V (rv64imac_medany). I’ve tried to follow the RTEMS Networking User Manual. The manual says

Re: 'TIME' task cpuuse

2020-02-03 Thread Sebastian Huber
Hello Matthew, you can use the RTEMS record support to investigate issues like this: https://docs.rtems.org/branches/master/user/tracing/eventrecording.html# You can send the events to the host via TCP and then analyse it with Trace Compass or babeltrace.