ussserrr

Results 56 issues of ussserrr

Very popular framework. User configures a board through the CubeMX but generated code is wrapped to be compatible with the PlatformIO Arduino toolchain.

enhancement
question

Probably via some static analyzer/linter.

enhancement

Visual Studio Code is an official PlatformIO IDE so such a complementary companion extension would be nice to have.

enhancement

API here implies Python public endpoints.

enhancement

If a user doesn't specify a board and the `platformio.ini` config exists, borrow a board from there.

enhancement

No sense to go further on "new" command if the board in config is not correct.

enhancement

Kill subprocesses if there is no output have appeared for some timeout (i.e. hung).

enhancement

Return some kind of a "remote controller" to control the running action. See PoC: ```python import asyncio import collections import time class Project: async def build(self): print('started') proc = await...

enhancement