How does uPython call the corresponding C code of python instruction ?

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
The Pharaoh
Posts: 1
Joined: Thu Feb 14, 2019 8:25 pm

How does uPython call the corresponding C code of python instruction ?

Post by The Pharaoh » Thu Feb 14, 2019 11:36 pm

I want to find out which file of micropython system is responsible for calling the corresponding C code of a python instruction ,cause I want to add restrictions that control the functions being called .

Post Reply