Skip to content

Commit 03d570e

Browse files
authored
feat(hw_cdc): create sdkconfig.defaults
Adds necessary and minimum sdkconfig settings in order to make Arduino run as IDF Compoenent.
1 parent 5077832 commit 03d570e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#
2+
# Arduino ESP32
3+
#
4+
CONFIG_AUTOSTART_ARDUINO=y
5+
# end of Arduino ESP32
6+
7+
#
8+
# FREERTOS
9+
#
10+
CONFIG_FREERTOS_HZ=1000
11+
# end of FREERTOS
12+
# end of Component config

0 commit comments

Comments
 (0)