- In which folder in the kernel can you find all the MicroPython supported architectures?
- Which microcontroller architecture has the most supported development boards?
- Which three types of files can be found in a development board folder?
- What are a few features that make STM32L475E_IOT01A interesting for MicroPython?
- Which board kernel file can be modified to change the pin designation that is used to control a pin in a MicroPython script?
- What function must be defined in order to customize the startup code initialization?
- What steps should be followed to customize the startup code?
- Which compiler tool is used to generate .mpy files and convert Python scripts to frozen modules?
- What are the advantages of using a frozen module?
- What command is used to compile the kernel with frozen modules?