We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa3c37 commit fc48c00Copy full SHA for fc48c00
riscv-rt/.github/workflows/build.yaml
@@ -1,6 +1,6 @@
1
on:
2
push:
3
- branches: [ master, global_asm, global_asm_link ]
+ branches: [ master, global_asm ]
4
pull_request:
5
merge_group:
6
@@ -47,4 +47,3 @@ jobs:
47
if: always()
48
steps:
49
- run: jq --exit-status 'all(.result == "success")' <<< '${{ toJson(needs) }}'
50
-
riscv-rt/link.x
@@ -4,7 +4,6 @@ PROVIDE(_max_hart_id = 0);
PROVIDE(_hart_stack_size = 2K);
PROVIDE(_heap_size = 0);
7
8
PROVIDE(UserSoft = DefaultHandler);
9
PROVIDE(SupervisorSoft = DefaultHandler);
10
PROVIDE(MachineSoft = DefaultHandler);
0 commit comments