Skip to content

Commit e2c4799

Browse files
GautierAtWorkgautierseidelP-R-O-C-H-Y
authored
feature(m5stack-atom): allow events and loop on core0 (espressif#8462)
Closes espressif#8461 Co-authored-by: Gautier Seidel <gautier@seidel.fr> Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
1 parent 082a61e commit e2c4799

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

boards.txt

+10
Original file line numberDiff line numberDiff line change
@@ -12989,6 +12989,16 @@ m5stack-atom.build.boot=dio
1298912989
m5stack-atom.build.partitions=default
1299012990
m5stack-atom.build.defines=
1299112991

12992+
m5stack-atom.menu.LoopCore.1=Core 1
12993+
m5stack-atom.menu.LoopCore.1.build.loop_core=-DARDUINO_RUNNING_CORE=1
12994+
m5stack-atom.menu.LoopCore.0=Core 0
12995+
m5stack-atom.menu.LoopCore.0.build.loop_core=-DARDUINO_RUNNING_CORE=0
12996+
12997+
m5stack-atom.menu.EventsCore.1=Core 1
12998+
m5stack-atom.menu.EventsCore.1.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=1
12999+
m5stack-atom.menu.EventsCore.0=Core 0
13000+
m5stack-atom.menu.EventsCore.0.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=0
13001+
1299213002
m5stack-atom.menu.PartitionScheme.default=Default
1299313003
m5stack-atom.menu.PartitionScheme.default.build.partitions=default
1299413004
m5stack-atom.menu.PartitionScheme.no_ota=No OTA (Large APP)

0 commit comments

Comments
 (0)