squallbest
881435a2a9
Add NUCLEO_STM32L496ZG Keil And IAR Project
...
Signed-off-by: squallbest <squall@live0415.com >
2019-10-16 05:59:31 +08:00
supowang
2ef46f91fa
rename TOS_CFG_MMHEAP_DEFAULT_POOL_EN
...
TOS_CFG_MMHEAP_DEFAULT_POOL_EN: enable the default pool of the heap(if user not set this, a default of 1u is set). if you wanna disable the default pool, you should call tos_mmheap_pool_add to add your own pool of the heap before tos_mmheap_alloc is called.
2019-10-15 14:26:08 +08:00
daishengdong
3a8b03432f
add tos_mmheap_check & tos_mmheap_pool_check API and TOS_CFG_MMHEAP_DEFAULT_POOL_EN switch
...
tos_mmheap_check: get the information of the heap(space that is free and used)
tos_mmheap_pool_check: get the information of a pool
TOS_CFG_MMHEAP_DEFAULT_POOL_EN: enable the default pool of the heap(if user not set this, a default of 1u is set). if you wanna disable the default pool, you should call tos_mmheap_pool_add to add your own pool of the heap before tos_mmheap_alloc is called.
2019-10-14 22:09:57 +08:00
daishengdong
98b7434097
Merge branch 'master' of https://github.com/Tencent/TencentOS-tiny
2019-10-14 19:45:37 +08:00
daishengdong
56f4f82dd2
make nrf51822 nimble blehr work
2019-10-14 19:45:24 +08:00
Supowang1989
9920ba4878
Merge pull request #44 from acevest/rename_board
...
Rename board path
2019-10-14 11:55:04 +08:00
acevest
3ee394db8a
use relative path
2019-10-14 10:43:00 +08:00
Supowang1989
a30cf29410
Merge pull request #42 from squallbest/master
...
NUCLEO_STM32F401RE IAR Project
2019-10-14 10:19:28 +08:00
squallbest
9cac7fa9bb
Add NUCLEO_STM32L432KC demo for MDK And IAR
...
Signed-off-by: squallbest <squall@live0415.com >
2019-10-14 02:38:25 +08:00
acevest
26fcdde2e9
rename board path
2019-10-14 00:05:08 +08:00
acevest
4566aefe14
add risc-v debug env doc
2019-10-13 23:48:38 +08:00
squallbest
88aa909efb
NUCLEO_STM32F401RE IAR Project
...
Signed-off-by: squallbest <squall@live0415.com >
2019-10-13 23:21:23 +08:00
supowang
9a2b4f31dc
Repair partial scrambling for stm32f401
2019-10-12 17:11:51 +08:00
Supowang1989
3850cae4b2
Merge pull request #38 from squallbest/master
...
NUCLEO_STM32F401RE
2019-10-12 17:08:31 +08:00
supowang
d6fef329f5
update lvgl demo
2019-10-12 16:54:39 +08:00
squallbest
b4c4b81f9f
NUCLEO_STM32F401RE
...
Signed-off-by: squallbest <squall@live0415.com >
2019-10-12 14:58:40 +08:00
supowang
3260ba3161
add LittlevGL demo
...
add LittlevGL demo on stm32f746 discovery board
2019-10-12 14:57:31 +08:00
squallbest
575a62b72b
NUCLEO_STM32F401RE
...
Signed-off-by: squallbest <squall@live0415.com >
2019-10-12 14:57:31 +08:00
daishengdong
c13fb9a1fa
make 51822 xxAC compile ok
...
currently we DONOT have a 51822 xxAC(we only have xxAA of which the ram is only 16k which is too small to porting nimble, means currently the nimble ble on 51822 probably may not work). xxAC is coming soon(on EMS), I will make nimble on 51822 xxAC later.
2019-10-12 12:17:17 +08:00
mybays
5afe823972
init stm32f401
2019-10-11 16:07:40 +08:00
supowang
ea600fcbca
Merge branch 'master' of https://github.com/Tencent/TencentOS-tiny
2019-10-10 21:01:23 +08:00
supowang
7150e5bdaf
add stm32f746 discovery support
2019-10-10 21:01:16 +08:00
Supowang1989
0950aeb3cd
Merge pull request #37 from acevest/add_sipeed_longan_nano
...
add risc-v board Sipeed Longan Nano support
2019-10-10 19:02:23 +08:00
acevest
41051e1452
add risc-v board Sipeed Longan Nano support
2019-10-10 18:42:52 +08:00
SheldonDai
180f0e6128
add nrf52840 blehr support
2019-10-10 16:50:17 +08:00
supowang
ac82e30f28
Merge branch 'master' of https://github.com/Tencent/TencentOS-tiny
2019-10-10 14:53:50 +08:00
supowang
7a1753c36c
add rhf76 lora module code
2019-10-10 14:53:22 +08:00
IllusionLee
3b6a324a2a
add gcc examples Makefile of tencent_cloud_sdk_mqtt on TencentOS_tiny_EVB_MX board.
2019-10-10 12:46:34 +08:00
Supowang1989
e58152f421
Merge pull request #26 from noshbar/RHF76_STM32L072CBxx_Lora_fixes
...
Fixes to atcmd-board and gpio-board.
2019-10-09 12:47:47 +08:00
Supowang1989
80709a6185
Merge pull request #33 from illusionlee/master
...
add gcc examples Makefile on TencentOS_tiny_EVB_MX board
2019-10-09 12:25:54 +08:00
SheldonDai
a686316903
Merge branch 'master' of https://github.com/Tencent/TencentOS-tiny
2019-10-09 12:16:10 +08:00
SheldonDai
aad1564e09
finish nimble blehr porting and do some kernel improve
2019-10-09 12:15:59 +08:00
Supowang1989
5331ba8890
Merge pull request #34 from acevest/add_irq_stack
...
risc-v add irq stack
2019-10-09 12:14:43 +08:00
supowang
45c18c896c
add stm32f4 discovery and fix m4 fpu bug
2019-10-09 12:08:06 +08:00
IllusionLee
1bcc2efa35
Merge remote-tracking branch 'upstream/master'
2019-10-08 20:53:58 +08:00
acevest
93ae1c96ca
risc-v add irq stack
2019-10-08 20:42:40 +08:00
IllusionLee
4224f47711
add gcc examples Makefile of farm_ai_demo on TencentOS_tiny_EVB_MX board.
2019-10-08 20:40:31 +08:00
IllusionLee
f7c4f9ee40
add gcc examples Makefile of tencent_os_mqtt on TencentOS_tiny_EVB_MX board.
2019-10-08 20:31:03 +08:00
IllusionLee
b0192a6efe
add gcc examples Makefile of udp_through_module on TencentOS_tiny_EVB_MX board.
2019-10-08 20:12:43 +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