-
@ivankravets : how difficult would it be to implement a beta version of teensyduino? i tried to create a local source with 1.58beta2 files from teensy, but i get linker errors.
i also "hijacked" a th…
-
# Solution
1. Please open PlatformIO Core CLI (see screenshot below)
2. Type `pio upgrade --dev`
3. Restart VSCode.
![168773624-58165d88-e854-497a-8da9-40fc758651f6](https://user-images.github…
-
When built in platformio debug mode (build_type) the code does not run on target and teensy becomes unresponsive to tycmd.
The working platformio.ini:
```
[env:teensy41]
platform = https://gi…
-
While using this library with teensy 4.1 and the MultiChatClient example works fine, using it in a platform IO project shows problems when compiling.
The first error is:
.pio\libdeps\teensy41\QNEthe…
-
Hi, Im using Sloeber/Eclipse.
QNEthernet don´t compile .
C:\Sloeber\arduinoPlugin\libraries\QNEthernet\0.14.0\src\lwip\ipv4\igmp.c:624:17: error: 'MEMP_IGMP_GROUP' undeclared (first use in this …
-
### Operating System
Linux
### INFO_UF2.TXT
NA
### What happened ?
The .hex file generated by the linker script has the virtual memory addresses, not the load addresses, so it is not useful for l…
-
This issue tracks the porting of boards and SoCs to https://github.com/zephyrproject-rtos/zephyr/issues/51833.
### SoC series: AGILEX
- [x] soc: AGILEX
- [x] board: intel_socfpga_agilex_socdk, …
-
I am using ros2 humble, with the linorobot2_hardware galactic branch
in the linorobot2_hardware/firmware
pio run --target upload -e teensy41
gives an error
CMake Error at /home/layer/ros2_humble…
-
HI,
When trying to run the following example, my teensy seems to get stuck in a loop of accepting new websocket client connections. I don't quite understand what is happening. I'm using the latest bu…
-
When I am using this version of the platform, I can no longer add library dependencies for arduino core. In this example I will use the SPI library that breaks during build, as platformio is strugglin…