mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-05 19:22:31 -05:00
Complete RL78/G14 demo.
This commit is contained in:
parent
3b1ff85222
commit
c79a5fe50c
7 changed files with 702 additions and 302 deletions
|
|
@ -8,7 +8,7 @@
|
|||
/* */
|
||||
/* This file is generated by e2studio. */
|
||||
/* */
|
||||
/***********************************************************************/
|
||||
/***********************************************************************/
|
||||
|
||||
#include "interrupt_handlers.h"
|
||||
|
||||
|
|
@ -16,9 +16,8 @@ extern void PowerON_Reset( void );
|
|||
extern void vPortTickISR( void );
|
||||
extern void vPortYield( void );
|
||||
|
||||
#warning Check the options bytes.
|
||||
const unsigned char Option_Bytes[] __attribute__ ((section (".option_bytes"))) = {
|
||||
0x6e, 0xff, 0xe8, 0x85 /* 0x00U, 0xFFU, 0xF8U, 0x81U */
|
||||
0x6e, 0xff, 0xe8, 0x85
|
||||
};
|
||||
|
||||
const unsigned char Security_Id[] __attribute__ ((section (".security_id"))) = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue