I am using MCUXpresso 11.1.1 and SDK 2.7.0. From the Quick-start panel I imported example "host_hid_generic_freertos". It compiled perfectly. I then went to Manage SDK components for that project and in the drivers section I selected "uart_freertos". (I want to add a UART to this project). When I rebuild I get the error malloc.h: no such file.
ps. I communicated with Erich Styger of MCUonEclipse and he told me that when he imports that same example, "uart_freertos" is already selected. I uninstalled and reinstalled both MCUXpresso and the SDK but I still get the same error.
If I don't select that driver, and add code for the uart, I get an error "fsl_uart_freertos.h" does not exist.
How can I add a uart to the SDK example "host_hid_generic_freertos".