TencentOS-tiny/devices
Winfred LIN b6cb7147cc added fuzzy matching feature to at_echo; added set some AT+ commands for RHF76; added support for LSM6DS3;
1. in tos_at.h, added int  fuzzy_matching; field into at_echo_st struct, if this field is set to K_TRUE, then if echo message contains the string in "echo_expect" field.
2. added __API__ int tos_at_echo_fuzzy_matching_create(at_echo_t *echo, char *buffer, size_t buffer_size, char *echo_expect_contains) api to tos_at.c, which will create an at_echo_t with fuzzy_matching = K_TRUE;
3. added RHF76_ATCMD_SET_DELAY and  rhf76_set_delay to RHF76.h to allow set/query RX delay config
4. added RHF76_ATCMD_SET_DATA_RATE and rhf76_set_data_rate to RHF76.h to allow set/query date rate config
5. added rhf76_at_cmd_exe for DEBUG purpose, so that user can execute any AT+ commands they want
6. added code in lora_demo.c to demonstrate package segmentation.
2020-04-06 23:11:48 +10:00
..
bc26 fixed error of output information in bc26_init() 2020-02-11 21:53:06 +08:00
bc35_28_95 Fixed the wrong output information in bc35_28_95.c 2020-03-02 22:05:15 +08:00
bc35_28_95_lwm2m Fixed the wrong output info in bc35_28_95_lwm2m.c 2020-03-02 22:08:53 +08:00
esp8266 delete some project files 2019-09-17 17:32:51 +08:00
esp8266_tencent_firmware first commit for opensource 2019-09-16 13:19:50 +08:00
m5310a add tos_slist.h, rename tos.h to tos_k.h 2020-01-03 17:25:38 +08:00
m6312 Minor optimization to improve readability of code 2020-03-02 22:19:05 +08:00
rhf76_lora added fuzzy matching feature to at_echo; added set some AT+ commands for RHF76; added support for LSM6DS3; 2020-04-06 23:11:48 +10:00
sim800a first commit for opensource 2019-09-16 13:19:50 +08:00
sim7600ce [bug] fixed in sim7600ce.c 2020-01-20 15:35:49 +08:00