-
See work by @ronzeiller here:
https://github.com/ronzeiller/kbox-firmware-teensy36/commit/e5ba6a3ce79cb01102524898e0d53f846a6e21e7
-
I'm using a Teensy 3.6 microcontroller. I want to use std::optional but I got some errors.
I use c++17.
platform_packages =
toolchain-gccarmnoneeabi@~1.90301.0
```txt
src\MainTest\maintest.c…
-
Hey there,
Thanks so much for your work on this, I'm incredibly excited to work with your library. Unfortunately, I'm running into an issue when compiling with Platformio while using a Teensy 3.6.
…
-
Encountered a strange problem which I cannot find a solution. Linking problem with multiple files that link fine when using FreeRTOS but not with HeliOS.
Made a simple test to verify this issue as …
-
I am trying to follow the RF7021 instructions but it's not matching up for the Teensy3.6. Can't seem to build a hex file that it will swallow.
Can anyone offer any help?
Regards,
Mitch
AB4MW
-
How can I fix this bug in Marlin bugfix-2.x.x?
`Error: Unknown environment names 'MKS_ROBIN2'. Valid names are 'MightyBoard1280, MightyBoard2560, DUE_USB, DUE_archim_debug, STM32F070CB_malyan, maly…
-
Do you see any issue with the following implementation?
Compiler: platformio
teensy36
Observed action, return empty char array
```
char* getMD5HashOfFile(FsFile filename)
{
int bytes_left =…
-
Hello, what should I do to solve this problem?
Warning! Ignore unknown configuration option `monitor_flags` in section [env]
Warning! `src_filter` configuration option in section [env:DUE] is depr…
-
OS: Ubuntu 21.04, 21.10
I have installed the library in the read me.
MCUs listed from --list-mcus
Supported MCUs are:
- at90usb162
- atmega32u4
- at90usb646
- at90usb1286
- mkl26z64…
-
I purchased an IntelliKeys (IK) USB device from Ebay hoping to use it as a large touch surface. The IK USB interface is vendor specific so it is lot more complex than I expected. Fortunately, I found …