Skip to content

Commit

Permalink
Modified the budgets of serial virt components
Browse files Browse the repository at this point in the history
  • Loading branch information
Kswin01 committed Mar 26, 2024
1 parent ac51c86 commit bc923ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/board/maaxboard/profiler.system
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@

</protection_domain>

<protection_domain name="uart_virt_tx" priority="96" pp="true" budget="200" period="400">
<protection_domain name="uart_virt_tx" priority="96" pp="true" budget="2000">
<program_image path="uart_virt_tx.elf" />

<!-- shared memory for driver/virt ring buffer mechanism -->
Expand All @@ -147,7 +147,7 @@

</protection_domain>

<protection_domain name="uart_virt_rx" priority="95" pp="true" budget="200" period="400">
<protection_domain name="uart_virt_rx" priority="95" pp="true" budget="2000">
<program_image path="uart_virt_rx.elf" />

<!-- shared memory for driver/virt ring buffer mechanism -->
Expand Down
4 changes: 2 additions & 2 deletions example/board/odroidc4/profiler.system
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@

</protection_domain>

<protection_domain name="uart_virt_tx" priority="96" pp="true" budget="200" period="400">
<protection_domain name="uart_virt_tx" priority="96" pp="true" budget="2000" >
<program_image path="uart_virt_tx.elf" />

<!-- shared memory for driver/virt ring buffer mechanism -->
Expand All @@ -147,7 +147,7 @@

</protection_domain>

<protection_domain name="uart_virt_rx" priority="95" pp="true" budget="200" period="400">
<protection_domain name="uart_virt_rx" priority="95" pp="true" budget="2000" >
<program_image path="uart_virt_rx.elf" />

<!-- shared memory for driver/virt ring buffer mechanism -->
Expand Down

0 comments on commit bc923ee

Please sign in to comment.