Skip to content

Commit

Permalink
Single core is still supported
Browse files Browse the repository at this point in the history
  • Loading branch information
wingwkyuen authored Jul 26, 2024
1 parent 6007f3e commit e87e26a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ The MicroPython project
<img src="https://raw.githubusercontent.com/micropython/micropython/master/logo/upython-with-micro.jpg" alt="MicroPython Logo"/>
</p>

Single core is still supported, just by adding CONFIG_FREERTOS_UNICORE=y to
a custom sdkconfig file.

for ESP32 SOLO-1 you may do this.

modify file ports/esp32/boards/sdkconfig.base and add:

# FreeRTOS
CONFIG_FREERTOS_UNICORE=y

it should be ok to run in unicore mode on a dual core.


This is the MicroPython project, which aims to put an implementation
of Python 3.x on microcontrollers and small embedded systems.
You can find the official website at [micropython.org](http://www.micropython.org).
Expand Down

0 comments on commit e87e26a

Please sign in to comment.