Note that this exercise needs the setup from the previous exercise,
sdk-driver-header
.
- Create
my_ip/my_ip.c
inpulp-sdk/runtime/pulp-rt/drivers
. This the implementation file of the driver. - Create
rt/rt_my_ip.h
inpulp-sdk/runtime/pulp-rt/include
. Expose the correct declarations. - Add an
#include
statement tort/rt_api_decl.h
to make sure the declaration is visible to your program when include "pulp.h" - Try to pass the test