Brad Campbell
Brad Campbell
I think we will leave this as a per-process setting.
> Should we bring this up for discussion on the next core call? What are we discussing? I doubt anyone is opposed, just need someone to actually figure this PR...
I would like to propose we compile openthread in advance and provide pre-compiled binaries (like we do with newlib/libcpp/picolib). I do not think we can provide a quality user experience...
> A good example of this is the build flag for logging and whether to compile the Full Thread Device vs Minimal Thread Device. I think for three examples we...
I can't even build with cmake :( ``` ./create_openthread-tock.sh -- The C compiler identification is GNU 13.2.0 -- The CXX compiler identification is GNU 13.2.0 -- Detecting C compiler ABI...
> > > I would like to propose we compile openthread in advance and provide pre-compiled binaries (like we do with newlib/libcpp/picolib). I do not think we can provide a...
Admittedly this packaging discussion has been a bit of a moving target as I've worked hard to figure out what is possible. I now believe we can build openthread with...
Todos: 1. Update makefiles and build structure from https://github.com/tock/libtock-c/tree/ot-bradjc 1. Need to actually figure out what flags we need set. I included some in the makefile while debugging, which may...
I've updated ot-bradjc with including the correct config file and refactoring how we modify the mbedtls-config.
> @bradjc I've merged your changes into my local version of this branch and OpenThread is working properly. I see that some of the ot-bradjc branch changes are to the...