We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad03062 commit 894c672Copy full SHA for 894c672
1 file changed
docs/adding_new_targets.html
@@ -307,8 +307,8 @@ <h3 id="steps-to-add-a-new-target">Steps to add a new target</h3>
307
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>|----------------|-------------|------------|-----|-----------------|-----------------|
308
| load_address | static_base | << (stack) | ... | page_buffers[0] | page_buffers[1] |
309
|----------------|-------------|------------|-----|-----------------|-----------------|
310
-^ ^ ^
311
-RAM start begin_stack (grows down) also begin_data
+^ ^
+RAM start begin_stack (grows down)
312
</code></pre></div> </div>
313
314
<p>Each of the addresses in the <code class="highlighter-rouge">page_buffers</code> list points to a buffer of the maximum page
0 commit comments