Yuguo Zou
|
c160d5b1cd
|
Ported code of CMSIS5/RTX2
temporarily comment out these code to prevent conflict with RTX
|
2017-06-03 20:15:02 +01:00 |
Yuguo Zou
|
6c82b51f78
|
an I2C fix
an I2C fix for updated CI-test
|
2017-06-03 20:15:01 +01:00 |
Yuguo Zou
|
f000eb3401
|
Restore TCPIP_THREAD_STACKSIZE and thread_stack_main
move some TCPIP stack data to heap;
switch off GDMA for SPI (only for SPI);
TCPIP_THREAD_STACKSIZE and thread_stack_main are identical to ARMmbed
|
2017-06-03 20:15:01 +01:00 |
Yuguo Zou
|
c3bf1c5006
|
remove unused class member from RTWInterface
|
2017-06-03 20:15:00 +01:00 |
Yuguo Zou
|
6f24e9e8e9
|
Clear Wlan code in permissive-binary-license
These code are put in binary library or they are unused .h files
|
2017-06-03 20:15:00 +01:00 |
Yuguo Zou
|
0430b94896
|
code style fix #2
|
2017-06-03 20:14:59 +01:00 |
Yuguo Zou
|
d18735dd31
|
code style fix
replace tab with 4 spaces;
remove "#ifndef CONFIG_MBED_ENABLED" code;
make if else pretty;
add comment to PinNames.h;
|
2017-06-03 20:14:59 +01:00 |
Yuguo Zou
|
0650ad1384
|
greentea heap&stack fix
|
2017-06-03 20:14:59 +01:00 |
Yuguo Zou
|
15d58690e9
|
fold static variables in RTWInterface.cpp to .h, modify lwipopts.h TCPIP_THREAD_STACKSIZE
|
2017-06-03 20:14:59 +01:00 |
Yuguo Zou
|
f87eca8a2b
|
remove sleep_api.c
|
2017-06-03 20:14:59 +01:00 |
Yuguo Zou
|
2dd9415e89
|
Fold ADC0 into trng; delete comment code
|
2017-06-03 20:14:58 +01:00 |
Yuguo Zou
|
ba03499b21
|
reslove conflict UINT definition between basic_types.h & filesystem
|
2017-06-03 20:14:58 +01:00 |
Yuguo Zou
|
08489e4f18
|
Fix on Wifi
|
2017-06-03 20:14:58 +01:00 |
Yuguo Zou
|
1141c7a08b
|
fix C++11 warning
|
2017-06-03 20:14:58 +01:00 |
Yuguo Zou
|
680dec521e
|
fix a bug in PWM
PWM period larger than 60ms has significant time error
|
2017-06-03 20:14:58 +01:00 |
Yuguo Zou
|
00ffb04f68
|
move target specific scripts to tools/targets/
|
2017-06-03 20:14:58 +01:00 |
Yuguo Zou
|
074dd9f9fd
|
fix a bug brought by previous commit
commit dfe0a97 brought some new problem, this commit fix that
|
2017-06-03 20:14:57 +01:00 |
Archcady
|
3736313c39
|
Update RTWInterface.cpp
|
2017-06-03 20:14:57 +01:00 |
Yuguo Zou
|
dbcd36f242
|
fix bugs found in CI test
HalTimerOp has been changed to HalTimerOpExt
|
2017-06-03 20:14:57 +01:00 |
ianqianting
|
b1d999178a
|
fix wifi example fail issue
|
2017-06-03 20:14:57 +01:00 |
Yuguo Zou
|
d96de9c21a
|
update to lwip_stack issue
|
2017-06-03 20:14:56 +01:00 |
Yuguo Zou
|
de8f2ad1f1
|
switch off tcm_heap usage
|
2017-06-03 20:14:56 +01:00 |
Yuguo Zou
|
57f385a2fd
|
mute some debug message in wlan lib
|
2017-06-03 20:14:56 +01:00 |
Yuguo Zou
|
7c2e73df4c
|
Add Arduino pins
|
2017-06-03 20:14:55 +01:00 |
Yuguo Zou
|
8d20c35508
|
Update lib (enum issue)
|
2017-06-03 20:14:55 +01:00 |
Yuguo Zou
|
29e11a1cb9
|
move REALTEK_RTL8195AM.py, remove progen in targets.json
|
2017-06-03 20:14:54 +01:00 |
Yuguo Zou
|
02687b5ec5
|
A fix to enum issue
|
2017-06-03 20:14:54 +01:00 |
Yuguo Zou
|
9a0cb73447
|
mute debug message in RAM1 (changed)
|
2017-06-03 20:14:52 +01:00 |
Yuguo Zou
|
f8019f4526
|
Mute RAM1 messages
|
2017-06-03 20:14:52 +01:00 |
Yuguo Zou
|
d461776ca7
|
Fix postbuild for ARM & GCC
|
2017-06-03 20:14:52 +01:00 |
Yuguo Zou
|
7867a816d7
|
WiFi test fix for GCC
right now still need to add flag in gcc.py, we are fixing!
|
2017-06-03 20:14:51 +01:00 |
Archcady
|
6a47d01c4a
|
Rename Lwipopts_conf.h to lwipopts_conf.h
|
2017-06-03 20:14:51 +01:00 |
Yuguo Zou
|
9514cf810a
|
improve py code
|
2017-06-03 20:14:51 +01:00 |
Yuguo Zou
|
d75c5dbef0
|
minor fixes
correct heap size in icf file;
improve REALTEK_RTL8195AM.py
|
2017-06-03 20:14:50 +01:00 |
Yuguo Zou
|
b20d635882
|
fix the issue that GCC builds extra-large bin file
also a minor fix to IAR icf file
|
2017-06-03 20:14:50 +01:00 |
Yuguo Zou
|
3e9dafa853
|
remove "default_build" from targets.json
|
2017-06-03 20:14:50 +01:00 |
Yuguo Zou
|
0894548b3d
|
complete postbuild process for IAR
also reduce replicated code
|
2017-06-03 20:14:50 +01:00 |
Archcady
|
d0488c1076
|
Rename features/FEATURE_LWIP/lwip-interface/lwip-eth/arch/target_realtek/Lwipopts_conf.h to features/FEATURE_LWIP/lwip-interface/lwip-eth/arch/TARGET_Realtek/Lwipopts_conf.h
|
2017-06-03 20:14:50 +01:00 |
Yuguo Zou
|
ad85a1409b
|
Remove IPV4 from features in targets.json
|
2017-06-03 20:14:49 +01:00 |
Yuguo Zou
|
41f20d6913
|
remove useless definitions in device.h
also fix a minor building error
|
2017-06-03 20:14:49 +01:00 |
Yuguo Zou
|
0d84a8d0d0
|
move network Interface API out
|
2017-06-03 20:14:49 +01:00 |
Archcady
|
173315ddf3
|
remove unused code
|
2017-06-03 20:14:49 +01:00 |
Yuguo Zou
|
c72257cbf8
|
update other file headers
|
2017-06-03 20:14:48 +01:00 |
Yuguo Zou
|
3395ebc520
|
update lib
|
2017-06-03 20:14:48 +01:00 |
Yuguo Zou
|
49baa975cd
|
py coding style
|
2017-06-03 20:14:46 +01:00 |
Yuguo Zou
|
5e47ad075d
|
Fix headers issue in TARGET_AMEBA\sdk\common folder
|
2017-06-03 20:14:46 +01:00 |
Yuguo Zou
|
4d52f985eb
|
change proprietary headers (APACHE2.0)
correct proprietary headers for some of our codes
|
2017-06-03 20:14:46 +01:00 |
Yuguo Zou
|
9e9878f377
|
improve coding style
consistent with other tools
|
2017-06-03 20:14:45 +01:00 |
Archcady
|
c20809492d
|
Rename rtl8195a_rom.so to rtl8195a_rom.o
|
2017-06-03 20:14:45 +01:00 |
Archcady
|
04ede46486
|
Add rtl8195a_rom.so
|
2017-06-03 20:14:45 +01:00 |