Aaron Ardiri

Results 2 issues of Aaron Ardiri

in the current 'package_index.json' the gcc/tools download is defined as: ``` "name": "arm-none-eabi-gcc", "version": "7-2017q4", "systems": [ { "host": "arm-linux-gnueabihf", "url": "http://downloads.arduino.cc/tools/gcc-arm-none-eabi-4.8.3-2014q1-arm.tar.bz2", "archiveFileName": "gcc-arm-none-eabi-4.8.3-2014q1-arm.tar.bz2", "checksum": "SHA-256:ebe96b34c4f434667cab0187b881ed585e7c7eb990fe6 b69be3c81ec7e11e845", "size": "44423906" },...

the schematic of the MKRNB1500 includes support for flow control (RTS/CTS) between the samd21 and the ublox SARA r410 modem. when looking at the implementation; the Serial UART fails to...