swh:1:snp:cdcd2bc43331a436e8c659ba93175ef7d7eb339b

sort by:
Revision Author Date Message Commit Date
4e5d304 The sample Block I AGC program TRIVIUM, found at the very end of one of the recently-added documents about YUL, was transcribed. Because the original program contained a deliberate error in YUL (as well as some constructs that have unintentionally become errors in yaYUL), I've provided it in two forms: TRIVIUM (which matches the original scan, to the extent feasible) and TRIVIUM-repaired (which has the deliberate and unintentional errors fixed, but otherwise retains the identical functionality of the original). 20 October 2018, 17:47:00 UTC
c6c292e Changed the yaYUL switches for building Validation-hardware-simulation, to correspond to what's needed for conversion of the binary to Verilog. 12 October 2018, 15:53:14 UTC
49926c6 Added a cli switch (--simulation) to yaYUL. What this does is to react to comments in *.agc files that include the strings -SIMULATION or +SIMULATION. The former are automatically commented out if --simulation is used, while the latter are commented out is --simulation is *not* used. All of that was for the sole purpose of adding a -SIMULATION specifier to a single line in Validation.agc that proves inconvenient sometimes for simulations of the AGC electronics. There's a new target in the top-level Makefile (namely Validation-hardware-simulation) that isn't one of the default ones, but which when used, builds a separate rope (Validation/Validation-hardware-simulation.agc.bin) and html with that one inconvenient line in Validation.agc commented out. Overkill, I know. 12 October 2018, 13:13:55 UTC
0a720cd Added --backlights switch. Not sure it works properly when playback is involved. 28 September 2018, 01:08:43 UTC
6f6c10d Borealis: added a verb to check for the presence of a hardware bug affecting DINC on early Block 2 AGCs 03 August 2018, 01:47:22 UTC
5377b3c I *think* this is okay to do. 30 July 2018, 23:34:49 UTC
b141c5a For wxWidgets 3.0, the --half-size DSKY option was producing a window that was too short, vertically, to show all of the DSKY keypad. I wasn't able to fix this properly, but a minimum DSKY window size is now enforced that seems to work around the problem. 13 May 2018, 11:48:56 UTC
4abd659 Added the --gunmetal option to piDSKY2.py. 10 March 2018, 18:34:30 UTC
d7d58a1 Ended up completely removing VirtualAGC's attempt to use the screen size (which wasn't working anyway), and now completely rely on the command-line options to choose between three available formats for VirtuaAGC's UI: --radio-buttons, --dropdown, and --squish. The default is --dropdown, which I what I think most appropriate in the largest number of cases. 04 March 2018, 14:57:18 UTC
f33aa95 Added --squish and --maximize to the VirtualAGC GUI program, for running on even smaller screens (namely, 7" Raspberry Pi 800x480 touchscreen). 04 March 2018, 13:46:25 UTC
393f17f Add note about 1800 machine type. 27 January 2018, 22:10:39 UTC
ee23e0e Add clean target. 27 January 2018, 22:00:20 UTC
31b4d88 Ignore symtab error files. 27 January 2018, 21:55:27 UTC
dc9800e Fix typo on page 117. 27 January 2018, 21:43:36 UTC
11d38c2 Don't check YULMANUF and YULSIMUL for now. They have some strange symbols. 27 January 2018, 21:32:34 UTC
ce9fa46 Fix symcheck target. 27 January 2018, 20:44:54 UTC
abf01fc Merge remote-tracking branch 'upstream/master' 27 January 2018, 20:40:24 UTC
9a07e7e Tweaked the VirtualAGC makefile in ways suggested by issue #1059. 27 January 2018, 15:06:51 UTC
08e87bc Rename listsyms target to symtab. 15 January 2018, 21:25:26 UTC
afb90bb Generate global symbol table, across all segments/subsegments. 15 January 2018, 16:49:00 UTC
ed5635b Merge remote-tracking branch 'upstream/master' 12 January 2018, 19:53:23 UTC
c6ab1d1 YUL: set default make target. 12 January 2018, 19:52:58 UTC
3df4865 Merge remote-tracking branch 'mine/master' 12 January 2018, 14:21:03 UTC
9ca2a57 Update ignores: ignore files generated by builds. 12 January 2018, 14:20:41 UTC
3089e95 Merge pull request #1058 from virtualagc/temp Channel 163 bit for TEMP 07 January 2018, 18:28:04 UTC
d57942b Updated changelogs for agc_engine.c and agc_engine.h 06 January 2018, 18:26:00 UTC
f5fcab9 Added a channel 163 bit for the TEMP light (since the light is connected to both CH11 bit 4 and CH30 bit 15) 06 January 2018, 18:18:45 UTC
ead0942 Merge pull request #1057 from Thymo-/master Correct transcription errors in Colossus ropes 05 January 2018, 15:59:48 UTC
7dadfd5 Fix Artemis072 spacing to conform to others 05 January 2018, 15:37:59 UTC
5440532 Correct transcription error in Colossus ropes 05 January 2018, 15:29:10 UTC
d253a19 Fixed symbol LFINI2P definition on p.280. 03 January 2018, 20:53:27 UTC
5500dc8 Fixed symbol OCT7777 definition on p.274. 03 January 2018, 20:50:39 UTC
aacdb1a Silence echoes. 03 January 2018, 20:48:10 UTC
1eece29 Fixed multiply-defined symbol OLDBINQ on p.216. 03 January 2018, 20:47:38 UTC
7e3abe0 The humanizeScript.py program can now process NASSP logs in addition to DSKY-playback scripts, via a second CLI argument. 02 January 2018, 18:55:29 UTC
88b07d9 Tweaked. 31 December 2017, 17:23:06 UTC
8f99e16 Added shellouts for arbitrary BASH commands to the DSKY playback script format. 31 December 2017, 16:19:05 UTC
b5af6a7 Added a canned DSKY playback script called testLights.canned. Added it to the runPiDSKY2.sh maintenance menu. Allowed piDSKY2.py to handle comments in the canned scripts. 30 December 2017, 16:10:24 UTC
6ca7533 A little something to help insure PIGPIO/SPI shutdown upon exit. Shouldn't be needed, but shouldn't be harmful either. 29 December 2017, 21:03:20 UTC
a97c909 Tweaked auto.sh program comments a bit more. 27 December 2017, 20:10:17 UTC
815b1b8 Added some comments to auto.sh to explain how to use it to autostart runPiDSKY2.sh on a Raspbian system. 27 December 2017, 20:08:01 UTC
4f41ac2 Changed some messaging to separate out time spent by piDSKY2.py from time spent by runPiDSKY2.sh. 27 December 2017, 14:55:29 UTC
0d65fdc Added primitive temporary logging to playback of canned scripts, so that somebody could log in with ssh and view the logfile (playback.log on ramdisk) to see how many playbacks had been done in the current session. 27 December 2017, 13:56:42 UTC
0d7b45a Shaved a little off of the exit time of the canned scripts. 27 December 2017, 13:49:44 UTC
5ab79e2 Now delays 2 seconds before returning to mission menu, to allow messages to be seen. 27 December 2017, 13:46:49 UTC
36695f8 More of the same. 27 December 2017, 13:44:01 UTC
7ef48d4 Corrected a program comment. 27 December 2017, 11:53:44 UTC
ffcf6d8 Tried to fixed unavailability of SPI handles problem. 27 December 2017, 11:49:28 UTC
9218629 Fixed processing of RRRRR in canned scripts, hopefully. 27 December 2017, 05:25:28 UTC
438665c Something wrong with detecting already-running runPiDSKY2.sh. Perhaps worked around now. 27 December 2017, 05:00:21 UTC
5c53c32 Fixed bug in the multiple-run feature. 27 December 2017, 04:21:38 UTC
a3a02d1 Removed the "make clean" for the install option (leaving just a "make"). Experimental prevention of running a 2nd copy of runPiDSKY2.sh. 27 December 2017, 04:16:19 UTC
ff2da83 Added experimental exits after 30 seconds to the existing canned scripts. Added experimental script for auto startup. 27 December 2017, 04:14:17 UTC
06e4a0e Eliminated a foolish debugging message. 27 December 2017, 02:01:16 UTC
7c2c004 Yikes! Was using 0/1 as commands in the lamp and backlights rather than -/+. 27 December 2017, 01:53:18 UTC
42d783d Forgot to add COMP ACTY setting to screenshot file-naming scheme. 26 December 2017, 23:45:52 UTC
c26eebb Fixed a translation error. 26 December 2017, 20:03:43 UTC
81ad747 Fixed an internationalizatin error. 26 December 2017, 20:02:42 UTC
c3c634e Added reset-settings, version date on mission menu, and translations for the new messages. 26 December 2017, 19:58:28 UTC
96f0c10 For some reason, the return code from 'make' isn't working for me. 26 December 2017, 19:38:29 UTC
d11c0ef Tweaked the rebuild process. 26 December 2017, 19:32:33 UTC
1c63d9d Tweaked the build-from-source. 26 December 2017, 19:29:19 UTC
b62f037 Oops! Forgot a closing quote. 26 December 2017, 19:26:28 UTC
33818ae Experimental attempt to rebuild yaAGC and yaYUL during piPeripheral update. 26 December 2017, 19:22:48 UTC
39bfca5 In display mode 5, lat,lon are now XXX.XX rather than XXX.X. Moreover, there are two two modes, 7 and 8, in which lat,lon can be seen in the form XXX.XXXXX. Navigation between modes is now 2-way, using + and -, rather than just 1-way using PRO. The COMP ACTY toggle has been removed. 25 December 2017, 19:46:55 UTC
9fd4b4b Used wrong symbol for lamps/backlights off in manual-DSKY screenshots. 24 December 2017, 21:20:59 UTC
9e020c5 Forgot to add the screenshot feature for the "manual DSKY" mode. 24 December 2017, 21:04:58 UTC
e9fdba2 Fixed some killer bugs. 24 December 2017, 21:04:22 UTC
d7b4237 Fixed some python syntax errors. 24 December 2017, 16:11:27 UTC
ec161fd Forgot to add the --imu and --gps cli switches. 24 December 2017, 16:07:56 UTC
80e98c9 First cut at a version of piPeripheral.{py,agc} that responds correctly to --imu. There are hooks for --gps, but no actual code. 24 December 2017, 16:03:28 UTC
0448fef Made it default to English if the LANGUAGE variable is completely missing. 22 December 2017, 18:18:11 UTC
190820b Forgot to define TEXTDOMAIN. 22 December 2017, 17:14:02 UTC
36ac2ac Added a new --language option to runPiDSKY2.sh, because I'm not finding setting the LANGUAGE environment variable automatically as simple as I imagined. 22 December 2017, 16:42:07 UTC
47f0dc4 Corrected some message formatting. 22 December 2017, 16:18:42 UTC
3c85b1b Internationalized runPiDSKY2.sh. Only English and Italian were done ... and the Italian is just garbage, probably. The point is that it's a proof-of concept. All that needs to be done in the future to add (or correct) LC.po files (where LC is a 2-letter language code like es, de, fr, etc.) in the internationalization/ directory. Probably needs additional tweaks for right-to-left languages like Arabic. 22 December 2017, 16:14:17 UTC
d66b9fc Corrected some spelling in the manual-DSKY instructions. 22 December 2017, 11:42:55 UTC
307afd4 Added key-backlight control to the "manual DSKY" mode. 22 December 2017, 11:14:52 UTC
2320b6f Messed up the STBY lamp in manual DSKY mode. 21 December 2017, 15:27:39 UTC
7880334 More of the same. 21 December 2017, 15:17:24 UTC
6c5e3bd Improved the instructions a little. 21 December 2017, 15:15:48 UTC
1e39977 Added "manual DSKY" feature to maintenance menu. 21 December 2017, 15:12:21 UTC
540d4b9 Prevented RSET from being set as default in the replay menu. 21 December 2017, 13:13:15 UTC
4fe2b23 The update had become so quiet that no messages at all were being printed, so added some. 21 December 2017, 13:08:58 UTC
3d68858 Famous last words. 21 December 2017, 13:07:04 UTC
65b709e Okay, restarting after an update really is fixed now, I think. 21 December 2017, 13:05:01 UTC
d51554d I hadn't noticed this before, but the simulations no longer run after an update until runPiDSKY2.sh is exited and restarted; hopefully addressed. Also, I forgot to mention it in the prior commit message, but there had been a bug in which once a given simulation (say "5") had been run, other simulations (say "6") wouldn't run until runPiDSKY2.sh had been restarted. 21 December 2017, 12:44:25 UTC
d2a0e07 The default for the mission menu (and replay menu) now is set to whatever the last choice for that menu had been. 21 December 2017, 12:38:53 UTC
fa82814 Added a bunch of status messages to runPiDSKY2.sh maintenance menu. 21 December 2017, 01:50:12 UTC
10157d5 I think, fixed the "update" feature so that: a) it now longer balks if files have changed, and b) automatically restarts runPiDSKY2.sh. 20 December 2017, 18:21:06 UTC
dd3df38 Changed some of the lamp-test messages. 20 December 2017, 17:59:09 UTC
b31678e Added a lamp-test to runPiDSKY2.sh's maintenance menu. 20 December 2017, 17:52:00 UTC
c999e90 Added canned script for Apollo 11 landing (automatic). 20 December 2017, 17:20:02 UTC
c856dab Restructured menus so that most canned scenarios are removed from the mission menu and have a separate menu. 20 December 2017, 15:00:59 UTC
aab12ab Added the Apollo 11 launch DSKY-playback script, so that right now we temporarily have both Apollo 8 and 11 launch scripts on the runPiDSKY2.sh menu. We probably don't want both. 19 December 2017, 15:10:09 UTC
ad9c82b New Apollo 8 canned DSKY script from Nik, now with keystrokes. 18 December 2017, 14:44:33 UTC
22b5ff8 Made the bit-field messages printed by humanizeScript.py distinct for CM vs LM where appropriate. 18 December 2017, 13:57:13 UTC
f40fd75 yaDSKY2 was no longer building with wxWidgets in unicode configuration (as in Raspbian), but I hadn't noticed because I was using the ansi configuration. 17 December 2017, 19:08:20 UTC
774bae6 Fleshed out humanizeScript.py with lots more i/o ports ... all of them, I think, with the exception of a couple of "fictitious" i/o ports that I don't think were ever of interest to anybody but me. 17 December 2017, 18:28:28 UTC
2ea71c6 And another. 16 December 2017, 13:27:43 UTC
back to top