5frank
5frank
Trying to use SPI_2 on stm32_e407 devboard but the issue might apply to other bsp:s/mcu:s as well. In app/myapp/syscfg.yml SPI 2 is enabled: ``` syscfg.vals: SPI_2_MASTER: 1 ``` The problem...
If I understand it correctly, the 16-bit NLIP CRC is placed differently depending if receiving or sending. Just wanted to check if this is intentional? i.e. is it a feature...
https://github.com/apache/mynewt-mcumgr/blob/a3d5117b0888ca52b967886467b5bb350028c4ba/mgmt/include/mgmt/mgmt.h#L79-L87 I believe it is unwise to have a bit field in the header. Memory layout endianness (i.e. byte order) do not necessarily correlate with bit order and compilers are...
Sorry if this is stupid question, but could not `bytes` be added to the following tuple of supported types? https://github.com/cocagne/txdbus/blob/17b620d3d7a475d8efcc895cedb7e7320159ff58/txdbus/marshal.py#L525 Currently this raises `txdbus.error.MarshallingError: List, Tuple, Bytearray, or Dictionary required...
For logs, crash reports and version specific workarounds it would be nice to have the "standard" `txdbus.__version__` variable. Could get it from `$ pip3 show txdbus | grep Version` but...
Low priority issue! `.chm` seems to be a odd and slowly dying format? On Linux I had to install `chm2pdf` converter to view it but I suspect it is not...
The CLI parser (Cobra) seems to have built-in bash_completion generator: https://github.com/spf13/cobra/blob/master/bash_completions.md Install script can pipe the output of this command to `/usr/share/bash-completion/completions/newtmgr` I'm not that comfortable with Go, but I...
**Describe the bug** Broken pipe and WebSocket error. **Your Server Environment** * own setup * docker * ThingsBoard Version: 3.2.0PE * OS Name and Version: Ubuntu 20.04.1 LTS **Your Client...