Commit Graph

137 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther ec50d509ad doc: Write a bit about programming using the SAM7 Utility 2011-10-08 23:46:34 +02:00
Holger Hans Peter Freyther 81ed5bce33 doc: Introduce a chapter on the firmware
Begin to document how to get the firmware, how to build it, how to
flash it, how to hack on it. Some parts are not there yet.
2011-10-08 15:25:53 +02:00
Holger Hans Peter Freyther c6310b9281 docs: Move the '.' into the paragraph, fixes a jade error. 2011-10-08 15:02:08 +02:00
Holger Hans Peter Freyther 2daf5ca4cd wireshark: Add one more missing file 2011-08-16 18:11:55 +02:00
Kevin Redon 5c1f1ee9df Merge branch 'master' of git.osmocom.org:simtrace 2011-08-15 18:29:16 +02:00
Holger Hans Peter Freyther d241286a35 doc: Document the planned but missing modes 2011-08-15 13:23:14 +02:00
Holger Hans Peter Freyther 58285d4e19 doc: Rename using to using_sniff to add more using mode 2011-08-15 13:16:32 +02:00
Holger Hans Peter Freyther 0b05b6bd0d doc: Add ... to indicate omitted output 2011-08-15 13:16:16 +02:00
Holger Hans Peter Freyther e5a98e5b79 doc: Document building wireshark 2011-08-15 13:12:34 +02:00
Holger Hans Peter Freyther e3fb596c64 doc: Use the FTDI wording from the wiki 2011-08-15 13:06:02 +02:00
Holger Hans Peter Freyther 7e582473c0 wireshark: Add the sim.c file as well 2011-08-15 12:07:12 +02:00
Holger Hans Peter Freyther c960a25849 host: Pass all modules to one pkg-config invocation
Invoke pkg-config only once per command, makes the lines a
bit shorter as well.
2011-08-15 11:54:02 +02:00
Holger Hans Peter Freyther a496d88a79 wireshark: Add a patch that applies to the stable 1.6 branch 2011-08-15 11:53:33 +02:00
Holger Hans Peter Freyther 1bb23171fc doc: Write about the KiCad schematics 2011-08-15 11:32:45 +02:00
Peter Stuge 18ad51fe76 Use libusb-1.0 for USB communication 2011-08-15 10:31:54 +02:00
Peter Stuge 7b76e0ce7c Silence warning: initialization from incompatible pointer type 2011-08-15 10:31:54 +02:00
Peter Stuge 0060806497 Include <stdlib.h> for malloc() and free() 2011-08-15 10:31:54 +02:00
Holger Hans Peter Freyther a41f102a76 doc: Document the known firmware issues and if they have a workaround 2011-08-14 14:47:21 +02:00
Holger Hans Peter Freyther 2c5d60682f doc: Ask users to disconnect the power at the ftdi connector 2011-08-14 14:37:46 +02:00
Holger Hans Peter Freyther 41cb9903c0 doc: Reformat the text to have a 80 char line limit 2011-08-14 14:36:43 +02:00
Holger Hans Peter Freyther b230ec61fc doc: Copy Kevin's hardware section into the documentation 2011-08-14 14:36:37 +02:00
Holger Hans Peter Freyther 0c387d5882 doc: Improve wording. Avoid repeating 'This hardware' 2011-08-14 08:21:32 +02:00
Kevin Redon b3e229729f microSIM footprint added 2011-08-13 15:57:28 +02:00
Kevin Redon 902b6a68f1 microSIM schema created (cpoied from normal SIM) 2011-08-13 15:56:36 +02:00
Kevin Redon 0ce897d341 ftdi vcc disconnected 2011-08-13 13:52:27 +02:00
Kevin Redon 3b942695a9 cap near cpu, routing improved 2011-08-13 13:51:16 +02:00
Harald Welte 9389e50e7a update wireshark patch to work with latest wireshark svn trunk 2011-08-12 14:25:57 +02:00
Harald Welte 29b1190ddc include a copy instead of the symlink 2011-08-12 11:21:24 +02:00
Holger Hans Peter Freyther d22a14bc29 doc: Document the installation of various things
http://software.opensuse.org/download.html?project=home:zecke23&package=simtrace
comes to rescue to show the binaries and the commands
2011-08-09 18:29:32 +02:00
Holger Hans Peter Freyther eec6d44a12 doc: Document building from source 2011-08-09 18:16:23 +02:00
Holger Hans Peter Freyther 86323174e2 doc: Add images, add introduction, add usage system 2011-08-09 17:10:38 +02:00
Holger Hans Peter Freyther ebbc9bef4f usermanual: Start writing some bits about the installation 2011-07-19 23:19:32 +02:00
Holger Hans Peter Freyther f34b1aa52d simtrace: Add a very simple manpage 2011-07-17 19:17:11 +02:00
Holger Hans Peter Freyther 24ed56588b make: Provide a very simple install target for SIMtrace 2011-07-17 18:07:21 +02:00
Holger Hans Peter Freyther 5953e90599 make: Move the LDFLAGS to the end of the link line for OpenSUSE
The code does not build like this on a OpenSUSE system, it will
not find the libusb and libosmocore library.
2011-07-17 18:05:08 +02:00
Holger Hans Peter Freyther f1c60623ae misc: Use osmo_hexdump instead of the local variant 2011-07-15 16:09:55 +02:00
Holger Hans Peter Freyther 83e051ce6e main.c: Initialize byte_count with 0. It is never used though. 2011-07-15 15:49:49 +02:00
Holger Hans Peter Freyther 13fdc84500 misc: Ignore some files 2011-07-13 00:10:28 +02:00
Holger Hans Peter Freyther 0729969530 manual: Start with a skeleton of a usermanual
This is a DocBook skeleton that should morph into a proper
usermanual for the SIMtrace.
2011-07-13 00:10:02 +02:00
Holger Hans Peter Freyther 666f9db529 host: Update the symlink, we have one level less 2011-07-13 00:10:02 +02:00
Holger Hans Peter Freyther b259b72200 host: Use the pkg-config to find libosmocore headers and libs 2011-07-13 00:09:56 +02:00
Kevin Redon 2177808358 connection rounded (2.0mm radius) and copper added 2011-07-08 00:07:17 +02:00
Kevin Redon 0fdd374070 Merge branch 'master' of git.osmocom.org:simtrace 2011-07-07 15:29:17 +02:00
Kevin Redon c880b85b05 flex board sim cables created (pcb edge are wrong) 2011-07-07 15:28:41 +02:00
Kevin Redon 48cea398d5 button are now harder to press (50gf vs 130gf) 2011-07-07 11:50:40 +02:00
Harald Welte 3e16dd64cf re-structure the directory layout to reflect that that ft232r stuff is old
we have long only been working on the sam7 based system.
2011-07-06 12:32:30 +02:00
Kevin Redon 024bdadddd BOM updated for LED (0805) 2011-07-02 19:06:15 +02:00
Kevin Redon 9c8bb8d6c5 LED now uses 0805 footprint instead of 0603 2011-07-02 18:35:12 +02:00
Kevin Redon f4ccf46de4 schema/PCB/gerber output for simcable generated 2011-07-02 11:20:59 +02:00
Kevin Redon b3e31f0d33 simcable is now a set of 4 SIM cards with FFC pads. Schema and PCB done 2011-07-02 11:13:15 +02:00