Deepika
25a127e97b
target_Gigadevice: Set the heap size and limit
2019-02-19 15:49:49 -06:00
Russ Butler
8669417e7b
Add HAL API for spi pinmap
...
Add the functions to get spi pinmaps to all targets.
2019-02-08 09:10:37 -06:00
Russ Butler
34c176654d
Add HAL API for serial pinmap
...
Add the functions serial_tx_pinmap, serial_rx_pinmap, serial_cts_pinmap
and serial_rts_pinmap to all targets.
2019-02-08 09:10:28 -06:00
Russ Butler
be492fe07a
Add HAL API for pwmout pinmap
...
Add the function pwm_pinmap to all targets.
2019-02-08 09:10:19 -06:00
Russ Butler
22a89773fa
Add HAL API for i2c pinmap
...
Add the functions i2c_master_sda_pinmap, i2c_master_scl_pinmap,
i2c_slave_sda_pinmap and i2c_slave_scl_pinmap to all targets.
2019-02-08 09:10:12 -06:00
Russ Butler
7e8695a2c5
Add HAL API for can pinmap
...
Add the functions can_rd_pinmap and can_td_pinmap to all targets.
2019-02-08 09:10:10 -06:00
Russ Butler
3bd3aca6db
Add HAL API for analog out pinmap
...
Add the function analogout_pinmap to all targets.
2019-02-08 09:10:05 -06:00
Russ Butler
4818f88d73
Add HAL API for analog in pinmap
...
Add the function analogin_pinmap to all targets.
2019-02-08 09:09:51 -06:00
Przemyslaw Stekiel
4ee9378297
[GigaDevice] Support boot stack size configuration option
2019-01-08 15:32:07 +01:00
Alastair D'Silva
aa80b7c70a
Don't use define checks on DEVICE_FOO macros (partner code)
...
The DEVICE_FOO macros are always defined (either 0 or 1).
This patch replaces any instances of a define check on a DEVICE_FOO
macro with value test instead.
Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
2018-12-20 20:02:29 +11:00
c_jin
6ac625d474
Style Format for GD32F30x standard peripheral files
2018-12-07 17:00:10 +08:00
c_jin
881561ac5e
Error resolve, bug fix and 2 new targets information add
...
1. Resolve the Error: L6218E: Undefined symbol flash_get_erase_value
2. Bug fix (ADC, USART, etc.)
3. Modify the wrong name (TATGET_GigaDevice-->TARGET_GigaDevice)
4. Add new targets (GD32-F450ZI and GD32-E103VB) support to target.json
5. Add INITIAL_SP macro for GD32-F450ZI and GD32-E103VB
2018-12-06 19:43:20 +08:00
c_jin
62e34ecb38
Add SPDX identifier
2018-11-21 11:38:53 +08:00
c_jin
5a15f810a6
Error modification
2018-11-19 09:41:17 +08:00
chao_king
36a27326c2
Delete startup_gd32f30x_cl.s
2018-11-18 20:37:22 +08:00
chao_king
2b90f34ed7
Delete startup_gd32f30x_cl.s
2018-11-18 20:37:06 +08:00
chao_king
db27eab41c
Delete startup_gd32f30x_cl.s
2018-11-18 20:36:43 +08:00
chao_king
612662117c
Delete startup_gd32f30x_cl.s
2018-11-18 20:36:00 +08:00
chao_king
b6e455c428
Add it to replace startup_gd32f30x_cl.s
2018-11-18 19:31:45 +08:00
chao_king
16ff28db31
Add it to replace startup_gd32f30x_cl.s
2018-11-18 19:31:45 +08:00
chao_king
0728dde170
Add it to replace startup_gd32f30x_cl.s
2018-11-18 19:31:45 +08:00
chao_king
c8cadd6f12
Add it to replace startup_gd32f30x_cl.s
2018-11-18 19:30:32 +08:00
chao_king
d2779a6a3b
Delete a button definition
2018-11-18 19:30:32 +08:00
chao_king
1afb50d7a7
Re add target support for GD32F307VG
...
1. Mainly change TARGET_Gigadevice --> TARGET_GigaDevice
2. Add license header
2018-11-18 19:26:04 +08:00