Skip to content

Commit

Permalink
Update documentation for branch developing
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 28, 2024
1 parent 9a4c1f9 commit f5ce862
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions developing/footer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function writeHeader() {
document.write('Version 1.2.2-dev13');
document.write('Version 1.2.2-dev14');
};

function writeFooter() {
document.write('Generated on Sat Dec 28 2024 07:03:01 for Arm-2D 1.2.2-dev13+gcd66664. Copyright © 2022-2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Sat Dec 28 2024 07:13:54 for Arm-2D 1.2.2-dev14+g2dd332f. Copyright © 2022-2024 Arm Limited (or its affiliates). All rights reserved.');
};
2 changes: 1 addition & 1 deletion developing/md_how_to_deploy_the_arm_2d_library.html
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ <h2><a class="anchor" id="autotoc_md75"></a>
<div class="line"> disp_adapter0_task();</div>
<div class="line"> }</div>
<div class="line">}</div>
</div><!-- fragment --><p >The method mentioned above won't pause the thread if the LCD has finished rendering the previous frame. instead, the <code>disp_adapterN_task()</code> will return <code>arm_fsm_rt_async</code> to indicate this status. You can ignore it, of course. Or you can use a semaphore to hang the thread in an RTOS environment. For example:</p>
</div><!-- fragment --><p >The method mentioned above won't pause the thread if the LCD hasn't finished rendering the previous frame. instead, the <code>disp_adapterN_task()</code> will return <code>arm_fsm_rt_async</code> to indicate this status. You can ignore it, of course. Or you can use a semaphore to hang the thread in an RTOS environment. For example:</p>
<div class="fragment"><div class="line"><span class="keyword">static</span> uintptr_t s_pLCDSem = NULL;</div>
<div class="line"> </div>
<div class="line"><span class="keywordtype">void</span> set_lcd_cpl_sem(<span class="keywordtype">void</span>)</div>
Expand Down
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//--- list of versions ---
const versions = {
"developing": "1.2.2-dev13",
"developing": "1.2.2-dev14",
"latest": "1.2.1",
"main": "1.2.1-dev272",
"v1.2.0": "1.2.0",
Expand Down

0 comments on commit f5ce862

Please sign in to comment.