Skip to content

Commit

Permalink
hal/cortex-m: Unify SCB and NVIC into SCS
Browse files Browse the repository at this point in the history
JIRA: RTOS-886
  • Loading branch information
agkaminski committed Sep 27, 2024
1 parent 52e5cf1 commit fb29faf
Show file tree
Hide file tree
Showing 14 changed files with 158 additions and 187 deletions.
2 changes: 1 addition & 1 deletion hal/arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# TODO handle other common ARM stuff (e.g GIC) and
# select relevant components here

OBJS += $(addprefix $(PREFIX_O)hal/arm/, nvic.o scb.o)
OBJS += $(addprefix $(PREFIX_O)hal/arm/, scs.o)
77 changes: 0 additions & 77 deletions hal/arm/nvic.c

This file was deleted.

36 changes: 0 additions & 36 deletions hal/arm/nvic.h

This file was deleted.

Loading

0 comments on commit fb29faf

Please sign in to comment.