Thibaut VIARD
Thibaut VIARD
giving a try on build accelerators
The existing SAM USB device stack has been proven to be slow, specially versus Teensy 3.x. This function needs time to be spent.
RingBuffer/FIFO should be a cross-architecture service API. There are different implementations between SAM and SAMD cores which shall me unified and improved. The one from SAM core exports its variables...
digital, analog, etc.. headers are still in port_sam at the moment. This API being the Arduino core framework API, it shall be in arch_common, thus bringing some hardware abstraction.
Makefiles lack the build of dependencies for each source file. Adding this process would reduce the human error and reduce the maintenance in Makefiles.
This patch provides Atmel ATmega Xplained Minis JSON files: - Atmel ATmega168PB Xplained Mini - Atmel ATmega328P Xplained Mini - Atmel ATmega328PB Xplained Mini Arduino IDE Boards Manager module can...
This patch provides Atmel SAMD21 and derivatives Xplained Pro JSON files: - SAMD21 Xplained Pro - SAMR21 Xplained Pro - SAMW25 Xplained Pro Arduino IDE Boards Manager module can be...
This patch provides Arrow SmartEverything JSON file. Signed-off-by: Thibaut VIARD [email protected]