Skip to content

Commit

Permalink
【同步】SDK 至 1.1.0 版本。
Browse files Browse the repository at this point in the history
Signed-off-by: armink <armink.ztl@gmail.com>
  • Loading branch information
armink committed Apr 15, 2019
1 parent 39f46ae commit db10ae8
Show file tree
Hide file tree
Showing 1,533 changed files with 152,710 additions and 21,749 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ IoT Board 开发板核心芯片资源如下:
例程列表如下所示:

| 编号 | 类别 | 例程名 | 说明 |
| ---- | ------ | ---------------- | ----------------------------------------------------- |
| ---- | ------ | ---------------- | ------------------------------------------------------------ |
| 01 | 基础 | led_blink | 红色 LED 不间断闪烁 |
| 02 | 基础 | rgb_led | RGB LED 变色 |
| 03 | 基础 | key | 板载按键 |
Expand Down Expand Up @@ -56,8 +56,9 @@ IoT Board 开发板核心芯片资源如下:
| 26 | 物联网 | cloud_onenet | 接入中国移动 OneNET 云平台 |
| 27 | 物联网 | cloud_ali_iotkit | 接入阿里云物联网平台 |
| 28 | 物联网 | cloud_ms_azure | 接入微软 Azure 物联网平台 |
| 29 | 物联网 | web_server | 创建一个 Web 服务器|
| 29 | 物联网 | web_server | 创建一个 Web 服务器 |
| 30 | 综合 | demo | 综合性示例演示 |
| 31 | | micropython | MicroPython 例程 |

## 文档说明

Expand Down Expand Up @@ -108,4 +109,5 @@ docs 文件夹下的文档列表如下所示:
- RT-Thread 基本知识
- RT-Thread 开发环境

学习 RT-Thread 基本知识可以从文档中心的 [《RT-Thread 入门指南》](https://www.RT-Thread.org/document/site/rtthread-tutorial/gd0001-rtthread-introducing/) 开始,深入开发 RT-Thread 可以阅读 [《RT-Thread 开发指南》](https://www.RT-Thread.org/document/site/rtthread-development-guide/README/)
学习 RT-Thread 基本知识可以从文档中心的 [《RT-Thread 入门指南》](https://www.RT-Thread.org/document/site/rtthread-tutorial/gd0001-rtthread-introducing/) 开始,深入开发 RT-Thread 可以阅读 [《RT-Thread 开发指南》](https://www.RT-Thread.org/document/site/rtthread-development-guide/README/)

Binary file modified README.pdf
Binary file not shown.
Binary file modified docs/UM3001-RT-Thread-IoT Board WIFI 模块固件下载手册.pdf
Binary file not shown.
Binary file modified docs/UM3002-RT-Thread-IoT Board 发布说明.pdf
Binary file not shown.
Binary file modified docs/UM3003-RT-Thread-IoT Board 介绍.pdf
Binary file not shown.
Binary file modified docs/UM3004-RT-Thread-IoT Board 快速上手.pdf
Binary file not shown.
Binary file modified docs/UM3005-RT-Thread-IoT Board 开发手册.pdf
Binary file not shown.
Binary file modified docs/figures/09_driver_axis/icm20608-sample-log.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/figures/10_component_usb_mouse/log.png
Binary file not shown.
Binary file modified docs/figures/19_iot_mqtt/wifi_join.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/figures/22_iot_ota_ymodem/ymodem_ota_success.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file removed docs/figures/23_iot_ota_http/http_ota.png
Binary file not shown.
Binary file removed docs/figures/23_iot_ota_http/http_ota_success.png
Binary file not shown.
Binary file modified docs/figures/26_iot_cloud_onenet/data_strem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/figures/26_iot_cloud_onenet/device_info1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/figures/26_iot_cloud_onenet/device_info2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/figures/26_iot_cloud_onenet/ledon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/figures/26_iot_cloud_onenet/send_cmd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/figures/31_micropython/python_hello.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/figures/31_micropython/use_time_module.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 14 additions & 3 deletions drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,21 @@ menu "Hardware Drivers Config"
select RT_USING_HOOK
default n

config BSP_USING_INFRARED
bool "Enable INFRARED"
config BSP_USING_PWM3_CH3
bool "Enable PWM3_CH3"
select RT_USING_PWM
default n


config BSP_USING_TIM15
bool "Enable HWTIMER_15"
select RT_USING_HWTIMER
default n

config BSP_USING_TIM16
bool "Enable HWTIMER_16"
select RT_USING_HWTIMER
default n

config BSP_USING_USBD
bool "Enable USBD"
default n
Expand Down
10 changes: 7 additions & 3 deletions drivers/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,14 @@ if GetDepend('BSP_USING_WIFI'):
if GetDepend('BSP_USING_PM'):
src = src + ['drv_pm.c', 'drv_pmtimer.c', 'drv_wakeup.c']

# add hwtimer driver code
if GetDepend('BSP_USING_PWM3_CH3'):
src = src + ['drv_pwm.c']

# add infrared driver code
if GetDepend('BSP_USING_INFRARED'):
src = src + ['drv_infrared.c']
if GetDepend('BSP_USING_TIM15') or GetDepend('BSP_USING_TIM16'):
src = src + ['drv_hwtimer.c']

# add HID USB driver code
if GetDepend('BSP_USING_USBD'):
src = src + ['drv_usbd.c']
Expand Down
2 changes: 1 addition & 1 deletion drivers/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extern char __ICFEDIT_region_IRAM1_end__;
#define STM32_SRAM_END (0x20000000 + STM32_SRAM_SIZE * 1024)
#endif

#ifdef __CC_ARM
#if defined(__CC_ARM) || defined(__CLANG_ARM)
extern int Image$$RW_IRAM1$$ZI$$Limit;
#define HEAP_BEGIN (&Image$$RW_IRAM1$$ZI$$Limit)
#elif __ICCARM__
Expand Down
Loading

0 comments on commit db10ae8

Please sign in to comment.