patacongo

Results 83 comments of patacongo

This is marked a draft because additional effort will be required to get this through nxstyle, mostly because there are many long lines reported. This PR does at least provide...

> > > > File ./arch/risc-v/src/esp32c3/Kconfig Unhandled token: depends > > This error is related to this `comment` command: > > ``` > comment "Selected ESP32-C3 chip without embedded Flash,...

I have not looked into the other reported error, but here is a little more information from running within debug output enabled: ``` 1.2.717.4 CONFIG_ESP32C3_UART1_RXPIN: UART1 RX Pin 1.2.717.5 CONFIG_ESP32C3_PARTITION:...

> No problem, I can submit a PR to remove the comments. I was used to working with Buildroot and I thought it could be interesting to add. No problem....

I did the very original KERNEL build logic, lots of changes have happened since that I am not aware of so, unfortunately, I am probably not such a technical source....

I understand. I'm glad we agree, but reality and the practical nature of business usually make the decisions for us. There is some on-demand page logic in place, but has...

Please merge when the conversation is resolved.

@yamt @xiaoxiang781216 Can we close this PR? it is almost four months old and there have been no updates or comments for almost three months now.

> @patacongo is this something you have ever looked into? Not me personally, but this was something that David Alessio was always interested in pursuing in the past. Kgdb would...

In additional to a ptrace system call you need a GDB server. Zephyr has there own: https://github.com/intel/zephyr/blob/master/subsys/debug/gdb_server.c But maybe that is because they don't support a compatible ptrace(). Do you...