App
|
修改长按逻辑为延时关闭,且不提供复位和清零配置
|
2016-04-22 08:57:27 +00:00 |
Board
|
缩短打开关闭的时间,降低串口平均值,让任务尽快调度
|
2016-05-25 15:06:50 +00:00 |
Core
|
修正字符替换函数的BUG
|
2016-05-25 10:54:40 +00:00 |
Drivers
|
缩短打开关闭的时间,降低串口平均值,让任务尽快调度
|
2016-05-25 15:06:50 +00:00 |
Message
|
DataStore 判断区块时 采用 【offset ,offset+size) 方式 避免区块重叠冲突
|
2016-05-19 06:48:56 +00:00 |
Modbus
|
|
2016-05-17 14:19:16 +00:00 |
Net
|
把字符串Mac地址解析为MacAddress
|
2016-05-25 04:04:11 +00:00 |
Platform
|
GCC编译通过,但是sizeof/offsetof有警告
|
2016-03-14 07:18:01 +00:00 |
Security
|
增加TS,查找Copy的错误根源
|
2016-03-21 03:07:34 +00:00 |
Storage
|
修正ByteArray构造函数的一个BUG
|
2016-04-01 06:17:09 +00:00 |
Test
|
|
2016-05-21 12:06:36 +00:00 |
TinyIP
|
auto改进
|
2016-05-18 06:01:49 +00:00 |
TinyNet
|
当TokenClient未就绪时,允许TinyServe动设备列表
|
2016-05-26 03:01:39 +00:00 |
TokenNet
|
令牌消息显示少一点数据
|
2016-05-25 10:36:16 +00:00 |
Tool
|
增加core目录的编译
|
2016-05-26 02:08:25 +00:00 |
XX
|
所有NULL更换为nullptr,GCC要求更严格。
|
2016-03-14 04:28:04 +00:00 |
ADC.cpp
|
集体修改断言
|
2016-03-18 01:48:17 +00:00 |
ADC.h
|
ADC.cpp;Flash.cpp;I2C.cpp
|
2016-01-13 17:10:12 +00:00 |
BootConfig.cpp
|
|
2016-04-18 03:33:06 +00:00 |
BootConfig.h
|
|
2016-04-18 03:33:06 +00:00 |
CAN.cpp
|
WatchDog.cpp;Debug.cpp;Power.cpp;Interrupt.cpp
|
2016-01-13 16:59:33 +00:00 |
CAN.h
|
所有NULL更换为nullptr,GCC要求更严格。
|
2016-03-14 04:28:04 +00:00 |
Config.cpp
|
重构SmartOS的结构,基本类型独立Core目录,平台无关
|
2016-05-17 14:13:51 +00:00 |
Config.h
|
|
2016-05-17 14:19:16 +00:00 |
DAC.cpp
|
|
2016-05-18 00:27:14 +00:00 |
DAC.h
|
M0 驱动包含文件不一样
|
2016-05-26 01:51:59 +00:00 |
DMA.cpp
|
WatchDog.cpp;Debug.cpp;Power.cpp;Interrupt.cpp
|
2016-01-13 16:59:33 +00:00 |
DMA.h
|
所有NULL更换为nullptr,GCC要求更严格。
|
2016-03-14 04:28:04 +00:00 |
Debug.cpp
|
集体修改断言
|
2016-03-18 01:48:17 +00:00 |
Delegate.h
|
增加函数模版function和接口ifunction
|
2016-01-14 07:43:23 +00:00 |
Flash.cpp
|
支持f0 flash读保护
|
2016-04-19 03:03:41 +00:00 |
Flash.h
|
添加静态的读保护设置
|
2016-04-15 12:01:05 +00:00 |
I2C.cpp
|
集体修改断言
|
2016-03-18 01:48:17 +00:00 |
I2C.h
|
所有NULL更换为nullptr,GCC要求更严格。
|
2016-03-14 04:28:04 +00:00 |
Interrupt.cpp
|
BOOT APP 软中断重映射 搞定, 不影响正常非BOOT/APP固件编译
|
2016-04-13 02:02:38 +00:00 |
Interrupt.h
|
BOOT APP 软中断重映射 搞定, 不影响正常非BOOT/APP固件编译
|
2016-04-13 02:02:38 +00:00 |
Port.cpp
|
集体修改断言
|
2016-03-18 01:48:17 +00:00 |
Port.h
|
所有NULL更换为nullptr,GCC要求更严格。
|
2016-03-14 04:28:04 +00:00 |
Power.cpp
|
WatchDog.cpp;Debug.cpp;Power.cpp;Interrupt.cpp
|
2016-01-13 16:59:33 +00:00 |
Power.h
|
v3.1.2015.1108 增加系统配置存储模块,增加电源管理模块
|
2015-11-08 02:17:19 +00:00 |
RTC.cpp
|
ulong => UInt64
|
2016-03-07 10:46:10 +00:00 |
RTC.h
|
从Time中拆分RTC,不使用RTC的项目减小2k固件大小,编译通过,未测试
|
2015-08-22 09:37:55 +00:00 |
SerialPort.cpp
|
集体修改断言
|
2016-03-18 01:48:17 +00:00 |
SerialPort.h
|
#include目录问题
|
2016-05-18 00:30:18 +00:00 |
Spi.cpp
|
除了Buffer其它任何地方不得使用memcpy/memset
|
2016-03-11 04:39:30 +00:00 |
Spi.h
|
所有NULL更换为nullptr,GCC要求更严格。
|
2016-03-14 04:28:04 +00:00 |
Sys.cpp
|
临界区和倒置由Sys实现,以后独立到Chip
|
2016-05-17 14:38:54 +00:00 |
Sys.h
|
拆分DateTime
|
2016-05-18 03:52:06 +00:00 |
Task.cpp
|
所有NULL更换为nullptr,GCC要求更严格。
|
2016-03-14 04:28:04 +00:00 |
Task.h
|
所有NULL更换为nullptr,GCC要求更严格。
|
2016-03-14 04:28:04 +00:00 |
Thread.cpp
|
所有NULL更换为nullptr,GCC要求更严格。
|
2016-03-14 04:28:04 +00:00 |
Thread.h
|
重构SmartOS的结构,基本类型独立Core目录,平台无关
|
2016-05-17 14:13:51 +00:00 |
Time.cpp
|
拆分DateTime
|
2016-05-18 03:52:06 +00:00 |
Time.h
|
拆分DateTime
|
2016-05-18 03:52:06 +00:00 |
Timer.cpp
|
集体修改断言
|
2016-03-18 01:48:17 +00:00 |
Timer.h
|
所有NULL更换为nullptr,GCC要求更严格。
|
2016-03-14 04:28:04 +00:00 |
WatchDog.cpp
|
精简日志
|
2016-01-16 02:43:35 +00:00 |
WatchDog.h
|
加大看门狗喂狗间隔
|
2015-10-08 12:58:17 +00:00 |