Benjamin Cabé

Results 26 issues of Benjamin Cabé

Several CMakeLists.txt files make use of `add_link_options()` which only got added in CMake 3.13 so cmake_minimum_required should likely be bumped to 3.13, and maybe worth double-checking there are no other...

feature-request
Client
Azure.Core
customer-reported

My ESP8285 firmware is up-to-date, and I can't seem to use SSL with the latest firmware as the AT firmware crashes. Please see below: ```python >>> import network, machine, os...

It would be interesting to have a simple CLI interface to manipulate GPIOs from the OSGi console. Something like `kura.gpio(1).setValue(true)` or `kura.gpio(1, OUTPUT).setValue(true)` I am not sure about what could...

enhancement
help wanted

MRAA is a generic platform for GPIO, UART, I2C etc. interactions on a wide variety of platforms (see https://github.com/intel-iot-devkit/mraa#supported-boards). It would be nice to have a MRAA platform integration in...

The way isFirstIssue() works today makes it sometimes improperly flag an issue as "new" if the only types of issues/PRs found in the list returned by "listForRepo" is PRs ```...

See https://github.com/executablebooks/sphinx-togglebutton/blob/d6bbae620cc4d92220a260fca75da66ed71e4e72/sphinx_togglebutton/_static/togglebutton.js#L13 This unnecessarily clutters the console and should be only used when some actual debugging flag is enabled.

The zephyr-esp32 builder is already a great start in allowing to run Zephyr apps from Wokwi. It would be great to look into generalizing/improving support by allowing the users to...

enhancement

Hi, Looking at the header in topic-tree.js, it looks like this code isn't open source. I am looking at redistributing your example in the form of an Ubuntu Core "[snap](https://developer.ubuntu.com/en/snappy/)",...