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