# pico_esp32host_driver **Repository Path**: wang-zhulin/pico_esp32host_driver ## Basic Information - **Project Name**: pico_esp32host_driver - **Description**: No description, website, or topics provided. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-05-20 - **Last Updated**: 2025-10-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## build slave firmware This is the frist step to do and is done usnig `esp idf`. Depending on slave mcu and configuration there will be steps: 1. ```idf.py set-target esp32c6``` 2. ```idf.py menuconfig``` select SPI transport optionally setup SPI, GPIO, ... 3. ```idf.py build``` 4. ```idf.py flash``` esp idf generate a `sdkconfig` file and its header file counterpart `sdkconfig.h` under `build/config`. driver necessitate the headerfile. ##