Adding Assembly Support
NavonilDas opened this issue · comments
Navonil Das commented
In Our Current System, we only support the sketch file(ino) compilation. We need to add support for compiling assembly language.
Changes Required:
- Modify tasks.py.
- Add a new route for compiling Assembly.
- Update api.service.ts.
- Modify the
CompileCode
Functions inside Workspace.ts.
Compilation Command:
avr-gcc -xassembler-with-cpp file.s -mmcu=atmega328p -nostdlib