Wykres commitów

55 Commity (solar_dev)

Autor SHA1 Wiadomość Data
Richard Eoin Meadows 7b509fcaca [Refactor] Completed replacement of Si4060 with si_trx 2014-11-18 15:47:17 +00:00
Richard Eoin Meadows 92e7f3412d [Refactor] Rename GPIO function, reduce radio pin drive strength 2014-11-18 14:40:59 +00:00
Richard Eoin Meadows 41717efce2 [Refactor] Now uses si_trx for the radio 2014-11-18 14:37:36 +00:00
Richard Eoin Meadows afabff5734 Merge branch 'master' into si4060-tidy
Conflicts:
	firmware/src/main.c
2014-11-18 10:54:08 +00:00
Richard Eoin Meadows b6622c5d16 Revert "[New Feature] Enabled cyclic tracking on the GPS"
This reverts commit 33733e77ca.
Spurious fixed observed during testings.
2014-10-26 00:36:52 +01:00
Richard Eoin Meadows a949b744e6 [Ooops] Actually use CALLSIGN define 2014-10-25 23:36:44 +01:00
Richard Eoin Meadows 24d638e34f [Refactor] Tidy up in RTTY 2014-10-25 23:29:07 +01:00
Richard Eoin Meadows 33733e77ca [New Feature] Enabled cyclic tracking on the GPS 2014-10-25 23:26:27 +01:00
Richard Eoin Meadows bad5cc913d [New Feature] Use an interrupt that isn't part of the M0+ core for the RTTY interrupt. This allows sleep mode 2014-10-25 19:38:28 +01:00
Richard Eoin Meadows 74fbfb30ad [New Feature] RTTY output is now double buffered, this allows GPS coordinates to be updated mid-packet 2014-10-25 18:26:47 +01:00
Richard Eoin Meadows fde2b2441a [New Feature] Disable some unsed stuff in the power manager 2014-10-25 15:42:25 +01:00
Richard Eoin Meadows 8aa8ff5559 [Refactor] Moved to IDLE1 sleep mode for more power saving 2014-10-25 15:14:20 +01:00
Richard Eoin Meadows d7f86ad09b [New Feature] Enabled IDLE0 sleep mode for the microcontroller 2014-10-25 14:28:01 +01:00
Richard Eoin Meadows bace0b7160 [New Feature] Approximate temperature from the radio
Conflicts:
	firmware/src/telemetry.c
2014-10-24 22:20:30 +01:00
Richard Eoin Meadows 4312cc13c5 [Refactor] Callsign on the master branch is "UBSEDSx", launch branches should override this 2014-10-24 19:38:02 +01:00
Richard Eoin Meadows 2625019db5 [Refactor] Inverted the sense of the RTTY to meet the standard 2014-10-24 19:37:12 +01:00
Richard Eoin Meadows fb60d489d3 [Ooops] Fixed comment in watchdog driver 2014-10-24 19:34:45 +01:00
Richard Eoin Meadows a5389fbb99 [New Feature] LED indicates position lock
Signed-off-by: Richard Eoin Meadows <richardeoin@gmail.com>
2014-10-24 19:34:14 +01:00
Richard Eoin Meadows 64e7847459 [Recfactor] Re-enabled internal watchdog, temporary fix 2014-10-24 12:13:29 +01:00
Richard Eoin Meadows 90a1915ec4 [Bugfix] Use latest GPS fix in transmission 2014-10-24 11:47:15 +01:00
Richard Eoin Meadows 7f014b10a4 [New feature] Only use the GPS constellation for power saving 2014-10-24 11:19:01 +01:00
Richard Eoin Meadows 6ae5064823 [Refactor] First attempt at new si tranceiver library. Not tested 2014-10-10 10:32:13 +01:00
Richard Eoin Meadows ed9730d18e [Refactor] Radio RTTY working 2014-10-08 16:08:36 +01:00
Richard Eoin Meadows 258dbe529a [Refactor] TCXO used on v0.96.0 hardware 2014-10-08 14:54:47 +01:00
Richard Eoin Meadows 4b650c4bf8 Merge branch 'master' into v0.96.0-bringup 2014-10-07 20:12:10 +01:00
Richard Eoin Meadows 566dd25514 [Merge] Latest toolchain. Merge branch 'toolchain-staging' 2014-10-07 20:08:28 +01:00
Richard Eoin Meadows f7140e0d74 Merge branch 'master' of https://github.com/richardeoin/samd20-gcc-blackmagic into toolchain-staging 2014-10-07 20:06:44 +01:00
Richard Eoin Meadows 49792fefd9 [Ooops] Removed my personal blackmagic from the config.mk 2014-10-07 20:00:27 +01:00
Richard Eoin Meadows ad13e97a3c [Ooops] Removed my personal blackmagic from the config.mk 2014-10-07 19:59:48 +01:00
Richard Eoin Meadows 1501ab6f3e [Ooops] Not to sure why there's a core dump in the source tree... It's gone now 2014-10-07 19:52:30 +01:00
Richard Eoin Meadows d1ff9d57c9 [Ooops] Not to sure why there's a core dump in the source tree... It's gone now 2014-10-07 19:47:49 +01:00
Richard Eoin Meadows cbd2a5c18f Initial bring-up of v0.96.0 hardware. GPS functioning 2014-10-06 19:05:11 +01:00
Richard Eoin Meadows b79b3299cd [Refactor] UBX Protocol: Removed unsupported CFG Timepulse message, added NAV Status message 2014-10-06 19:04:48 +01:00
Richard Eoin Meadows 342801af9e Removed unused NMEA libs 2014-10-05 16:58:07 +01:00
Richard Eoin Meadows 83dc840122 Updated docs, name 2014-10-02 15:58:38 +01:00
Richard Eoin Meadows 087a4c53f6 Removed output of ctypesgen, should never have been tracked 2014-10-02 15:57:21 +01:00
Richard Eoin Meadows 815d87c25a Changed callsign 2014-08-31 18:24:39 +01:00
Richard Eoin Meadows d495e13b70 Reduced the gps lat/long to 6d.p. 2014-08-31 12:35:57 +01:00
Richard Eoin Meadows ae68d59147 Added watchdog timer 2014-08-31 11:54:20 +01:00
Richard Eoin Meadows bf99788d63 Completed Payload String 2014-08-31 11:02:22 +01:00
Richard Eoin Meadows 8070109ae1 GPS error checking 2014-08-31 07:56:56 +01:00
Richard Eoin Meadows 299725405d Working RTTY! And new gps stuff 2014-08-30 21:11:35 +01:00
Richard Eoin Meadows d477adeecc HF = DFLL version 2014-08-27 20:57:52 +01:00
Richard Eoin Meadows f75371d815 HF = GCLK_MAIN / 2 version 2014-08-27 20:34:47 +01:00
Richard Eoin Meadows 847d674373 CW output on a version fitted with a 16MHz crystal 2014-08-27 19:57:03 +01:00
Richard Eoin Meadows 4c908d1448 Such commit. Many change.
GPS now seems to be alive on the dev board, using UBX mode. SAM D20 drivers coming along.

Timepulse next. And then radio
2014-08-23 22:18:49 +01:00
Richard Eoin Meadows 72b5f7a23e Added dummy handlers to prevent warnings when semihosting is disabled 2014-08-19 20:59:05 +01:00
Richard Eoin Meadows b1bfe5d033 Added NMEA frame encoding/decoding, and test cases 2014-08-03 14:59:38 +01:00
Richard Eoin Meadows b088c90d94 Added ((noreturn)) attribute to the program entry point 2014-08-03 10:09:16 +01:00
Richard Eoin Meadows 48e48dfdd4 Moved verification makefileness up to the main makefile 2014-08-03 10:08:46 +01:00