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

Added Support for Arduino Due #1255

Closed
wants to merge 66 commits into from
Closed

Added Support for Arduino Due #1255

wants to merge 66 commits into from

Conversation

ThomasChr
Copy link
Contributor

This PR includes the full Environment to make Code for Atmel SAMD Devices (as used by Arduino), and also a working Espruino implementation for the Arduino Due.
The Arduino Due has a working REPL, Timing accurate to 10 Microseconds, all Pins can be used and the save()-Function does it's job and saves the code in the second flash bank.
What's left:

  • The other UARTs
  • ADC
  • DAC
  • Pin watch
  • I2C
  • PWM
    .
    .
    .

And much more I can't think of right now. But it should be very straightforward to implement those features.

I personally think the code is ready to merge, but I'm quite sure I've made some mistakes. So please see this PR as a discussion about my bad coding style which will eventually lead to merging. Hopefully :-)

… per Page) each. So we have 2048 Pages total. We're using the first 1024 for C-Code (our Binary) and the seconds 1024 for saved Javascript Code
@gfwilliams
Copy link
Member

Merged! It just doesn't show as such because I did a filter-branch to remove some of the extra files.

Thanks! This is looks great - and it builds easily using all the existing ARM toolchain

@gfwilliams gfwilliams closed this Oct 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants