mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
26 lines
852 B
Plaintext
Executable File
26 lines
852 B
Plaintext
Executable File
*****************************************************************************
|
|
** ChibiOS/RT HAL - IRQ-STORM demo for LPC122x. **
|
|
*****************************************************************************
|
|
|
|
** TARGET **
|
|
|
|
The demo will on an LPCXpresso LPC1114 board.
|
|
|
|
** The Demo **
|
|
|
|
The application demonstrates the use of the LPC11xx GPT, PAL and Serial drivers
|
|
in order to implement a system stress demo.
|
|
|
|
** Build Procedure **
|
|
|
|
The demo has been tested using the free LPCXpresso toolchain but also with
|
|
Codesourcery and YAGARTO.
|
|
Just modify the TRGT line in the makefile in order to use different GCC ports.
|
|
|
|
** Notes **
|
|
|
|
Some files used by the demo are not part of ChibiOS/RT but are copyright of
|
|
NXP and are licensed under a different license.
|
|
|
|
http://www.nxp.com
|