Ivan Grokhotkov
Ivan Grokhotkov
@higaski Could the following be considered as an alternative to adding this new feature? ```cmake idf_component_register(...) # all the usual args, except the "INCLUDE_DIRS imported_lib/include" target_include_directories(${COMPONENT_LIB} SYSTEM imported_lib/include) ```
Regarding -Wundef, please see the last few comments in https://github.com/espressif/esp-idf/issues/991, we can continue the discussion there.
Status update: we need to investigate how much we can adhere to the official SPISlave library API if we decide to implement this one.
> It looks like the iperf image fetches it's input directly from one of the UARTs and doesn't recognise/use the USB JTAG UART. Shouldn't be the case, as long as...
Support for usb_serial_jtag on C3 and S3 has been added to the "basic" console example: https://github.com/espressif/esp-idf/commit/3390d2a2d18c289b0b1e1cf121bf6670099641db. The "advanced" example remains UART-only for the time being.
> to provide an asm shim to allow level 7 interrupts bridge to c function callbacks? For chips with Xtensa cores: this is technically possible, even though this requires a...
@JohnnyZig just wondering, what is the functionality you need from the flasher tool to support direct-boot binaries? Generating direct boot binaries from ELF files can be done with objcopy (which...
> After flashing, the ESP should exit boot mode and run the flashed firmware. By the way, I think this issue was fixed in newer versions of esptool. It is...
Latest version LGTM! Have you done any composite benchmarks (e.g. frames per second on some LVGL demo)? If yes, it would be interesting to see how much we gain from...
Thank you for the suggestions @moefear85! Can't guarantee I don't have 0x0000DEAF ears, as you say, please excuse if my answer doesn't sound reasonable to you. > Then in the...