acevest
93ae1c96ca
risc-v add irq stack
2019-10-08 20:42:40 +08:00
acevest
b147d060fb
save 48bytes when no need to switch task in interrupt handler
2019-10-08 14:41:30 +08:00
acevest
e5e905e9bb
adjust the order of registers on the stack
2019-10-08 14:41:30 +08:00
acevest
2d419440f3
divide bumblebee and spike irq trap entry code
2019-10-08 14:41:30 +08:00
acevest
1e04f5b344
risc-v reduce use 128 bytes irq stack
2019-10-08 13:48:52 +08:00
IllusionLee
330cfb0fe8
conflict fix
2019-10-08 10:48:58 +08:00
Supowang1989
e9f2070789
Merge pull request #30 from acevest/fix_typo
...
fix typo
2019-10-08 10:11:24 +08:00
Supowang1989
1c41f1d5ab
Merge pull request #28 from acevest/gd32v_clk
...
initialize the clock tree of GD32VF103C_START to 108MHz
2019-10-08 10:09:43 +08:00
acevest
9deea199ca
fix typo
2019-10-04 22:41:09 +08:00
IllusionLee
dba0bcf452
Fix garbled code about bmp.h oled.c oled.h oledfont.h .
2019-10-04 17:23:41 +08:00
IllusionLee
3d5b7bd6a1
Fix warning about oled.c with 'this for clause does not guard'.
2019-10-04 16:59:14 +08:00
IllusionLee
6dd262ac09
Fix warning about E53_IA1.c with 'array subscript has type char'.
2019-10-04 16:55:16 +08:00
IllusionLee
d22f427dcb
Fix warning about oledfont.h with 'missing braces around initializer'.
2019-10-04 16:50:14 +08:00
acevest
2e225ac46d
fix typo
2019-10-04 12:33:40 +08:00
acevest
a52bb94ed2
initialize the clock tree of GD32VF103C_START to 108MHz
2019-10-03 15:01:46 +08:00
acevest
3c88162700
move usart0_init to main
2019-10-02 11:05:04 +08:00
acevest
bd407ece98
add usart0, printf support for GD32VF103C_START board
2019-10-01 17:18:54 +08:00
supowang
414dccf119
add stm32L053r8 support
...
add stm32L053r8 support
2019-09-30 11:37:22 +08:00
supowang
b7017358b9
Repair partial scrambling
2019-09-29 15:31:28 +08:00
Supowang1989
9dd36ed2da
Merge pull request #16 from acevest/bumblebee_timer
...
detach risc-v cpu bumblebee level code from gd32v lib
2019-09-29 11:29:44 +08:00
acevest
384a4f6ef3
enable set systick priority for bumblebee
2019-09-26 22:11:24 +08:00
acevest
f03535a484
detach risc-v cpu bumblebee level code from gd32v lib
2019-09-26 22:11:07 +08:00
QinYUN575
ff50fe9633
add support for ALIENTEK_Pandora_STM32L475
2019-09-26 14:35:02 +08:00
Supowang1989
7b06a3044b
Merge pull request #12 from acevest/gd32v
...
add pre support for GD32VF103C_START board
2019-09-26 10:19:30 +08:00
acevest
cfcb853a75
fix tick per second
2019-09-26 09:11:31 +08:00
acevest
16f3cbb463
add pre support for GD32VF103C_START board
2019-09-25 23:36:01 +08:00
acevest
b1b2d1eabc
organize risc-v code for spike and bumblebee
2019-09-25 21:53:27 +08:00
supowang
e147b06080
add ALIENTEK_W601 support
...
add ALIENTEK_W601 wifi support
2019-09-25 15:24:38 +08:00
SheldonDai
9727512631
add event-driven framework
...
see examples/event_driven_at_module and examples/event_driven_hello_world, demo project: TencentOS-tiny\board\TencentOS_tiny_EVB_MX\KEIL\event_driven_hello_world
2019-09-24 17:21:58 +08:00
supowang
97be1b9e93
add support for ALIENTEK_WarShip_STM32F103
2019-09-24 11:49:36 +08:00
supowang
b7082e7b35
add support for ALIENTEK_EXPLORER_STM32F407ZGT6
...
add support for ALIENTEK_EXPLORER_STM32F407ZGT
2019-09-24 11:26:35 +08:00
acevest
8ef8fed56e
fix risc-v gp(global pointer register) problem
2019-09-24 10:29:31 +08:00
acevest
1747cedc61
support GD32VF103C START board
2019-09-24 10:29:31 +08:00
acevest
2d9580cf78
gd32vf103 jump to task success
2019-09-24 10:28:14 +08:00
supowang
45e8c1e6af
rename ALIENTEK_Elite_STM32F103
2019-09-23 17:34:20 +08:00
supowang
5bd3765ae5
add support for ALIENTEK_Elite_STM32F103
2019-09-23 17:31:48 +08:00
supowang
3c2e4debef
add support for ALIENTEK-MiniSTM32F103RCT6
...
TencentOS tiny hello world on ALIENTEK-MiniSTM32F103RCT6
2019-09-23 16:23:52 +08:00
mculover666
5e9aefb90a
add support for gcc
2019-09-21 21:50:55 +08:00
mculover666
ccdefc11ec
fix the floder name bug
2019-09-21 21:19:15 +08:00
mculover666
ea3a97b152
fix bh1750 code style
2019-09-21 20:40:09 +08:00
mculover666
cce7ab6e3b
add support for bearpi board
2019-09-21 14:12:04 +08:00
supowang
a787b64f51
clean some code
...
clean some code
2019-09-20 18:57:46 +08:00
Supowang1989
b43b9b40a7
Merge pull request #4 from zachiot/master
...
Hello,新增了STM32F10XGCC版本例程,请求合并
2019-09-20 18:50:37 +08:00
supowang
2a5f244086
add STM32F407 HAL supoort
...
add STM32F407 HAL supoort
2019-09-20 18:08:25 +08:00
Zach_iot
10e9283072
Create Readme
2019-09-20 15:55:36 +08:00
zachiot
2b668802d3
增加STM32F10X GCC编译例程
2019-09-20 15:50:56 +08:00
acezhao
72b4656c2a
remove some comments
2019-09-20 10:46:04 +08:00
acezhao
f3212cc924
add gcc demo
2019-09-18 12:54:03 +08:00
acezhao
262dbe0b56
move rv32i port code under gcc
2019-09-18 12:54:03 +08:00
acezhao
de43d4ef0e
replace multiple instructions with macro SAVE_CONTEXT and RESTORE_CONTEXT
2019-09-18 12:53:56 +08:00