Ben

Results 6 issues of Ben

I want to use simavr for simulating atmega328p which runs at 16MHz. When specifying 16000000 for AVR_MCU, I get an overflow error for AVR_MCU_LONG. ` AVR_MCU( 16000000UL, "atmega328p");` Compile message:...

Currently each cell should contain an entire functional c program. Notebooks would be much more descriptive if you could incrementally build up a program and intermix functions and markdown. *...

enhancement

### Feature Request In Doxygen you can make a reference to a symbol using the [`\ref`](https://www.doxygen.nl/manual/commands.html#cmdref) command. It would be great if the referenced symbol could become a clickable link...

Language Service
Feature Request
Visual Studio Code
Feature: Doc comments

Fixes https://trac.cppcheck.net/ticket/11756

We run our unit tests from CMake on Windows, the program we use as debug target comes from the cmake plugin (as recommended in [their documentation](https://vector-of-bool.github.io/docs/vscode-cmake-tools/debugging.html)): ```json "program": "${command:cmake.launchTargetPath}", ```...

bug

On Windows, when installing something from a `cwd` that is cased differently than the git repo the following assertion fails: https://github.com/pypa/setuptools_scm/blob/e9cbb5a68b3ae6d5c549bda293ef60bb5ec8ec7e/src/setuptools_scm/_file_finders/git.py#L40 Similar to #89 (see https://github.com/pypa/setuptools_scm/issues/89#issuecomment-225456801 ) - Given a...

bug