Cyril Fougeray

Results 15 issues of Cyril Fougeray

I created this PR because I had to adapt the mDNS service to be used on specific interfaces. This can be useful for others as well. The usage of a...

- initial ftdi driver. - create devices for LCD, LED and button. - button events sent to a channel. - led strip driver. - lcd screen can show a bmp...

drivers for cone components that are connected to an FTDI chip that acts as a USB-accessible bridge between the Jetson and the components: - button: polled every 50ms - led...

UX with cone in Diamond self-serve mode. fixes ORBP-113

initial ftdi driver. create devices for LCD, LED and button. button events sent to a channel. led strip driver. with example fixes O-2793

when the MCU tries to send payloads that are larger than 7 bytes, ISO-TP chunks the data. The block size is set by the receiver and indicates to the sender...

when initializing my workspace, i want the manifest file to be located **two levels below** the west top dir, in `orb/private` ``` . ├── .west ├── bootloader │   └── mcuboot...

in case a manifest file is contained into some sub directories, the command to init a workspace locally should be ``` west init -l sub1/sub2 --mf west.yml ``` but in...

allows flashing an hex file reset read-back protection first if flash is protected verify flash content once flashed automatically reset target on completion prettier output: show progress bars when erasing...