Dwight Kelly

Results 5 comments of Dwight Kelly

We create queues on demand for specific complex jobs. This means we can't add them all to config index.json file.

normal "right" mode ![screen shot 2018-08-13 at 3 15 27 pm](https://user-images.githubusercontent.com/160460/44053315-4a2fb7a6-9f0d-11e8-8659-21f4371031df.png) overlapped if child menu would render off right edge of window ![screen shot 2018-08-13 at 3 15 41 pm](https://user-images.githubusercontent.com/160460/44053318-4be1d674-9f0d-11e8-9fe0-20c69f15ca6e.png)

On Ubuntu 20.04 LTS I had to make the change below to fix path for header can_ioctl.h as __FreeRTOS__ wasn't defined. My build command was > make -j4 release-bin ```...

I only find 1 copy of can_ioctl.h with clean install of this branch. > ~/openmrn$ find . -name can_ioctl.h -print > ./include/freertos/can_ioctl.h

> The files that are listed twice are modified on this branch to support the non-prefixed path. Either the Makefile should be adjusted to include the freertos include path as...