Search found 2 matches
- Wed Jan 20, 2021 11:03 am
- Forum: ESP-IDF
- Topic: Is it capable for UART and SPI init function, their pins to be tied directly through IO_MUX
- Replies: 0
- Views: 1410
Is it capable for UART and SPI init function, their pins to be tied directly through IO_MUX
Аrе they ( uart_set_pin( ... ) and spi_slave_initialize ( ... , &buscfg, ...) ) smart enough to do that, if all the pins passed as parameter to them are the direct pins. I made an experiment with the uart_set_pin and figured out that even the pins are the direct ones they are still routhed through t...
- Mon Dec 09, 2019 10:11 am
- Forum: ESP-IDF
- Topic: How to preprocess HTML files before "spiffs_create_partition_image"
- Replies: 0
- Views: 1673
How to preprocess HTML files before "spiffs_create_partition_image"
Hello. I would like to know how to invoke xtensa-esp32 preprocessor over HTML files? This needs to be done before execution of spiffs_create_partition_image . I mean what should be written (and where: MakeFile or component.mk , looking at restful_server example it must be in the Makefile right befor...