-
Why disabled Hardware SPI for st7920 on Arduino Due ?
u8g.h:
```
# elif defined(**SAM3X8E**) /\* Arduino Due */
# define U8G_COM_HW_SPI u8g_com_arduino_hw_spi_fn
# define U8G_COM_ST7920_HW_SPI …
ghost updated
8 years ago
-
working already successfully with preemptive std::thread/pthread (+mutexes + thread prios) using the Arduino IDE for ESP32 it would be very wishful to have this feature also for SAMD/SAM boards (poss…
-
I had to make major changes to some stuff to get esp8266 to work.
mostly
#ifndef __SAM3X8E__ problems had to be removed or new blocks added for esp8266
Bring in updates to sd1306 lib to fix.
-
How can we run your code on Arduino DUE (ARM architecture, SAM3X8E chip)?
The code compiles for Arduino Due only after a minor change in the SPI library (which itself is strange) and does not read …
-
Is there a version of this library for the Arduino Due board and the 3.5"TFT?. I get a compile error:
In file included from C:\test\libraries\UTFT-master\UTFT.cpp:83:0:
C:\test\libraries\UTFT-master\…
-
I'm having problems compiling Motate on Ubuntu 64 and gcc-arm-none-eabi-6-2017-q2 with the following error:
../../motate/cmsis/TARGET_Atmel/sam3x/include/sam3x8e.h:500:21: error: reinterpret_cast fro…
-
Compilers and plugin are bugged.
Just installed SAM board
```
./arduino --install-boards arduino:sam
```
Downloaded arduino-1.8.7
```
# Arduino Due uses SAM3X8E SAM chip
BOARD_TAG = ardu…
-
- Arduino board: Adafruit NRF52840 Feather Sense
- Arduino IDE version: 1.8.13
All of the HX8357 example sketches do not have the feather sense board explicitly listed and will fail to compile. Co…
-
I have installed the library and am trying to compile the SendCANMessages example.
I'm getting the following errors:
```
Arduino: 1.8.5 (Windows 10), TD: 1.41, Board: "Arduino Due (Native USB…
-
a documentation feat. a clear hierarchical overview for identification of boards (supersets, sets, subsets, and single boards) would be appreciated, to be identified via #ifdef,
because often defin…