gdisirio
|
80c4c3fd6d
|
Fixed bug #525.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7172 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-13 14:26:59 +00:00 |
gdisirio
|
feb5c483c2
|
Enhance events in RT. Events documentation cleanup.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7169 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-13 10:28:22 +00:00 |
gdisirio
|
0c1ba01812
|
Added brackets as suggested in #523.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7167 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-13 09:21:25 +00:00 |
gdisirio
|
46c0e6255e
|
Added chSysConditionalLock() and chSysConditionalUnlock() functions to RT and NIL. Improved debug documentation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7166 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-12 16:05:36 +00:00 |
gdisirio
|
80284bf64a
|
Added systime_t chThdSleepUntilWindowed(systime_t prev, systime_t next) API.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7165 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-10 16:45:47 +00:00 |
gdisirio
|
49d05cf795
|
Fixed bug #523.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7164 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-08 12:21:41 +00:00 |
utzig
|
1f850bc0ed
|
[KINETIS] Add Teensy 3.0 board description
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7159 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-07 15:40:09 +00:00 |
utzig
|
85723a41ce
|
[KINETIS] Use dynamic MCG settings based on XTAL frequency
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7158 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-07 15:38:15 +00:00 |
utzig
|
33374d3bac
|
[KINETIS] Add XTAL frequency configuration option
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7157 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-07 15:36:45 +00:00 |
utzig
|
a01d3d5fba
|
[KINETIS] Remove extra licensing terms
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7156 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-07 15:35:18 +00:00 |
utzig
|
848189f19a
|
[KINETIS] Add missing entry to linker script
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7155 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-07 15:34:20 +00:00 |
gdisirio
|
282f43823a
|
Fixed bug #522.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7154 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-07 11:47:30 +00:00 |
barthess
|
683c4ac7af
|
STM32 FSMC NAND. Polishing driver after hardware tests.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7152 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-07 08:53:41 +00:00 |
gdisirio
|
07339aeb0e
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7151 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-07 08:00:46 +00:00 |
utzig
|
6d80d25b76
|
[KINETIS] Fix K20 serial driver
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7149 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-07 02:42:07 +00:00 |
utzig
|
576a59bba2
|
[KINETIS] K20D50M board PB16/PB17 configured as USART0
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7148 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-07 02:05:43 +00:00 |
utzig
|
8203b6596a
|
[KINETIS] Initial K20 serial driver (Not working yet - WIP)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7147 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-07 02:03:36 +00:00 |
utzig
|
543196b9c7
|
[KINETIS] Fixes to registers definitions
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7146 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-07 02:02:08 +00:00 |
barthess
|
156ff76940
|
STM32 FSMC NAND. Change driver file layout and naming conventions.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7145 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-06 21:17:02 +00:00 |
utzig
|
2a6b156390
|
[KINETIS] Fix KL2x serial driver for osal compatibility
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7144 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-06 20:34:43 +00:00 |
utzig
|
e48246c26a
|
Fix copyright message
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7143 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-06 20:15:34 +00:00 |
gdisirio
|
b02dcc6d42
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7142 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-06 14:22:26 +00:00 |
gdisirio
|
4df2f81372
|
Meved early initialization hook even earlier in the boot sequence (ARMCMx ctr0.c).
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7141 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-06 12:14:02 +00:00 |
gdisirio
|
832fbf4c6d
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7140 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-06 10:40:09 +00:00 |
gdisirio
|
3de2787120
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7139 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-06 08:32:23 +00:00 |
utzig
|
c6d9449791
|
[KINETIS] Add K20x family port makefile
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7136 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-06 01:05:05 +00:00 |
utzig
|
08815e8dcc
|
[KINETIS] Add basic K20 family support
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7135 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-06 01:03:36 +00:00 |
utzig
|
7baef1fa5f
|
[KINETIS] Style fix
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7134 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-06 01:02:51 +00:00 |
utzig
|
9cdcf206c2
|
[KINETIS] Freescale Freedom K20D50M board
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7133 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-06 01:00:44 +00:00 |
utzig
|
d52d7221ac
|
[KINETIS] Linker script and cmparams for K20
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7132 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-06 00:59:15 +00:00 |
utzig
|
71d30ef1b4
|
[KINETIS] Initial K20 series header
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7131 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-06 00:56:36 +00:00 |
barthess
|
70574490da
|
STM32 FSMC NAND. Cleaned rest of v2.6 calls
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7130 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-05 14:37:04 +00:00 |
gdisirio
|
3988ae9c5e
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7128 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-05 09:09:27 +00:00 |
barthess
|
f5063b9072
|
STM32 FSMC NAND. Fixed license notes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7125 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-05 08:17:43 +00:00 |
barthess
|
ff627a3d42
|
STM32 FSMC NAND. Added testhal
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7124 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-05 08:04:20 +00:00 |
barthess
|
88a09ec741
|
Added FSMC NAND driver
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7123 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-05 08:00:56 +00:00 |
gdisirio
|
adb00b4f8f
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7122 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-05 07:53:49 +00:00 |
gdisirio
|
3e71eee97c
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7120 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-04 13:12:00 +00:00 |
utzig
|
6e81c34c57
|
Fixed bug #521 - only create srec when there's a SREC var
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7119 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-03 23:45:32 +00:00 |
barthess
|
a5ba022311
|
CPP wrappers ported to Chibios v3.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7118 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-03 20:23:16 +00:00 |
utzig
|
fb723a1e3d
|
[KINETIS] Remove duplicated header
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7117 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-02 00:56:46 +00:00 |
utzig
|
49571d279b
|
[KINETIS] Fix doxygen path
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7115 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-02 00:40:30 +00:00 |
utzig
|
78fbd86ff2
|
[KINETIS] Add missing makefile for KL2x
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7114 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-02 00:39:43 +00:00 |
utzig
|
32ad492ac5
|
[KINETIS] Removed unused header
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7113 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-02 00:38:12 +00:00 |
utzig
|
9817055846
|
[ARMCMx] Add support for creating srec output
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7111 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-01 22:56:04 +00:00 |
utzig
|
800bd88d35
|
[KINETIS] Initial support for KL25 family
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7110 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-01 22:55:00 +00:00 |
gdisirio
|
ef7990a192
|
Improved makefiles.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7107 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-08-01 07:19:47 +00:00 |
gdisirio
|
a91b8d62dd
|
Fixed bug #520.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7106 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-28 12:21:17 +00:00 |
gdisirio
|
ff9bc27d92
|
Fixed bug #519.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7105 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-28 12:17:33 +00:00 |
gdisirio
|
da71f08558
|
Fixed bug #518.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7104 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-28 12:11:55 +00:00 |
utzig
|
2120bb8b4e
|
[AVR] Enable tickless usage for NIL
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7102 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-26 13:27:29 +00:00 |
utzig
|
1437e590d7
|
[AVR] Add preliminary tickless support to HAL
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7101 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-26 13:26:47 +00:00 |
gdisirio
|
df18715f17
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7100 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-26 09:24:53 +00:00 |
gdisirio
|
c56023db57
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7098 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-26 09:06:28 +00:00 |
gdisirio
|
3abd243391
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7097 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-26 09:00:40 +00:00 |
gdisirio
|
8be2283c72
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7095 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-26 08:49:10 +00:00 |
gdisirio
|
023a554d83
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7094 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-26 08:40:58 +00:00 |
utzig
|
04fdfe40ab
|
[AVR] Use osal provided OSAL_ST_FREQUENCY instead of redefining it
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7092 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-25 14:09:15 +00:00 |
gdisirio
|
f7bb819a4a
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7087 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-25 11:51:33 +00:00 |
gdisirio
|
2d5f8ca186
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7083 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-25 09:50:54 +00:00 |
gdisirio
|
4c7b7f38ba
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7078 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-25 08:36:08 +00:00 |
gdisirio
|
591b09c2ee
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7076 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-24 14:42:09 +00:00 |
gdisirio
|
dc2bd99369
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7075 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-24 14:39:45 +00:00 |
gdisirio
|
2fb56dec91
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7074 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-24 12:40:06 +00:00 |
gdisirio
|
3376b9c826
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7066 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-24 08:14:19 +00:00 |
gdisirio
|
30522d3ac0
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7065 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-24 07:37:17 +00:00 |
gdisirio
|
dd1dc10973
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7064 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-24 07:29:41 +00:00 |
gdisirio
|
37de072555
|
Working Area allocation bug in NIL fixed.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7061 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-23 12:33:02 +00:00 |
gdisirio
|
46d8d011af
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7055 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-22 09:01:53 +00:00 |
gdisirio
|
1fc5d692e6
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7047 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-21 10:34:52 +00:00 |
gdisirio
|
90765cccc9
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7042 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-17 12:40:40 +00:00 |
gdisirio
|
3b9e182f11
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7041 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-17 12:24:19 +00:00 |
gdisirio
|
25069afdb7
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7040 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-17 10:42:54 +00:00 |
gdisirio
|
6fd6d0670e
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7039 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-17 10:03:21 +00:00 |
gdisirio
|
1272fdce1e
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7038 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-17 08:52:22 +00:00 |
gdisirio
|
6dee6a0bc9
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7037 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-17 08:43:20 +00:00 |
gdisirio
|
9116939c51
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7035 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-17 08:21:29 +00:00 |
gdisirio
|
d4940ccd26
|
Fixed bug #514.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7032 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-13 11:07:20 +00:00 |
gdisirio
|
6924ea9aea
|
Fixed bug bug #517.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7027 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-09 17:49:15 +00:00 |
utzig
|
9607cf96b0
|
Fixed warning
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7025 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-09 01:29:01 +00:00 |
utzig
|
fa74e80323
|
Fixed a warning
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7024 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-09 01:28:30 +00:00 |
utzig
|
d50ca14a21
|
Fixed indexing of context offset inside thread_t (was chibios's thread_t based...)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7021 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-08 19:05:06 +00:00 |
utzig
|
c4eab50690
|
Fixed setup_context and removed unused extctx
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7020 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-08 19:03:04 +00:00 |
utzig
|
4a9ae2565a
|
Extra makefile for nil port
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7019 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-08 19:01:50 +00:00 |
utzig
|
6e65427959
|
Make hal usable in both chibios/nil
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7018 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-08 19:00:10 +00:00 |
utzig
|
8b24baf454
|
Mostly style fixes
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7017 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-08 18:59:30 +00:00 |
utzig
|
e655ac4cd8
|
Fixed to osal type names
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7016 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-08 18:58:51 +00:00 |
utzig
|
7534f806fa
|
Fixed to osal type names
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7015 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-08 18:58:22 +00:00 |
utzig
|
27ce73c013
|
Removed duplicated initialization which is already done in hal
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7014 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-08 18:57:03 +00:00 |
gdisirio
|
f7aebc96d5
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7012 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-07 13:00:34 +00:00 |
gdisirio
|
04683ac245
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7011 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-06 21:12:50 +00:00 |
gdisirio
|
9b9e7833b1
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7010 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-06 13:18:12 +00:00 |
gdisirio
|
fb4739b12b
|
lwIP code by Eddie, not fully "RT-free" in the HAL LLD.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7009 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-05 16:09:29 +00:00 |
gdisirio
|
563edb7c0e
|
Added contributed FatFS code, thanks Eddie.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7008 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-05 15:56:39 +00:00 |
gdisirio
|
7212c7c42c
|
Fixed http://forum.chibios.org/phpbb/viewtopic.php?f=2&t=2004
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7007 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-05 15:37:37 +00:00 |
gdisirio
|
655eebbc49
|
Fixed FPU code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7006 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-07-03 11:30:26 +00:00 |
utzig
|
11d87ed923
|
Updated to RT-3 (might temporarily break NIL port)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7000 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-06-29 23:07:40 +00:00 |
utzig
|
766a2388d4
|
AVR HAL ported from RT-2 (serial/pal/hal tested)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6999 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-06-29 23:06:17 +00:00 |
utzig
|
5eb1ae8cc3
|
Add initial RT-3 AVR port
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6998 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-06-29 23:03:23 +00:00 |
gdisirio
|
852f75dabe
|
Fixed bug #512.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6997 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
2014-06-29 16:42:19 +00:00 |