mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-18 09:08:33 -04:00
Slight mods to comments in STR75X GCC port and demo files.
This commit is contained in:
parent
6ac900dc95
commit
09969dc53e
7 changed files with 29 additions and 17 deletions
|
@ -1,7 +1,8 @@
|
|||
/*
|
||||
This is the default Startup for STR75x devices for the GNU toolchain
|
||||
|
||||
It has been designed by ST Microelectronics and modified by Raisonance.
|
||||
It has been designed by ST Microelectronics and modified by Raisonance
|
||||
and FreeRTOS.org.
|
||||
|
||||
You can use it, modify it, distribute it freely but without any waranty.
|
||||
|
||||
|
|
|
@ -34,6 +34,15 @@
|
|||
BASIC INTERRUPT DRIVEN SERIAL PORT DRIVER FOR UART0.
|
||||
*/
|
||||
|
||||
|
||||
/*-----------------------------------------------------------
|
||||
* Components that can be compiled to either ARM or THUMB mode are
|
||||
* contained in this file.c The ISR routines, which can only be compiled
|
||||
* to ARM mode, are contained in serialISR.c.
|
||||
*----------------------------------------------------------*/
|
||||
|
||||
|
||||
|
||||
/* Library includes. */
|
||||
#include "75x_uart.h"
|
||||
#include "75x_gpio.h"
|
||||
|
|
|
@ -30,6 +30,14 @@
|
|||
***************************************************************************
|
||||
*/
|
||||
|
||||
/*-----------------------------------------------------------
|
||||
* Components that can be compiled to either ARM or THUMB mode are
|
||||
* contained in serial.c The ISR routines, which can only be compiled
|
||||
* to ARM mode, are contained in this file.
|
||||
*----------------------------------------------------------*/
|
||||
|
||||
|
||||
|
||||
/* Library includes. */
|
||||
#include "75x_uart.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue