Brian
Brian
@nvt okay change made to auto generator to support depreciated enums. Also enabled enum autogen support for `coap_option_t`. Was wondering if I should also enable coap_code_t autogeneration, but it seems...
By the way, would like to know about the tool ergonomics. I've adjusted the script to always operate in context to script directory. So users only calls the script directly...
rebased against latest dev branch. Also noticed a difference between my naming approach and some of your close but not matching existing naming scheme. I was thinking of adding `_AS_`...
Any idea why this is failing? https://github.com/contiki-ng/contiki-ng/actions/runs/6451700925/job/17512682698?pr=2680#step:13:3940
@arurke tomllib at the time wasn't available directly in certain python versions, but it seems fixed and is now located in as a different package name now. I've made the...
Okay simplified the makefile so you can just run `make` now and it will auto install venv and then run the generator script. This should make it more portable for...
Unsure what's the issue with `CI / simulation-base/ubuntu-latest (pull_request) Failing after 6m` where it said it failed at ``` ERROR [main] [Cooja.java:1186] - Failed tests: /home/user/contiki-ng/tests/07-simulation-base/21-cooja-rpl-tsch-security.csc seed: 1 ``` I...
Just did a `git rebase -i develop` on latest develop branch to kick off a new check and hopefully see if any CI drama occurs. If not then, hopefully this...
@arurke which docker are you referring to? All the checks previously passed so I'm rebasing so I can retrigger the CI checks in case there are changes to the docker...
@arurke I've added a simple build check for the python script and also noticed that the dockerfile does not have `python3-venv` installed. I've included that in now. FYI, I'm not...