summaryrefslogtreecommitdiffstatshomepage
path: root/docs/esp32/tutorial
diff options
context:
space:
mode:
authorAlessandro Gatti <a.gatti@frob.it>2024-11-18 22:04:14 +0100
committerDamien George <damien@micropython.org>2024-12-10 12:04:14 +1100
commit2a8f6047ff5c94bba7ace738a14b572cc8553251 (patch)
treebc8d15659745054bef458f5904519798e7250e50 /docs/esp32/tutorial
parent5784714f734caf3713ff880ffe100bbbec59216e (diff)
downloadmicropython-2a8f6047ff5c94bba7ace738a14b572cc8553251.tar.gz
micropython-2a8f6047ff5c94bba7ace738a14b572cc8553251.zip
py/emitglue: Fix clear cache builtin warning on Clang for AArch32.
This commit fixes a warning occurring on Clang when calling `__builtin___clear_cache` with non-void pointers for its start and end memory area locations. The code now uses a char pointer for the end location, and it still builds without warnings on GCC. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
Diffstat (limited to 'docs/esp32/tutorial')
0 files changed, 0 insertions, 0 deletions