Skip to content

arduino as a ESP-IDF component #1409

@Buffalchill

Description

@Buffalchill

Hardware:

Board: ESP32 Dev Module
Core Installation/update date: ?
IDE name: Msys32 ESP-IDF
Flash Frequency: 40Mhz
Upload Speed: 115200

#include <Arduino.h>

void setup() {
}

void loop() {
}

Description:

I need to use the Arduino as an ESP-IDF component. I followed the instructions Arduino-as-an-idf-component
then in make menuconfig i changed the sdkconfig => "Autostart Arduino setup and loop on boot" .
during make flash i got this this error at the end of building the project :

arduino_as_an_idf_component

undefined reference to Setup() and undefined reference to Loop()

Can you please tell me what went wrong and how to fix this?
Regards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: StaleIssue is stale stage (outdated/stuck)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions