Skip to content

Commit 1c938ce

Browse files
committed
fixes example project template: [template][bare-metal][cortex-m85]
1 parent 6aa03eb commit 1c938ce

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

examples/[template][bare-metal][cortex-m85]/main.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,10 @@ static demo_scene_t const c_SceneLoaders[] = {
537537
10000,
538538
scene_balls_loader,
539539
},
540+
{
541+
10000,
542+
scene_mask_generation_loader,
543+
},
540544
{
541545
10000,
542546
scene_knob_loader,
@@ -672,7 +676,7 @@ static demo_scene_t const c_SceneLoaders[] = {
672676
#else
673677
{
674678
.fnLoader =
675-
scene_hollow_out_list_loader
679+
scene_mask_generation_loader
676680
//scene_waveform_loader,
677681
//scene_mask_generation_loader,
678682
//scene_virtual_resource_loader,

examples/[template][bare-metal][cortex-m85]/project/mdk/RTE/Acceleration/arm_2d_disp_adapter_0.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ extern "C" {
237237
// <q>Disable the default scene
238238
// <i> Remove the default scene for this display adapter. We highly recommend you to disable the default scene when creating real applications.
239239
#ifndef __DISP0_CFG_DISABLE_DEFAULT_SCENE__
240-
# define __DISP0_CFG_DISABLE_DEFAULT_SCENE__ 0
240+
# define __DISP0_CFG_DISABLE_DEFAULT_SCENE__ 1
241241
#endif
242242

243243
// <o>Maximum number of Virtual Resources used per API

examples/[template][bare-metal][cortex-m85]/project/mdk/template.uvoptx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
<DebugFlag>
245245
<trace>0</trace>
246246
<periodic>1</periodic>
247-
<aLwin>0</aLwin>
247+
<aLwin>1</aLwin>
248248
<aCover>0</aCover>
249249
<aSer1>0</aSer1>
250250
<aSer2>0</aSer2>
@@ -285,7 +285,7 @@
285285

286286
<Group>
287287
<GroupName>Source Files</GroupName>
288-
<tvExp>1</tvExp>
288+
<tvExp>0</tvExp>
289289
<tvExpOptDlg>0</tvExpOptDlg>
290290
<cbSel>0</cbSel>
291291
<RteFlg>0</RteFlg>
@@ -693,7 +693,7 @@
693693

694694
<Group>
695695
<GroupName>::Acceleration</GroupName>
696-
<tvExp>1</tvExp>
696+
<tvExp>0</tvExp>
697697
<tvExpOptDlg>0</tvExpOptDlg>
698698
<cbSel>0</cbSel>
699699
<RteFlg>1</RteFlg>
@@ -717,7 +717,7 @@
717717

718718
<Group>
719719
<GroupName>::Device</GroupName>
720-
<tvExp>1</tvExp>
720+
<tvExp>0</tvExp>
721721
<tvExpOptDlg>0</tvExpOptDlg>
722722
<cbSel>0</cbSel>
723723
<RteFlg>1</RteFlg>

examples/[template][bare-metal][cortex-m85]/project/mdk/template.uvprojx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
<hadIRAM2>1</hadIRAM2>
191191
<hadIROM2>1</hadIROM2>
192192
<StupSel>8</StupSel>
193-
<useUlib>0</useUlib>
193+
<useUlib>1</useUlib>
194194
<EndSel>1</EndSel>
195195
<uLtcg>0</uLtcg>
196196
<nSecure>2</nSecure>

0 commit comments

Comments
 (0)