STMicroelectronics / STM32CubeL0

STM32Cube MCU Full Package for the STM32L0 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
Other
103 stars 57 forks source link

Allow VECT_TAB_OFFSET to be overridden externally #9

Closed pieterconradie closed 3 years ago

pieterconradie commented 3 years ago

This patch allows the VECT_TAB_OFFSET #define to be overridden by the IDE or Makefile without manually editing the system_stm32l0xx.c file. It is useful if the application must be compiled for debugging (no vector table offset) or for release (vector table offset to accommodate a bootloader).

IMPORTANT INFORMATION

Contributor License Agreement (CLA)

ST-dot-com commented 3 years ago

This pull request has been refused, the Contribution License Agreement must be signed.