mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 12:24:07 -04:00
Lots of work on the RX200 demo. Blinky and Full/Debug build configurations are now tested, after adding the BussonAndLCD.c/h files. Full/Optimised is yet to be built or tested.
This commit is contained in:
parent
025abf6f6a
commit
83f0af8764
15 changed files with 798 additions and 774 deletions
|
@ -35,10 +35,6 @@ struct _LCD_Params {
|
|||
char *ptr_str;
|
||||
};
|
||||
|
||||
void prvLCDTaskLine1( void *pvParameters );
|
||||
void prvLCDTaskLine2( void *pvParameters );
|
||||
|
||||
|
||||
/* RS Register Select pin */
|
||||
#define RS_PIN PORTJ.PODR.BIT.B1
|
||||
/* Display Enable pin */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue