1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

Merge pull request #79 from ramangopalan/master

Cosmetic changes
This commit is contained in:
Bogdan Marinescu 2016-08-05 23:26:48 +03:00 committed by GitHub
commit 1899166b9b
3 changed files with 4 additions and 4 deletions

View File

@ -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 },
},
modules = {
generic = { 'all', '-i2c', '-net', '-adc', '-tmr', '-spi', '-uart', '-can', '-pwm', '-rpc' },
generic = { 'all', '-i2c', '-net', '-adc', '-spi', '-uart', '-can', '-pwm', '-rpc' },
platform = 'all',
}
}

View File

@ -8,7 +8,7 @@
#define NUM_PIO 16
#define NUM_SPI 0
#define NUM_UART 1
#define NUM_TIMER 0
#define NUM_TIMER 1
#define NUM_PWM 0
#define NUM_ADC 0
#define NUM_CAN 0

View File

@ -67,7 +67,7 @@ MEMORY
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;
SECTIONS