Grissiom
|
3d0647efb3
rm48x50: optimize context_switch_interrupt_do
|
12 years ago |
Grissiom
|
b39d038cf0
rm48x50: utilize CPS instruction and remove some useless code
|
12 years ago |
Grissiom
|
f51bce3fed
add rm48x50 bsp and libcpu
|
12 years ago |
prife
|
d0d1861d81
Merge pull request #88 from grissiom/fix-sim-serial
|
12 years ago |
qiuyiuestc
|
e822f87b1a
Merge pull request #90 from heyuanjie87/ForPullRequest
|
12 years ago |
Bernard Xiong
|
2ef9d91913
Merge pull request #89 from grissiom/dfs-misc-fix
|
12 years ago |
Bernard Xiong
|
c5dd2feb07
Merge pull request #91 from aozima/pulls
|
12 years ago |
Bernard Xiong
|
7cc284d5a0
add library file for Keil MDK project generation
|
12 years ago |
aozima
|
c77c69c46e
fix spelling error.
|
12 years ago |
aozima
|
9a671a5002
move initial alarm event & mutex in system init.
|
12 years ago |
aozima
|
36fc5520cb
format code by Astyle.
|
12 years ago |
heyuanjie87
|
8b4aadb4db
add usb state
|
12 years ago |
Grissiom
|
3b91e8143b
add missing dfs_mkfs prototype in dfs_fs.h
|
12 years ago |
heyuanjie87
|
3d9c558afa
Merge branch 'master' of https://github.com/RT-Thread/rt-thread into ForPullRequest
|
12 years ago |
qiuyiuestc
|
713b1f00a6
Merge pull request #87 from grissiom/static-usbd
|
12 years ago |
Grissiom
|
60857630c0
simulator: fix serial_write
|
12 years ago |
qiuyiuestc
|
f7d1097e6b
Merge pull request #87 from grissiom/static-usbd
|
12 years ago |
Grissiom
|
b3e38f53b4
usbdevice/core: use static message queue
|
12 years ago |
Grissiom
|
f0d50a7b36
usbdevice/core: use static thread instead of dynamic thread
|
12 years ago |
Bernard Xiong
|
f1e34eef11
Merge pull request #86 from grissiom/serial-rb-size
|
12 years ago |
Bernard Xiong
|
94b7fee4d2
Merge pull request #85 from grissiom/fix-usb-serial
|
12 years ago |
Bernard Xiong
|
8e9e7f3e7c
serial: use RT_SERIAL_RB_BUFSZ to define the size of ring buffer.
|
12 years ago |
Grissiom
|
aa179e4438
cdc_vcom: not to start sending data when the data is already sending
|
12 years ago |
Grissiom
|
157af94af9
usbdevice/core: small optimization on the event loop
|
12 years ago |
Grissiom
|
d23ee75d2e
cdc_vcom: send data as many as possible
|
12 years ago |
Grissiom
|
5de59429fe
usbdevice/core: misc cleanup
|
12 years ago |
Grissiom
|
ffb1e62020
cdc_vcom: send a zero-length-packet at the end is transaction
|
12 years ago |
Grissiom
|
778c4239b1
cdc_vcom: fix the bug that use ringbuffer pool as usb packet buffer
|
12 years ago |
Bernard Xiong
|
c8d85a5c35
Merge pull request #84 from grissiom/ringbuffer
|
12 years ago |
Grissiom
|
952bc0d4ef
ringbuffer: format the code to a more symmetric structure
|
12 years ago |