Commit Graph

1253 Commits

Author SHA1 Message Date
acevest
44f0ac6579 irq context switch do not use flag variable anymore 2019-10-08 14:41:30 +08:00
acevest
2fdc9f600c fix bumblebee trap_entry memory address alignment problem 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
Supowang1989
08170b3490 Merge pull request #31 from acevest/save_irq_switch_stack_size
risc-v reduce use 128 bytes irq stack
2019-10-08 14:14:50 +08:00
acevest
1e04f5b344 risc-v reduce use 128 bytes irq stack 2019-10-08 13:48:52 +08:00
SheldonDai
ce13d33255 Merge branch 'master' of https://github.com/Tencent/TencentOS-tiny 2019-10-08 11:50:06 +08:00
SheldonDai
61a8f8d9ef fix name path of nordic sdk 2019-10-08 11:48:28 +08:00
Supowang1989
406058ffba Merge pull request #29 from illusionlee/master
Fix 3 compile warnings and garbled code.
2019-10-08 11:08:08 +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
Supowang1989
172fdcb2a0 Merge pull request #25 from acevest/risc-v
detach risc-v kernel code from gd32v lib
2019-10-08 10:03:54 +08:00
Supowang1989
027d27f15c Merge pull request #24 from acevest/gd32v_usart0
add usart0, printf support for GD32VF103C_START board
2019-10-08 10:03:00 +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
noshbar
b5e63d886d This fixes uninitialised loop variables in atcmd-board, and asserts that happen too late in gpio-board. 2019-10-02 15:41:29 +02:00
acevest
3ef8f4eae5 detach risc-v kernel code from gd32v lib 2019-10-02 16:41:23 +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
SheldonDai
25f2aeef9e update nordic bsp 2019-09-30 13:23:20 +08:00
supowang
9eaf726d90 fix IAR FPU bug 2019-09-30 11:56:13 +08:00
supowang
414dccf119 add stm32L053r8 support
add stm32L053r8 support
2019-09-30 11:37:22 +08:00
supowang
446b341232 fix scrambling 2019-09-29 15:38:17 +08:00
supowang
b7017358b9 Repair partial scrambling 2019-09-29 15:31:28 +08:00
Supowang1989
c9c423555a Merge pull request #22 from illusionlee/master
repair make_mac_stm32cubeide_code scripts.
2019-09-29 11:31:08 +08:00
Supowang1989
73e81714ca Merge pull request #20 from acevest/context_switch
improve risc-v context switch
2019-09-29 11:30:08 +08:00
Supowang1989
bb205c7fba Merge pull request #18 from acevest/update_gd32vf103_firmware_library
update GD32VF103_Firmware_Library to 1.0.1
2019-09-29 11:29:57 +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
IllusionLee
e50389c1d6 repair make_mac_stm32cubeide_code scripts. 2019-09-28 15:38:39 +08:00
acevest
e4038592b9 improve risc-v context switch 2019-09-27 17:27:59 +08:00
SheldonDai
b34ce35f5e fix comment 2019-09-27 16:09:19 +08:00
SheldonDai
ca133a077a Merge branch 'master' of https://github.com/Tencent/TencentOS-tiny 2019-09-27 11:30:31 +08:00
SheldonDai
26edb2dfb3 remove robin enable config 2019-09-27 11:30:24 +08:00
acevest
67e5155475 update GD32VF103_Firmware_Library to 1.0.1 2019-09-26 22:38:54 +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
Supowang1989
25e35c449b Merge pull request #15 from QinYUN575/master
add support for ALIENTEK_Pandora_STM32L475
2019-09-26 14:56:39 +08:00
QinYUN575
ff50fe9633 add support for ALIENTEK_Pandora_STM32L475 2019-09-26 14:35:02 +08:00
Supowang1989
b1436e7431 Merge pull request #14 from acevest/fix_doc
fix doc #13
2019-09-26 10:20:07 +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
e361ccf93b fix doc #13 2019-09-26 09:20:47 +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
59c8e69af5 fix risc-v init task gp(global pointer register) bug 2019-09-25 23:29:26 +08:00
acevest
b1b2d1eabc organize risc-v code for spike and bumblebee 2019-09-25 21:53:27 +08:00