nuttx/arch/arm
Petro Karashchenko 1fd51ccbe2 arch/arm/samv7: rework SAMv7 timer counter implementation
There are two issues that are addressed with this change:
 - According to SAM E70/S70/V70/V71 Family datasheet the
   timer counter channels are 16-bit so timer counter
   value should be changed from uint32_t to uint16_t
 - The interrupt handling for timer counter channels can
   be simplified

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
2022-01-09 17:43:31 +08:00
..
include arch/arm/samv7: correct number on interrupts 2022-01-03 22:10:22 +08:00
src arch/arm/samv7: rework SAMv7 timer counter implementation 2022-01-09 17:43:31 +08:00
Kconfig arch/arm: select ARM_THUMB by default for Cortex-M 2021-12-27 22:30:53 -06:00