Anas Nashif

Results 77 comments of Anas Nashif

@egernst yes, it makes sense, do you want to submit a simplified version?

> The biggest improvement would be breaking up into [multistage builds](https://docs.docker.com/develop/develop-images/multistage-build/). I'd suggest the following stages: > > * Base > * CI > * Development > * Test >...

afaik yes, it is used on windows for sure.

related discussion: - https://github.com/zephyrproject-rtos/zephyr/discussions/35872

> I think part of the question here is what is considered part of the Zephyr "interface" beyond APIs? Is the build system, Kconfig, devicetree/devicetree bindings? Each of these areas...

broader, for example the arch_ interface which is not application facing needs to be in scope as well, this is being used by OOT architectures for example. There are a...

My feedback offline as I was not able to join the major part of the meeting > * @gregshue what wasn't clear is why the name zephyr was chosen >...

> @nashif It is also really frustrating to see the Zephyr Project not actually support the needs of users trying to complying with a development models it claims to support....

for those who have been long enough here, you will remember the days we had to pass `ARCH` and `BOARD` to make to build a board. I personally have no...

> An SoC can have CPU clusters with as many different architectures as the vendor wants to cram in there, so any target board can too. in zephyr we are...