|
RFC: Extension to External Interrupt API
Benjamin Walsh wrote: Does that work? Are pended ARM interrupts really "queued" like that? If you have multiple pending interrupts of the same priority I'd have to believe the order of delivery would
Benjamin Walsh wrote: Does that work? Are pended ARM interrupts really "queued" like that? If you have multiple pending interrupts of the same priority I'd have to believe the order of delivery would
|
By
Andy Ross
· #3701
·
|
|
RFC: Extension to External Interrupt API
Vinayak Kariappa Chettimada wrote: As has been mentioned in gerrit, there is worry about the portability of a lot of this, which is a mostly 1:1 transcription of an ARM feature as I understand it. In
Vinayak Kariappa Chettimada wrote: As has been mentioned in gerrit, there is worry about the portability of a lot of this, which is a mostly 1:1 transcription of an ARM feature as I understand it. In
|
By
Andy Ross
· #3698
·
|
|
[RFC]PWM API Update
Liu, Baohong wrote: When PWM is used correctly, this shouldn't make any difference at all because the period will be much, much longer than the underlying clock (which is the whole point). Why bother
Liu, Baohong wrote: When PWM is used correctly, this shouldn't make any difference at all because the period will be much, much longer than the underlying clock (which is the whole point). Why bother
|
By
Andy Ross
· #3691
·
|
|
deprecated issue after push to gerrit - need some help
It looks like Inaky struggled with this a few months back. Sphinx claims to have fixed it in the bug, no idea if we've done anything to patch it on our end: https://github.com/sphinx-doc/sphinx/issues
It looks like Inaky struggled with this a few months back. Sphinx claims to have fixed it in the bug, no idea if we've done anything to patch it on our end: https://github.com/sphinx-doc/sphinx/issues
|
By
Andy Ross
· #3642
·
|
|
Increasing bss section in Zephyr
Sukumar Ghorai wrote: PHYS_LOAD_ADDR is where the code (and rodata, etc...) goes. Quark SE is an execute-in-place architecture, so that address is mapped directly to the flash space on the chip, there
Sukumar Ghorai wrote: PHYS_LOAD_ADDR is where the code (and rodata, etc...) goes. Quark SE is an execute-in-place architecture, so that address is mapped directly to the flash space on the chip, there
|
By
Andy Ross
· #3614
·
|
|
Increasing bss section in Zephyr
Mahendravarman Rajarao (RBEI/EAA3) wrote: That just means there's no per-SoC checking of linker memory regions. Clearly there should be, but obviously that doesn't mean that such a file is going to ex
Mahendravarman Rajarao (RBEI/EAA3) wrote: That just means there's no per-SoC checking of linker memory regions. Clearly there should be, but obviously that doesn't mean that such a file is going to ex
|
By
Andy Ross
· #3605
·
|
|
Link-time symbol alternate selection
This change is a little experimental. Comments requested. The last patch in the series has the clearest explanation of the justification: we have two printf() formatters in the code base, one for prin
This change is a little experimental. Comments requested. The last patch in the series has the clearest explanation of the justification: we have two printf() formatters in the code base, one for prin
|
By
Andy Ross
· #3552
·
|
|
addendum to unified kernel RFC: getting rid of MDEF files.
Benjamin Walsh wrote: None whatsoever. As someone just now coming up to speed on Zephyr for the first time, this syntax was among the stranger and more alien things I stumbled on. (And I'll be perfect
Benjamin Walsh wrote: None whatsoever. As someone just now coming up to speed on Zephyr for the first time, this syntax was among the stranger and more alien things I stumbled on. (And I'll be perfect
|
By
Andy Ross
· #3516
·
|
|
Moving outdir contents to a BOARD-specific subdirectory
I just pushed the following to gerrit, for possible merge sometime in the 1.6 timeframe. It will modify outdir to contain separate subdirectories for each BOARD variant built, so they won't collide in
I just pushed the following to gerrit, for possible merge sometime in the 1.6 timeframe. It will modify outdir to contain separate subdirectories for each BOARD variant built, so they won't collide in
|
By
Andy Ross
· #3511
·
|
|
printf shrinkery
Inspired by the printf discussion last week and no one's explicit rejection of a quick code-size-reduction patch I threw out, I spent a little more time in the minimal libc printf implementation, find
Inspired by the printf discussion last week and no one's explicit rejection of a quick code-size-reduction patch I threw out, I spent a little more time in the minimal libc printf implementation, find
|
By
Andy Ross
· #3437
·
|
|
[RFC] Provide a file system API
Some random kibitzing. I'm new, so apologies if some of this has been discussed before: Why a stdio-style mode string that has to be parsed and not a fcntl-style flag word which seems like a better fi
Some random kibitzing. I'm new, so apologies if some of this has been discussed before: Why a stdio-style mode string that has to be parsed and not a fcntl-style flag word which seems like a better fi
|
By
Andy Ross
· #3309
·
|