4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-15 18:19:22 +08:00

90 Commits

Author SHA1 Message Date
FlyM
62f0def025 1.delete comment code
2.add change log
2015-07-16 22:50:24 +08:00
FlyM
32855cfd3a rename bsp/stm32f10x/drivers/rtc.c to stm32f1_rtc.c
rename bsp/stm32f10x/drivers/rtc.h to stm32f10x/drivers/stm32f1_rtc.h

remove set_date,set_time function.
2015-07-16 02:08:44 +08:00
Aubr.Cool
6fad73c939 [BSP] stm32f10x can code format 2015-07-07 16:31:46 +08:00
Aubr.Cool
b750e11ec1 [bsp]stm32f10x add canapp can bus hook set 2015-07-07 14:37:07 +08:00
Aubr.Cool
b7571b5549 [BSP] stm32f10x fix bxcan for new changed driver 2015-07-07 14:37:04 +08:00
Aubr.Cool
b7010ff946 fix bxcan include component.h dirs error 2015-06-30 14:27:05 +08:00
Aubr.Cool
70aedb7a34 correct bxcan rcv irq error 2015-06-16 08:49:26 +08:00
Aubr.Cool
40123f0973 correct bxcan drive errors 2015-06-16 08:49:25 +08:00
Aubr.Cool
b319fb53e4 correct bxcan rcv msg rtr flag set 2015-06-16 08:49:25 +08:00
Aubr.Cool
b155067b6b correct bxcan init error 2015-05-26 14:43:46 +08:00
BernardXiong
951fd5429c [BSP] remove Keil MDK3 project file 2015-05-23 10:26:38 +08:00
BernardXiong
be895cc9b2 [BSP] update Keil MDK project file. 2015-05-20 16:57:44 +08:00
Aubr.Cool
8e29e3d98b add author information 2015-05-15 07:58:21 +08:00
Aubr.Cool
eb56b832ef Add Can Drv 2015-05-14 16:52:48 +08:00
BernardXiong
e38f3aa39c [BSP] Update Keil MDK project files. 2015-05-11 21:10:25 +08:00
Aubr.Cool
2be9959891 correct stm32f10x pin64 define error 2015-04-23 16:11:38 +08:00
Bright Pan
93122aaa19 [BSP]stm32f10x: Fix gpio driver for 144pins and 64pins 2015-03-25 10:44:02 +08:00
Bright Pan
c377690989 [BSP]stm32f10x: Add gpio driver for pin driver frame 2015-03-24 16:30:37 +08:00
unknown
351dd923e3 bsp stm32f10x add uart4 drive 2015-03-11 15:24:09 +08:00
Bright Pan
a61d228b76 Nanopb is a plain-C implementation of Google's Protocol Buffers data
format. It is targeted at 32 bit microcontrollers, but is also fit for
other embedded systems with tight (2-10 kB ROM, <1 kB RAM) memory
constraints.(http://koti.kapsi.fi/jpa/nanopb/)

How to use the example:
	1. move examples/nanopb to bsp/xxxx/
	2. enable macro RT_USING_NANOPB in rtconfig.h
	3. regenerate the project file (scons --target=xxxx)
	4. rebuild the project
2015-03-10 18:24:17 +08:00
armink
79c37cb30f [BSP]changed stm32f10x uart driver. make sure the serial transmit
complete in putc().
2015-01-31 11:18:59 +08:00
armink
131c41d182 [BSP]support 9 data bits and parity config for stm32f10x uart driver. 2015-01-31 11:14:10 +08:00
armink
1213dec3c9 fix #347 2015-01-31 11:05:00 +08:00
Bright Pan
3c65a522fd Add mdk5 project for stm32 bsps 2014-11-19 15:28:56 +08:00
armink
77b214f1bc [BSP]Add serial receive overflow interrupt to stm32f10x ISR. 2014-09-13 11:53:21 +08:00
armink
04c4e5d9a4 [BSP]Fixes two writing mistake for stm32f10x. 2014-09-13 11:50:54 +08:00
tcz717
537beefa70 拼写错误
drvers->drivers
2014-09-08 19:53:55 +08:00
bernard
9572d3e46a [bsp] Fix STM32F10x compiling warning. 2014-07-21 06:23:50 +08:00
bernard
26118499e0 [BSP] remove rt_device_init_all() invoking. 2014-07-19 06:50:00 +08:00
bernard
74377b2650 [Drivers] re-write serial framework. 2014-07-18 07:21:09 +08:00
Grissiom
2a9e893c79 initialize timer in bsp
With new timer algorithm, timer should be initialized during startup. So
add them to the bsps. Use these commands to get which bsp is missing
calling the function:

    % git grep rt_system_timer_init bsp|sed -n 's|bsp/\([^/]*\).*|\1|p' | sort | uniq > have_tm_init
    % ls -1 bsp |sed -n 's|\([^/]*\).*|\1|p' | sort > all_bsp
    % comm -3 all_bsp have_tm_init
    beaglebone
    lpc176x
    lpc178x
    ls1bdev
    mb9bf506r
    stm32f10x
    xplorer4330
2013-10-21 00:31:10 +08:00
Grissiom
d70761222c stm32f10x: fix the rtgui initialization
The rtgui_system_server_init prototype is wrong. And if we use
RT_USING_COMPONENTS_INIT, there is no need to call
rtgui_system_server_init again.
2013-09-03 20:09:45 +08:00
aozima
13c30f9269 update usart driver: use serial driver component. 2013-07-12 23:32:48 +08:00
aozima
b12f6bbdee cleanup code. 2013-07-12 23:28:24 +08:00
aozima
fc9d7926e2 update project support auto initial. 2013-07-12 23:09:12 +08:00
aozima
c44b02f08c support auto initial. 2013-07-12 23:08:46 +08:00
aozima
8890e83aa9 update DM9000 ethernet driver for auto initial. 2013-07-12 22:54:53 +08:00
aozima
020d05ca92 update SD card driver for auto initial. 2013-07-12 22:54:48 +08:00
aozima
5183697fd4 update linker script for components auto initial. 2013-07-12 22:50:50 +08:00
aozima
e749fb6e9a cleanup code. 2013-07-12 18:38:30 +08:00
aozima
a183f1fbe9 update stm32f10x project. 2013-07-12 18:31:42 +08:00
aozima
8c2a11c234 update stm32f10x project directory structure. 2013-07-12 18:16:43 +08:00
aozima
f0d03af696 remove unused file. 2013-07-12 17:51:35 +08:00
aozima
8711a0c986 update SConstruct. 2013-07-11 23:11:16 +08:00
aozima
cc8301d0f1 update linker script for components auto initial. 2013-07-11 23:07:16 +08:00
aozima
4807145a71 clean up code: remove the old file. 2013-06-08 20:50:09 +08:00
Grissiom
24649bfefe bsp/stm32f10x: remove the last calibration.c
This also provide an example to show how to use calibration feature in
the RTGUI.
2013-02-24 18:16:16 +08:00
aozima
eefb272cfd update stm32f10x template. 2013-02-20 10:49:09 +08:00
aozima
e3a4ae1370 update stm32f10x template. 2013-02-20 10:15:09 +08:00
Ming, Bai
b4de7cce57 Re-normalizing the repo 2013-01-08 22:40:58 +08:00