Skip to content

Commit dae7562

Browse files
committed
feature(m5stack-atom): allow events and loop on core0
Closes espressif#8461
1 parent 21b8865 commit dae7562

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: boards.txt

+10
Original file line numberDiff line numberDiff line change
@@ -12488,6 +12488,16 @@ m5stack-atom.build.boot=dio
1248812488
m5stack-atom.build.partitions=default
1248912489
m5stack-atom.build.defines=
1249012490

12491+
m5stack-atom.menu.LoopCore.1=Core 1
12492+
m5stack-atom.menu.LoopCore.1.build.loop_core=-DARDUINO_RUNNING_CORE=1
12493+
m5stack-atom.menu.LoopCore.0=Core 0
12494+
m5stack-atom.menu.LoopCore.0.build.loop_core=-DARDUINO_RUNNING_CORE=0
12495+
12496+
m5stack-atom.menu.EventsCore.1=Core 1
12497+
m5stack-atom.menu.EventsCore.1.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=1
12498+
m5stack-atom.menu.EventsCore.0=Core 0
12499+
m5stack-atom.menu.EventsCore.0.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=0
12500+
1249112501
m5stack-atom.menu.PartitionScheme.default=Default
1249212502
m5stack-atom.menu.PartitionScheme.default.build.partitions=default
1249312503
m5stack-atom.menu.PartitionScheme.no_ota=No OTA (Large APP)

0 commit comments

Comments
 (0)