Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hal/armv7m/arch/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define _PH_HAL_ARMV7M_CPU_H_


#if defined(__CPU_STM32L152XD) || defined(__CPU_STM32L152XE) || defined(__CPU_STM32L4X6)
#if defined(__CPU_STM32L4X6)
#define CPU_STM32
#endif

Expand Down
4 changes: 1 addition & 3 deletions hal/armv7m/stm32/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
#


ifneq (, $(findstring l1, $(TARGET_SUBFAMILY)))
include hal/armv7m/stm32/l1/Makefile
else ifneq (, $(findstring l4, $(TARGET_SUBFAMILY)))
ifneq (, $(findstring l4, $(TARGET_SUBFAMILY)))
include hal/armv7m/stm32/l4/Makefile
endif

Expand Down
5 changes: 0 additions & 5 deletions hal/armv7m/stm32/interrupts.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@

#include "proc/userintr.h"


#if defined(__CPU_STM32L152XD) || defined(__CPU_STM32L152XE)
#define SIZE_INTERRUPTS 84
#endif

#ifdef __CPU_STM32L4X6
#define SIZE_INTERRUPTS 97
#endif
Expand Down
7 changes: 0 additions & 7 deletions hal/armv7m/stm32/l1/Makefile

This file was deleted.

117 changes: 0 additions & 117 deletions hal/armv7m/stm32/l1/console.c

This file was deleted.

Loading
Loading