Wykres commitów

  • c403130f49 Update the SSDV encoder to the stable version master Philip Heron 2013-02-05 19:40:54 +0000
  • fba97665cc Speed up flashing Philip Heron 2012-03-04 23:36:51 +0000
  • ab1de758f8 Update SSDV encoder to latest version Philip Heron 2012-03-04 23:36:37 +0000
  • 938f63e5e8 PROGMEM requires const declaration. Philip Heron 2012-03-04 19:14:47 +0000
  • fb420cd20d Add a delay to allow the rtty radio to settle Philip Heron 2011-12-29 19:33:13 +0000
  • 6155f601ce Rebuild if config.h is changed Philip Heron 2011-12-29 19:29:49 +0000
  • 7c084e7340 Don't crash on a marker error, it's rude Philip Heron 2011-06-25 00:06:13 +0100
  • d0de8164a8 Fix issue where exact huffman code matches were missed Philip Heron 2011-06-25 00:03:59 +0100
  • 06f7931b07 Updates done for hadie:3 flight code Philip Heron 2011-06-25 00:03:13 +0100
  • f2e6d0aea2 Update to the new packet format -- added a 16-bit checksum Philip Heron 2011-01-26 17:01:33 +0000
  • 5705af4f23 Fix baud rate calculation. Actual baud rate was slightly slower than expected. Philip Heron 2011-01-24 23:38:58 +0000
  • 9a69adc45a Pre-flight updates hadie-2-20110109 Philip Heron 2011-01-08 17:06:05 +0000
  • ce34a9ac77 GPS fix and satellites values now have their own field in dl-fldigi Philip Heron 2010-10-27 19:22:54 +0100
  • e8c0eb78e1 Flush any remaining bits left in the output bit buffer Philip Heron 2010-10-13 16:39:24 +0100
  • 311c85d527 Don't begin a new image if the payload is falling Philip Heron 2010-10-12 13:14:05 +0100
  • 429b3b4cfc Fill empty parts of packets with random data Philip Heron 2010-10-12 11:49:36 +0100
  • 9ae89d153e Remove unnecessary prefix Philip Heron 2010-10-12 11:43:18 +0100
  • 829baad2bc Handle the end of image better, and AC RLE fix Philip Heron 2010-10-04 19:56:10 +0100
  • ba17274a5a Expose function for TX'ing PGM data Philip Heron 2010-10-04 19:54:39 +0100
  • f9a4095148 Output correct RLE length. Philip Heron 2010-10-02 18:08:39 +0100
  • 2d08faf137 Remove unneeded bits Philip Heron 2010-09-30 23:31:35 +0100
  • 8acbec06c1 First attempt at the new 'hardened' packet format. Untested. Philip Heron 2010-09-30 23:28:13 +0100
  • 2a7aeeaedd Image dimensions are divided by 16 now Philip Heron 2010-08-13 13:01:01 +0100
  • a1e377ae8a Cosmetic fixes Philip Heron 2010-08-13 12:59:17 +0100
  • d238915f38 Don't copy if *ptr is NULL. Can be used to skip past data in the stream. Philip Heron 2010-08-09 17:03:14 +0100
  • 3af237b5d6 Add basic error reporting if the camera misbehaves Philip Heron 2010-08-07 18:38:09 +0100
  • 4cf75874ad Make reading camera data less crazy Philip Heron 2010-08-07 16:58:06 +0100
  • bf2af64026 Update pins description Philip Heron 2010-08-05 22:28:38 +0100
  • bfd33257d0 Store GPS hemisphere separately -- old method couldn't handle positions between 0 and -1 degrees. Philip Heron 2010-08-05 22:25:15 +0100
  • be2ce1a11a Calculate the expected number of packets for the image Philip Heron 2010-08-05 16:21:56 +0100
  • 0834c39d8c Fix image resolution reported in the packet headers Philip Heron 2010-08-05 09:49:07 +0100
  • 3479d906cd Tweaks Philip Heron 2010-08-03 23:49:44 +0100
  • 763fda3cdb Add GPS parser and other bits Philip Heron 2010-08-03 23:42:15 +0100
  • 7918bd3790 Add GPL text Philip Heron 2010-07-27 11:06:14 +0100
  • 2bfebbd674 Use the more compatible 14.4k baud rate Philip Heron 2010-07-27 11:03:47 +0100
  • 98c38ca9e1 Workaround compiler bug, and other cleanups. Philip Heron 2010-07-09 16:27:19 +0100
  • cbdc235291 Updates Philip Heron 2010-07-06 12:16:42 +0100
  • 908f4f46dd Make local variables static Philip Heron 2010-06-30 22:05:47 +0100
  • cd7c7395c1 Fixups Philip Heron 2010-06-29 22:23:58 +0100
  • 4300a99631 Get image length from the proper bytes Philip Heron 2010-06-29 19:10:55 +0100
  • 7d83c22f1f Increase timeout for when the camera is capturing/compressing. Philip Heron 2010-06-29 19:05:17 +0100
  • ea5763b005 Add C328 support functions Philip Heron 2010-06-29 16:46:13 +0100
  • 201c0d5b18 Switched to using a single pin for RTTY Philip Heron 2010-06-17 21:41:45 +0100
  • a0aa94751f Nest the second loop inside the other Philip Heron 2010-06-17 21:14:10 +0100
  • ea7fa94287 Move reed-solomon tables into PROGMEM Philip Heron 2010-06-16 23:19:58 +0100
  • eb2cce95bd Prevent rtx_wait() returning when txlen is being updated (non atomic) Philip Heron 2010-06-16 23:19:04 +0100
  • a0398932be Move things about a bit Philip Heron 2010-06-16 22:36:30 +0100
  • 952b9c9ac8 Test PGM string TX Philip Heron 2010-06-16 21:56:34 +0100
  • 70d65e8f94 Add PGM string support to RTTY Philip Heron 2010-06-16 21:55:57 +0100
  • d841092e74 Interrupt driven RTTY Philip Heron 2010-06-16 21:02:24 +0100
  • 3d9b7b7d7d Make radio bit change a single operation Philip Heron 2010-06-09 16:47:48 +0100
  • 8d125fb61f Add CRC16 function Philip Heron 2010-06-09 16:32:22 +0100
  • 6a4744a1b0 Add dummy rtx_wait() function Philip Heron 2010-06-08 11:45:34 +0100
  • b20c165ca7 Move pins descriptions to PINS file Philip Heron 2010-06-08 11:45:12 +0100
  • 825f4d57b2 Move RTTY_BAUD define into config.h Philip Heron 2010-06-08 11:28:37 +0100
  • 5179344daf Initialise rtty code Philip Heron 2010-06-08 11:19:37 +0100
  • effffecc69 Change the rtx_packet function to a more generic rtx_data Philip Heron 2010-06-08 09:06:47 +0100
  • 2cdbd1ca31 Add rtty to the makefile Philip Heron 2010-06-08 09:05:47 +0100
  • 9d0264b850 Fix function name prefixes Philip Heron 2010-06-08 09:03:24 +0100
  • bcb571d073 Move callsign into config.h Philip Heron 2010-06-08 09:01:05 +0100
  • 0f7b26c13f Add rtty code from previous hadie software Philip Heron 2010-06-08 08:59:46 +0100
  • b2aa5b8007 Add config.h file Philip Heron 2010-06-07 13:10:32 +0100
  • 3358b83035 Update gitignore Philip Heron 2010-06-07 12:46:10 +0100
  • 048c14ba40 Update gitignore, add Makefile and hadie.c files Philip Heron 2010-06-07 12:45:35 +0100
  • 6b51e6ae07 Add Reed-Solomon encoder Philip Heron 2010-06-07 12:25:55 +0100
  • 3459381bc3 Some git housekeeping Philip Heron 2010-06-07 12:23:36 +0100
  • 2f50bcaf5a Add LICENSE file, GPL2+ Philip Heron 2010-06-07 12:06:50 +0100
  • 135d2ef40a Initial commit Philip Heron 2010-06-07 12:02:43 +0100