aethaniel / ExperimentalCore-sam

Experimental new core for Arduino Due and other Atmel SAM boards
GNU Lesser General Public License v2.1
16 stars 10 forks source link

Buildable #11

Closed aethaniel closed 9 years ago

aethaniel commented 9 years ago

This PR solves many issues coming from files not compiling for the moment. Although this isn't a problem with the Makefile build system, it is one with IDE.

So, I did update all files by either putting #if 0 at some places or fixing the missing functions at others. I also updated the device headers to resolve the stupid conflict between UDP (Usb Device Port) and UDP.

@logos-electromechanical, tell me if this patch makes your life better for the moment.