Sebastian Huber
Sebastian Huber
I need the linker map file. Someone in your setup must provide a RTEMS application configuration with a initialization task which calls main().
RTEMS provides a default configuration which calls main(), however, this default configuration doesn't include the libblock. I guess the default configuration is used. The linker map file would show this....
Could you please set a break point to "break __assert_func" and then also print out a stack trace (GDB "bt" command) if the assertion triggers.
Do you use I2C transfers with a finite timeout value? It is controlled by the I2C_TIMEOUT IO control.
Thanks, this is related to https://github.com/STMicroelectronics/STM32CubeH7/issues/205. It would be nice if the code provided by STMicroelectronics could stay under the BSD-3-Clause license (instead of Apache License 2.0).
I would not put too much policy into the tool and allow document internal links.
I propose to add a ``` $ doorstop relink -h usage: doorstop relink [-h] [-j PATH] [--server HOST] [--port NUMBER] [-f] [-V] [-v | -q] old new Replaces in all...
I would generalize this plugin system a bit. It should be possible to register custom commands via sub-parsers in main() in doorstop/cli/main.py. The problem is that we have to find...
> (base) MANOJs-MacBook-Air:vscode-remote-try-python manojdeshpande$ python doorstop/cli/main.py publish SRD one.html I am not sure if this is a valid way to use doorstop. I would install doorstop via pip: https://doorstop.readthedocs.io/en/latest/#installation
This is because Document.find_item() returns only active items.