-
Notifications
You must be signed in to change notification settings - Fork 0
synapticonashaikh/XMOSpython
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
1. It is a minimal micropython for XMOS SOC stack extracted from the root Micropython stack available on https://github.com/micropython/micropython. 2. The files have been modified based on the raised warnings and syntactical issues during the compilation. Many additional definitions are to avoid the pointer compatibility issues. 3. The folder structure also changed, moved all the unused source codes and libraries to excluded folder. 4. If the excluded folder doesn't exist in this version, check the previous version. It has been removed in this version to reduce the overall project folder's size. 5. At present, the main code files are inside the port/minimal. Later on, it might get changed according to the required folder structure. 6. In order to add a new module either put the new modules in already generated files or create a new file and add the new in the make file (SRC_QSTR and SRC_C)