Skip to content

Commit

Permalink
Fixed some compilation warnings and updated kernel library
Browse files Browse the repository at this point in the history
  • Loading branch information
silseva committed Mar 11, 2021
1 parent ce4f09e commit fef1263
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions arch/core/interrupts.h
Original file line number Diff line number Diff line change
@@ -1,23 +1,3 @@

//Interrupt code is common for all the cortex M cores, so it has been put here

// #ifdef _ARCH_ARM7_LPC2000
// #include "interrupts_arm7.h"
// #elif defined(_ARCH_CORTEXM0_STM32) || defined(_ARCH_CORTEXM3_STM32) \
// || defined(_ARCH_CORTEXM4_STM32F4) || defined(_ARCH_CORTEXM3_STM32F2) \
// || defined(_ARCH_CORTEXM3_STM32L1) || defined(_ARCH_CORTEXM7_STM32F7) \
// || defined(_ARCH_CORTEXM7_STM32H7) || defined(_ARCH_CORTEXM3_EFM32GG) \
// || defined(_ARCH_CORTEXM4_STM32F3) || defined(_ARCH_CORTEXM4_STM32L4) \
// || defined(_ARCH_CORTEXM4_ATSAM4L)
#include "interrupts_cortexMx.h"
// #else
// #error "Unknown arch"
// #endif

// Cortex M0 and M0+ does not have some SCB registers, in order to avoid
// compilation issues a flag is defined to disable code that accesses to
// registers not present in these families

#if defined(_ARCH_CORTEXM0_STM32)
#define _ARCH_CORTEXM0
#endif
Binary file modified libmiosix.a
Binary file not shown.

0 comments on commit fef1263

Please sign in to comment.