diff options
author | Phil Howard <phil@gadgetoid.com> | 2024-06-27 14:51:12 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-07-01 11:27:42 +1000 |
commit | 0e261443be9a9201fd786b54aa2d0198f21543f7 (patch) | |
tree | 2e792aa1c1a4de4f360998d0a0ff4a7452050ae8 /docs/esp8266/tutorial/intro.rst | |
parent | 0dd25a369e70118829b3f176151c50440286e3fe (diff) | |
download | micropython-0e261443be9a9201fd786b54aa2d0198f21543f7.tar.gz micropython-0e261443be9a9201fd786b54aa2d0198f21543f7.zip |
rp2: Replace CMSIS funcs with Pico SDK equivalents.
Pico SDK defines `__dsb()` and `__sev()` so use those instead of the CMSIS
equivalents. This matches the use of `__wfi()` in lieu of `__WFI()` and
lowers the dependency on CMSIS headers.
And then, move the include of "RP2040.h" from the widely-included
"mphalport.h" to specific source files that need this header, to keep its
inclusion contained.
Signed-off-by: Phil Howard <phil@gadgetoid.com>
Diffstat (limited to 'docs/esp8266/tutorial/intro.rst')
0 files changed, 0 insertions, 0 deletions