Wykres commitów

363 Commity (b74d27a5c72616252bb03016676ef13a96811b6e)

Autor SHA1 Wiadomość Data
CInsights 6c4d338206 Merge branch 'master' of https://github.com/DL7AD/pecanpico10.git 2018-03-14 01:54:20 +11:00
CInsights b77ca5d4aa Refactor PKT functions to use radio ID. Add further diagnostics. 2018-03-14 01:53:37 +11:00
Sven Steudte af173a847a Merge branch 'master' of github.com:DL7AD/pecanpico10 2018-03-13 06:56:21 +01:00
Sven Steudte bbd19d98e5 Added I2C clock stretching timeout 2018-03-13 06:51:20 +01:00
CInsights 6e959a523e Revise packet thread to dynamic. Addition diagnostics. 2018-03-13 16:17:37 +11:00
CInsights 00fce6a749 Fix AFSK feeder thread FIFO counting error. 2018-03-12 17:17:20 +11:00
Sven Steudte 2f4d93038d Created 10b hardware files 2018-03-12 00:00:53 +01:00
CInsights 4c49a9104c Rework radio manager locking/startup of radio. Bug still in afks_feeder 2018-03-12 02:10:24 +11:00
Sven Steudte e79f8e555e Merge branch 'master' of github.com:DL7AD/pecanpico10 2018-03-10 15:01:07 +01:00
Sven Steudte f9d56e751d Fixed no SD card connected error 2018-03-10 15:00:30 +01:00
CInsights 420e7af339 Edit typo 2018-03-11 00:06:09 +11:00
CInsights 7d953cf687 Fix GPS Poll seconds value. Add frequency_setting.txt document. 2018-03-10 23:59:50 +11:00
CInsights cdcff3d31d Fix lockup when using I2C external and pkt dump to USART3 enabled. 2018-03-09 15:07:02 +11:00
CInsights b71b9710b1 Rework 446x.c get temperature. Fix I2C #define and debug clash. 2018-03-09 12:25:41 +11:00
CInsights 7937fad841 Quick fix for 446x.c temperature reading. Refactoring opportunity. 2018-03-09 11:15:50 +11:00
CInsights 99cd619f35 Revised radio manager and 446x functions. 2018-03-08 18:11:17 +11:00
CInsights 5b831237de Improved error handling in packet services. 2018-03-08 17:06:35 +11:00
CInsights 8042401de1 Implemented packet TX via packet system radio manager queue. 2018-03-08 15:34:41 +11:00
CInsights a59dcd7b45 Unify enumerations for modulation types 2018-03-08 11:56:52 +11:00
CInsights 9d1a842b6b Minor typo fix 2018-03-08 09:43:49 +11:00
CInsights 8e74069d1c Expand command table to include radio step and chan. 2018-03-08 09:39:35 +11:00
CInsights 0167e0f8e0 Add conditional to select I2C TX/RX pins on connector 2018-03-08 08:12:10 +11:00
CInsights e4d37c8faa Add radio step and chan to all config sections. 2018-03-08 01:15:59 +11:00
CInsights 5ad245387a Improve bad packet handling. Was consuming all output buffers. 2018-03-07 18:30:51 +11:00
CInsights e44dc2eb84 Improve band setting function in 446x.c. Add out of band diag message. 2018-03-07 09:30:32 +11:00
CInsights d33dff3d43 Implement radio option for setting by base freq, step size and channel. 2018-03-07 00:29:18 +11:00
CInsights f2cad35148 WIP adding radio channel and step size options. 2018-03-06 16:12:55 +11:00
CInsights a171afac93 Fix RSSI setting bug. Add save indicator MAGIC to config save. 2018-03-06 14:58:03 +11:00
CInsights b56968449e Minor update in radio.c 2018-03-06 11:23:05 +11:00
CInsights 7ed418f9d0 Implement timeout for 446x not exiting TX state. 2018-03-06 11:21:56 +11:00
CInsights 4361663522 Multiple updates chasing TX lockup. Don't pass packet with no address to
APRS decoder.
2018-03-06 00:44:43 +11:00
CInsights 30cf71b656 Implement Binary Semaphore replacing radio mutex. Rename some functions. 2018-03-05 18:35:39 +11:00
CInsights 5dd66431ec Merge branch 'master' of https://github.com/DL7AD/pecanpico10.git 2018-03-05 15:31:23 +11:00
CInsights 5b0da63c43 Reduce size of RX packet payload to 512 limit. Rework 446x getState. 2018-03-05 15:30:50 +11:00
Sven Steudte 516092c8a8 Updated Readme 2018-03-05 02:12:21 +01:00
Sven Steudte 2e6eb08126 Updated Readme 2018-03-05 02:11:13 +01:00
Sven Steudte be667aca0a
Update README.md 2018-03-05 01:34:40 +01:00
Sven Steudte 77c7dd3f5d Merge branch 'master' of github.com:DL7AD/pecanpico10 2018-03-05 01:30:40 +01:00
Sven Steudte 8354462e14 Updated Readme 2018-03-05 01:29:53 +01:00
CInsights 259352fee5 WIP on HDLC flag sending by 446x. 2018-03-05 01:04:28 +11:00
CInsights 4ef51b0914 Updated config management. 2018-03-04 20:10:36 +11:00
Sven Steudte f381f3d98e Merge branch 'master' of github.com:DL7AD/pecanpico10 2018-03-04 07:01:19 +01:00
Sven Steudte 10ca3dea6a Modified component values, created BOM 2018-03-04 07:00:50 +01:00
CInsights 208e276763 Update config when flash is not valid or config.c has changed. 2018-03-04 16:01:49 +11:00
Sven Steudte ab0534ecb9 Fixed WTEXIT bug in main, fixed crash bug on exit command 2018-03-04 01:08:43 +01:00
Sven Steudte 7d266973db
Merge pull request #2 from df8oe/master
added README and some of the old pictures (removed the obsolete). 2do: I modified the power image but it would be better to create a new one containing SD card stuff.
2018-03-03 18:53:48 +01:00
DF8OE f37d61ecc2 Merge branch 'master' of github.com:df8oe/pecanpico10 2018-03-03 18:02:46 +01:00
DF8OE b998d31117 corrected some typos 2018-03-03 17:58:12 +01:00
DF8OE 9f9044c0d3 added first version of description 2018-03-03 17:58:12 +01:00
CInsights 45843f208d Additional documentation, more work on 446x driver. 2018-03-03 23:43:47 +11:00