mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
commit
1899166b9b
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
-- Infineon XMC4500 Relax boot-kit build configuration
|
-- Infineon XMC4500 Hexagon boot-kit build configuration
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ return {
|
|||||||
ram = { internal_rams = 3 },
|
ram = { internal_rams = 3 },
|
||||||
},
|
},
|
||||||
modules = {
|
modules = {
|
||||||
generic = { 'all', '-i2c', '-net', '-adc', '-tmr', '-spi', '-uart', '-can', '-pwm', '-rpc' },
|
generic = { 'all', '-i2c', '-net', '-adc', '-spi', '-uart', '-can', '-pwm', '-rpc' },
|
||||||
platform = 'all',
|
platform = 'all',
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -8,7 +8,7 @@
|
|||||||
#define NUM_PIO 16
|
#define NUM_PIO 16
|
||||||
#define NUM_SPI 0
|
#define NUM_SPI 0
|
||||||
#define NUM_UART 1
|
#define NUM_UART 1
|
||||||
#define NUM_TIMER 0
|
#define NUM_TIMER 1
|
||||||
#define NUM_PWM 0
|
#define NUM_PWM 0
|
||||||
#define NUM_ADC 0
|
#define NUM_ADC 0
|
||||||
#define NUM_CAN 0
|
#define NUM_CAN 0
|
||||||
|
@ -67,7 +67,7 @@ MEMORY
|
|||||||
DSRAM_2_comm(!RX) : ORIGIN = 0x30000000, LENGTH = 0x8000
|
DSRAM_2_comm(!RX) : ORIGIN = 0x30000000, LENGTH = 0x8000
|
||||||
}
|
}
|
||||||
|
|
||||||
stack_size = DEFINED(stack_size) ? stack_size : 4096;
|
stack_size = DEFINED(stack_size) ? stack_size : 10240;
|
||||||
no_init_size = 64;
|
no_init_size = 64;
|
||||||
|
|
||||||
SECTIONS
|
SECTIONS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user