Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Assembly Support #164

Open
NavonilDas opened this issue Jul 5, 2020 · 0 comments
Open

Adding Assembly Support #164

NavonilDas opened this issue Jul 5, 2020 · 0 comments
Labels
Arduino Arduino project enhancement New feature or request

Comments

@NavonilDas
Copy link
Contributor

In Our Current System, we only support the sketch file(ino) compilation. We need to add support for compiling assembly language.

Changes Required:

  1. Modify tasks.py.
  2. Add a new route for compiling Assembly.
  3. Update api.service.ts.
  4. Modify the CompileCode Functions inside Workspace.ts.

Compilation Command:
avr-gcc -xassembler-with-cpp file.s -mmcu=atmega328p -nostdlib

@NavonilDas NavonilDas added enhancement New feature or request Arduino Arduino project labels Jul 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arduino Arduino project enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant