This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via 9539f3bf06633a178e8f9eaebbcf350c21f90619 (commit)
via e2d82ff44c55c52131c407a264cfbd1f71c4b14d (commit)
via af61aaef21e85769e969e0760e4706eebc18eb5a (commit)
via 4ef35380e8340c0103494ad86afef7788dc6aa4f (commit)
from 5bba6d92068f869c880d8fe59712343146f63391 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9539f3bf06633a178e8f9eaebbcf350c21f90619
Author: Uwe Hermann <uw...@he...>
Date: Fri Dec 17 05:45:06 2010 +0100
Fix typo.
commit e2d82ff44c55c52131c407a264cfbd1f71c4b14d
Author: Uwe Hermann <uw...@he...>
Date: Fri Dec 17 05:37:22 2010 +0100
Build fixes for ethernet.c, and hook it up.
commit af61aaef21e85769e969e0760e4706eebc18eb5a
Author: Uwe Hermann <uw...@he...>
Date: Fri Dec 17 05:28:02 2010 +0100
Minor ld script changes.
Add wildcards to the input section names.
This fixes the script for use with the "-ffunction-sections
-fdata-sections -Wl,--gc-sections" options when compiling/linking.
Also, discard the .eh_frame section. This section is emitted by GCC 4.4,
but not 4.5. Discarding it doesn't appear to break anything. I suspect this is
used for C++ exception implementation.
I found this to be a problem when building with GCC 4.4 (arm-elf),
because the USB DFU demo exceeded the 8k I allowed for it.
Thanks to Gareth McMullin <ga...@bl...> for the patch.
commit 4ef35380e8340c0103494ad86afef7788dc6aa4f
Author: Uwe Hermann <uw...@he...>
Date: Fri Dec 17 05:24:28 2010 +0100
Register definitions for the STM32F107 Ethernet.
Thanks to Gareth McMullin <ga...@bl...>.
-----------------------------------------------------------------------
Summary of changes:
include/libopenstm32/ethernet.h | 203 +++++++++++++++++++++++++++++++++++++++
lib/Makefile | 2 +-
lib/ethernet.c | 53 ++++++++++
lib/libopenstm32.ld | 14 ++-
4 files changed, 267 insertions(+), 5 deletions(-)
create mode 100644 include/libopenstm32/ethernet.h
create mode 100644 lib/ethernet.c
hooks/post-receive
--
libopenstm32
|