Commit Graph

47 Commits

Author SHA1 Message Date
mculover666
a9733a943e add mqtt-iothub project on EVB_G0 Board 2020-07-21 10:46:03 +08:00
Supowang
fe435089ed Merge pull request #201 from chimeh/feature/qmk
Makefile-base build system for TencentOS-tiny
2020-07-16 17:11:35 +08:00
huangjimin
42c4a59a8a qmk build system 2020-07-16 15:30:48 +08:00
huangjimin
d895c15e4f qmk build system 2020-07-15 16:51:41 +08:00
Jingru
d0365112bd Merge branch 'master' into feature/arc_support 2020-07-13 20:11:52 +08:00
supowang
875a14aaf0 add EVB_LN822x iot exporer demo
add EVB_LN822x  iot exporer demo
2020-06-19 11:10:17 +08:00
daishengdong
7f4b0b2582 add fatfs through vfs for EVB plus
1. see board\TencentOS_tiny_EVB_MX_Plus\KEIL\fatfs_through_vfs
2020-06-02 21:31:11 +08:00
supowang
eeb2090d50 add N32G4XM_STB board support
add nationz N32G4XM_STB board support
2020-05-22 16:39:39 +08:00
supowang
39173317db fix l073 lorawankeil project
fix l073 lorawankeil  project
2020-05-07 12:31:43 +08:00
Jingru
733f22d1b9 board: nsim: edit makefile to compile with gnu
Signed-off-by: Jingru <jingru@synopsys.com>
2020-05-06 20:14:05 +08:00
Watson Zeng
0d4593ee5e arch: arc: update the ARC port
* add basic synopsys arc em processor support
* add basic arc nsim em virtual board support
* add basic arc mwdt toolchain support

Signed-off-by: Watson Zeng <zhiwei@synopsys.com>
2020-05-06 17:59:22 +08:00
Jingru
bfe3ee1964 board: nsim: add nsim.props and fix libraries
Signed-off-by: Jingru <jingru@synopsys.com>
2020-05-06 17:56:42 +08:00
Jingru
ddd2d53f06 boarc: nsim: add source code to initialize board and start os
Signed-off-by: Jingru <jingru@synopsys.com>
2020-05-06 17:54:28 +08:00
Jingru
65f55e73e5 arch :arc: add the ARC port
Signed-off-by: Jingru <jingru@synopsys.com>
2020-05-06 17:53:27 +08:00
supowang
f6527d2d9a delete some unused bsp files to reduce code size
delete some unused bsp files to reduce code size
2020-04-24 10:50:20 +08:00
wuliang
c6894019ec add wifi project.(board/EVB_LN882x, example/wifi_ln882x, platform/vendor_bsp) 2020-04-09 21:44:09 +08:00
daishengdong
032af66467 add socket wrapper for at framework
you can use at framework to send/recv data in socket API
example: see examples\tcp_through_module_based_at_socket
project: see board\TencentOS_tiny_EVB_MX_Plus\KEIL\tcp_through_module_based_at_socket
2020-04-07 16:39:13 +08:00
Winfred LIN
47d6313ba1 added reading flash functions for stm32l0xx series
1. implemented HAL_StatusTypeDef HAL_FLASH_ReadWord(uint32_t Address, uint32_t* Data); and HAL_StatusTypeDef HAL_FLASH_ReadHalfWord(uint32_t Address, uint16_t* Data); which allows user to read the internal FLASH (with out read protection)

2. implemeted device_config struct to store device configurations, e.g. magnetometer fullscale, report period, etc.

3. added demonstration code of using flash reading apis in lora_demo.c, in which the configuration sent from the cloud is stored into the internal Data EEPROM bank1, and each time when the device is booted, the configurations would be loaded from the Data EEPROM and used to initialize the application.
2020-04-03 18:21:16 +11:00
daishengdong
9d6dd6398e fix the bug of sd fatfs formated not recognized by windows
1. the address in tos_hal_sd_*(tos_hal_sd.c) is by byte, but address in HAL_SD_WriteBlocks/HAL_SD_ReadBlocks is by sector
2. convert address in tos_hal_sd_* from byte to sector( / 512)
2020-03-15 12:04:47 +08:00
daishengdong
cb2477f66e support RHF0M0E5 board with armcc v6
1. project, see TencentOS-tiny\board\RHF0M0E5_STM32WLE5xx\KEIL\hello_world
2020-03-12 20:10:27 +08:00
David Lin
aca963ea8c Fixed a bug when initalize array
memset(decrypted_text,  0,  sizeof(encrypted_text)); 
->
memset(decrypted_text,  0,  sizeof(decrypted_text));
2020-02-29 20:50:32 +08:00
Howard Liu
d8f32035a1 1. Updated the BSP for i.MX RT1050
2. Added the Keil Workspace
3. Changed the hello_world.c for RT1050

Signed-off-by: Howard Liu <howardliu7874@hotmail.com>
2020-01-18 19:35:05 +08:00
Chan Luo
91c470239d Add NXP i.MXRT1060 EVK board bsp support and IAR demo 2020-01-16 19:33:15 +08:00
Howard Liu
6f8edaa5c5 Added the porting for i.MX RT1010 and i.MX RT1050
Signed-off-by: Howard Liu <howardliu7874@hotmail.com>
2020-01-15 14:58:06 +08:00
Supowang1989
00362e456f Merge pull request #73 from acevest/riscv_esp8266
add esp8266 support for riscv dev board: TencentOS_tiny_EVB_LX
2020-01-10 10:29:36 +08:00
acevest
a6cd872df1 fix usart irq handler not in safe area 2020-01-09 23:04:28 +08:00
acevest
bce32faac2 fix bumblebee irq entry aligment, fix eclic 2020-01-09 20:18:18 +08:00
acevest
5920066f21 add esp8266 example 2020-01-08 20:05:24 +08:00
supowang
e7457d9714 add NXP Imx RT1052 support
add NXP RT1052 support
2020-01-08 19:55:20 +08:00
daishengdong
72481955e2 a very simple shell framework
simple, clear, easy to DIY
2020-01-08 13:54:56 +08:00
daishengdong
c9556307df add tos_slist.h, rename tos.h to tos_k.h 2020-01-03 17:25:38 +08:00
Forest-Rain
9b78dc5461 Merge remote-tracking branch 'TOS/master'
port to msp430fr
2019-11-19 00:23:07 +08:00
bourne-h
c985305927 TencentOS tiny port to MSP430FR6972 2019-11-18 19:43:41 +08:00
supowang
6341168f8e add GD32450i-EVAL board support 2019-11-06 17:01:50 +08:00
supowang
d5e0cc08b2 add gd32E103 eval board support 2019-11-04 19:28:37 +08:00
supowang
7a438511ad add gd32F130 & F303 support 2019-10-31 19:59:28 +08:00
supowang
d64e7f1e8b add GD32E23x bsp 2019-10-30 17:47:06 +08:00
Grey Huang
b76a703108 change files 2019-10-25 18:47:35 +08:00
SheldonDai
61a8f8d9ef fix name path of nordic sdk 2019-10-08 11:48:28 +08:00
SheldonDai
25f2aeef9e update nordic bsp 2019-09-30 13:23:20 +08:00
supowang
414dccf119 add stm32L053r8 support
add stm32L053r8 support
2019-09-30 11:37:22 +08:00
acevest
67e5155475 update GD32VF103_Firmware_Library to 1.0.1 2019-09-26 22:38:54 +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
supowang
e147b06080 add ALIENTEK_W601 support
add ALIENTEK_W601 wifi support
2019-09-25 15:24:38 +08:00
acevest
2d9580cf78 gd32vf103 jump to task success 2019-09-24 10:28:14 +08:00
acevest
86e6f923d7 import GD32VF103 Firmware Library 2019-09-24 10:28:14 +08:00
supowang
edb2879617 first commit for opensource
first commit for opensource
2019-09-16 13:19:50 +08:00