Sterling Peet

Results 27 comments of Sterling Peet

OK, so when I run my bootstrap script, it creates about 140 envs, including this one: [https://github.com/SterlingPeet/cookiecutter-fprime-deployment/blob/feature/reference_and_linux/ci/envs/dotpath-native-threads-noparams-noseq-noxfer-nohealth-norefdoc-passive.cookiecutterrc](https://github.com/SterlingPeet/cookiecutter-fprime-deployment/blob/feature/reference_and_linux/ci/envs/dotpath-native-threads-noparams-noseq-noxfer-nohealth-norefdoc-passive.cookiecutterrc) when I run ``tox -e dotpath-native-threads-noparams-noseq-noxfer-nohealth-norefdoc-passive`` it does render the template, but with...

I could write a test to check that the rendered keys match the input keys, but I already know that it is not working. My original question was in part...

OK, I think I figured out my actual problem, but I would like to know if you see the same problem. I have used a complicated rendering in my ``cookiecutter.json``....

I do think that pluggy is the way to go, I have rolled my own plugin system for some projects and then switched over to pluggy because it already has...

I think I agree with @timcanham here. On my ATmega baremetal platform, we used a twos complement subtraction on a 16 bit timer to implement this interface.

reminder to myself that I need to gather up some hardware

OK, so I am guessing that I need to add some flags that look roughly like ``-Wall -g -Os -MMD -ffunction-sections -fdata-sections`` to the C++ flags field for the platform,...

@timcanham originally asked about trying to add an option to trim out unused new/delete, which was the purpose of trying out the ``-ffunction-sections`` option. Spoiler alert, didn't make the error...

I don't have a ``Assert.o`` file, but there is this: ``` objdump -t ./F-Prime/Fw/Types/CMakeFiles/Fw_Types.dir/Assert.cpp.obj ./F-Prime/Fw/Types/CMakeFiles/Fw_Types.dir/Assert.cpp.obj: file format elf32-little SYMBOL TABLE: 00000000 l df *ABS* 00000000 Assert.cpp 00000000 l d .text...