Skip to content

synapticonashaikh/XMOSpython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

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)

About

integeration of XC and python

Resources

Stars

Watchers

Forks

Packages

No packages published