index
:
librambutan
legacy
master
newprint
stm32f4discovery
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge remote branch 'rryan/usb_fixes'
Marti Bolivar
2011-09-20
4
-156
/
+90
|
\
|
*
Missed one hard-coded structure size.
RJ Ryan
2011-09-18
1
-1
/
+1
|
*
Fix memory alignment of USB descriptor structures.
RJ Ryan
2011-09-18
3
-155
/
+89
*
|
Add a libc abort() implementation.
RJ Ryan
2011-09-16
1
-5
/
+28
*
|
Add an __assert_func assertion handler so that libc does not use its
RJ Ryan
2011-09-16
1
-0
/
+9
|
/
*
Merge remote branch 'nzmichaelh/comment-fixups-2'
Marti Bolivar
2011-09-14
15
-4
/
+68
|
\
|
*
Added more doxygen file level headers. Documented a few more functions.
Michael Hope
2011-09-13
15
-4
/
+68
*
|
Make it easier to use the libmaple build system externally.
Marti Bolivar
2011-09-14
1
-1
/
+7
*
|
Update support/scripts/copy-to-ide.
Marti Bolivar
2011-09-13
1
-2
/
+1
*
|
[support/ld] Unify linker scripts.
Marti Bolivar
2011-09-13
15
-248
/
+89
*
|
[make] Factor out target/board configuration.
Marti Bolivar
2011-09-13
2
-64
/
+103
*
|
Makefile: Improve help
Marti Bolivar
2011-09-13
1
-9
/
+13
|
/
*
maple_native.cpp: Cosmetics.
Marti Bolivar
2011-09-12
1
-2
/
+2
*
syscalls.c: Allow environment to specify heap boundaries.
Marti Bolivar
2011-09-12
1
-6
/
+12
*
usart.h: Deprecate rx_buf field in usart_dev.
Marti Bolivar
2011-09-12
1
-1
/
+4
*
[support/ld] Put Maple Native's heap on external SRAM chip.
Marti Bolivar
2011-09-12
3
-0
/
+12
*
[support/ld] Add linker support for reconfigurable heap.
Marti Bolivar
2011-09-12
3
-15
/
+21
*
common_rom.inc: More comments.
Marti Bolivar
2011-09-12
1
-8
/
+20
*
test-fsmc.cpp: Fix incorrect sram_end.
Marti Bolivar
2011-09-12
1
-1
/
+1
*
Maple Native: Fix BOARD_NR_USED_PINS, boardUsedPins.
Marti Bolivar
2011-09-09
2
-8
/
+4
*
common_rom.inc: Eliminate apparently useless sections.
Marti Bolivar
2011-09-09
1
-8
/
+0
*
[support/ld] Rename vector table section.
Marti Bolivar
2011-09-09
4
-5
/
+2
*
Linker scripts: Remove useless junk.
Marti Bolivar
2011-09-09
2
-16
/
+1
*
Linker scripts: Rename section targets.
Marti Bolivar
2011-09-09
2
-14
/
+5
*
Linker scripts: Indent common_ram.inc, common_rom.inc.
Marti Bolivar
2011-09-09
2
-148
/
+149
*
Updated against 0.11
Michael Hope
2011-09-08
2
-27
/
+50
*
syscalls.c: Bugfix _sbrk() implementation.
Marti Bolivar
2011-09-07
1
-16
/
+31
*
stm32.h: Add STM32_SRAM_END.
Marti Bolivar
2011-09-07
1
-0
/
+12
*
Update outdated stm32.h usages.
Marti Bolivar
2011-09-07
5
-12
/
+12
*
stm32.h: Remove SRAM_SIZE, prefix all #defines.
Marti Bolivar
2011-09-07
1
-41
/
+63
*
Tidy up linker scripts.
Marti Bolivar
2011-09-07
12
-27
/
+19
*
syscalls.c: Remove fictitious uart_send() and broken comments.
Marti Bolivar
2011-09-07
1
-10
/
+0
*
util.c: Respect stm32.h.
Marti Bolivar
2011-09-07
1
-1
/
+1
*
[support/ld] Factor out header from common_rom.inc, common_ram.inc.
Marti Bolivar
2011-09-07
3
-73
/
+48
*
Makefile: tweak clean, add mrproper, make help more helpful.
Marti Bolivar
2011-09-07
1
-2
/
+11
*
pin-definitions.txt: Break up GPIO ports visually.
Marti Bolivar
2011-09-06
1
-0
/
+28
*
test-session.cpp: Fix 'd' command.
Marti Bolivar
2011-09-06
1
-6
/
+2
*
wirish/boards: Move includes into .cpp files.
Marti Bolivar
2011-09-01
7
-26
/
+20
*
maple_native.cpp: Add FSMC FIXME to resolve for 0.0.12.
Marti Bolivar
2011-09-01
1
-0
/
+1
*
maple-native.cpp: Comment tweak.
Marti Bolivar
2011-08-31
1
-1
/
+1
*
test-spi-roundtrip.cpp: Remove redundant loop.
Marti Bolivar
2011-08-31
1
-2
/
+0
*
maple_native.cpp: mark initSRAMChip() static.
Marti Bolivar
2011-08-31
1
-2
/
+2
*
test-session.cpp: Tweak output.
Marti Bolivar
2011-08-31
1
-3
/
+3
*
test-session.cpp: Measure ADC noise sequentially.
Marti Bolivar
2011-08-31
1
-8
/
+28
*
test-session.cpp: Multiple ADC noise measurements by default.
Marti Bolivar
2011-08-31
1
-15
/
+20
*
test-session.cpp: Better analog noise readings.
Marti Bolivar
2011-08-31
1
-8
/
+9
*
fsmc-stress-test.cpp: Eliminating unnecessary variable.
Marti Bolivar
2011-08-31
1
-2
/
+1
*
fsmc-stress-test.cpp: Convert to SerialUSB, don't print so much.
Marti Bolivar
2011-08-31
1
-2
/
+1
*
test-session.cpp: Tweak output.
Marti Bolivar
2011-08-30
1
-1
/
+1
*
test-fsmc.cpp: Tweak output.
Marti Bolivar
2011-08-30
1
-0
/
+1
[prev]
[next]