Can I debug the code using printk() in this open source code like in normal linux kernel code? #347
wenhaopang
started this conversation in
General
Replies: 1 comment 4 replies
-
Of course! We don't include any linux specific headers in the code that is meant to be cross-platform, but for local debugging that's no issue. If you're in the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can I debug the code using printk() in this open source code like in normal linux kernel code?
Beta Was this translation helpful? Give feedback.
All reactions