aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-11-13hw: power selector implemented (demultiplexer + inverer + power switch)Kevin Redon3-361/+876
2011-11-13hw: inverted pin name correctedKevin Redon2-5/+5
2011-11-13hw: power switch replaced: FPF2005 to FPF2300Kevin Redon2-344/+768
2011-11-13hw: LDO LP2966 replaces AP7332, +1.8V from LDO is used for AT91SAM3S ↵Kevin Redon2-122/+202
VDDCORE/VDDPLL instead of VDDOUT
2011-11-13hw: CB3Q3244.sym renamedKevin Redon2-44/+42
2011-11-06hw: VPP connected throug bus switchKevin Redon1-0/+15
2011-11-06schema boxes, cb3q3244 redraw more schematic, uSD slot added, rakefile ↵Kevin Redon5-1032/+844
support adding version
2011-11-05Merge branch 'master' of git.osmocom.org:simtraceKevin Redon1-45/+45
2011-10-31simffc: make sure PCB edges really are on the edge, not on Eco2 layerHarald Welte1-45/+45
2011-10-26cap placed near to CPU, some tracks redrawnKevin Redon1-5096/+490
2011-10-26switched from KiCAD to gEDA (scriptable), SAM3S replaces SAM7S, no PLLRC ↵Kevin Redon19-0/+3415
required, 2.2uF cap replaces 1uF for less different components, uSD slot replaces flash
2011-10-09doc: Use the highlighted picture from Myonium for TESTHolger Hans Peter Freyther2-0/+7
2011-10-09doc: Comment from Myonium for other modesHolger Hans Peter Freyther1-0/+7
2011-10-09doc: A small note on using DFU to update the firmwareHolger Hans Peter Freyther1-0/+16
2011-10-08doc: Still two (maybe it is the same) firmware bugHolger Hans Peter Freyther1-6/+5
Remove the ATR issue as Harald has fixed it, we still have the USB 3.0 and OSX enumeration issue.
2011-10-08doc: Write a bit about programming using the SAM7 UtilityHolger Hans Peter Freyther1-17/+75
2011-10-08doc: Introduce a chapter on the firmwareHolger Hans Peter Freyther2-0/+52
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-08docs: Move the '.' into the paragraph, fixes a jade error.Holger Hans Peter Freyther1-1/+1
2011-08-16wireshark: Add one more missing fileHolger Hans Peter Freyther1-2/+741
2011-08-15Merge branch 'master' of git.osmocom.org:simtraceKevin Redon26-260/+2302
2011-08-15doc: Document the planned but missing modesHolger Hans Peter Freyther1-0/+7
2011-08-15doc: Rename using to using_sniff to add more using modeHolger Hans Peter Freyther2-3/+3
2011-08-15doc: Add ... to indicate omitted outputHolger Hans Peter Freyther1-0/+2
2011-08-15doc: Document building wiresharkHolger Hans Peter Freyther2-0/+47
2011-08-15doc: Use the FTDI wording from the wikiHolger Hans Peter Freyther1-2/+3
2011-08-15wireshark: Add the sim.c file as wellHolger Hans Peter Freyther1-0/+1539
2011-08-15host: Pass all modules to one pkg-config invocationHolger Hans Peter Freyther1-2/+2
Invoke pkg-config only once per command, makes the lines a bit shorter as well.
2011-08-15wireshark: Add a patch that applies to the stable 1.6 branchHolger Hans Peter Freyther1-0/+47
2011-08-15doc: Write about the KiCad schematicsHolger Hans Peter Freyther1-1/+11
2011-08-15Use libusb-1.0 for USB communicationPeter Stuge5-209/+41
2011-08-15Silence warning: initialization from incompatible pointer typePeter Stuge1-1/+1
2011-08-15Include <stdlib.h> for malloc() and free()Peter Stuge1-0/+1
2011-08-14doc: Document the known firmware issues and if they have a workaroundHolger Hans Peter Freyther1-0/+16
2011-08-14doc: Ask users to disconnect the power at the ftdi connectorHolger Hans Peter Freyther1-1/+3
2011-08-14doc: Reformat the text to have a 80 char line limitHolger Hans Peter Freyther1-11/+28
2011-08-14doc: Copy Kevin's hardware section into the documentationHolger Hans Peter Freyther4-0/+94
2011-08-14doc: Improve wording. Avoid repeating 'This hardware'Holger Hans Peter Freyther1-3/+2
2011-08-13microSIM footprint addedKevin Redon1-7/+74
2011-08-13microSIM schema created (cpoied from normal SIM)Kevin Redon4-0/+588
2011-08-13ftdi vcc disconnectedKevin Redon2-265/+252
2011-08-13cap near cpu, routing improvedKevin Redon2-4414/+4689
2011-08-12update wireshark patch to work with latest wireshark svn trunkHarald Welte1-22/+15
2011-08-12include a copy instead of the symlink0.1Harald Welte1-1/+24
2011-08-09doc: Document the installation of various thingsHolger Hans Peter Freyther1-7/+61
http://software.opensuse.org/download.html?project=home:zecke23&package=simtrace comes to rescue to show the binaries and the commands
2011-08-09doc: Document building from sourceHolger Hans Peter Freyther2-4/+43
2011-08-09doc: Add images, add introduction, add usage systemHolger Hans Peter Freyther6-8/+77
2011-07-19usermanual: Start writing some bits about the installationHolger Hans Peter Freyther2-0/+64
2011-07-17simtrace: Add a very simple manpageHolger Hans Peter Freyther1-0/+55
2011-07-17make: Provide a very simple install target for SIMtraceHolger Hans Peter Freyther1-0/+4
2011-07-17make: Move the LDFLAGS to the end of the link line for OpenSUSEHolger Hans Peter Freyther1-1/+1
The code does not build like this on a OpenSUSE system, it will not find the libusb and libosmocore library.