ChibiOS/demos/MAX32/RT-MAX32625-MAX32625MBED
Rocco Marco Guglielmi e95cb9fc18 Added clock macros and introduces clock enable for GPIO (needed for input functionalities)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16261 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2023-05-24 12:38:32 +00:00
..
cfg Added clock macros and introduces clock enable for GPIO (needed for input functionalities) 2023-05-24 12:38:32 +00:00
.cproject Created initial structure and a working running demo for MAX32625. 2023-05-22 16:04:45 +00:00
.project Created initial structure and a working running demo for MAX32625. 2023-05-22 16:04:45 +00:00
Makefile Initial implementation of the board files and PAL driver for MAX32625 2023-05-23 15:20:32 +00:00
main.c Initial implementation of the board files and PAL driver for MAX32625 2023-05-23 15:20:32 +00:00
readme.txt Created initial structure and a working running demo for MAX32625. 2023-05-22 16:04:45 +00:00

readme.txt

*****************************************************************************
** ChibiOS/RT port for ARM-Cortex-M4 MAX32625.                             **
*****************************************************************************

** TARGET **

The demo runs on an ADI MAX32625MBED# board.


** The Demo **

The demo flashes the board LEDs using a thread, by pressing the button P2.3 the 
test procedure is activated with output on the serial port SD1 
(USAR1, mapped on the CMSIS DAP Virtual COM Port).

** Build Procedure **

The demo has been tested by using the free Codesourcery GCC-based toolchain
and YAGARTO. just modify the TRGT line in the makefile in order to use
different GCC toolchains.