summaryrefslogtreecommitdiff
path: root/CommandTerminal
AgeCommit message (Collapse)AuthorFiles
2016-10-12update version file name to avoid conflicts with mbed-os headersMike Fiore2
2016-09-21Merge branch 'Semtech'Jason Reiss11
Conflicts: .gitmodules Mode/ModeJoin.cpp main.cpp Add AU915
2016-09-14Add AT+TXF and AT+SENDC debug commandsJason Reiss7
2016-07-19mts-lora datarate changesJason Reiss4
2016-05-31explicitly initialize variables when displaying survey data - ARMCC doesn't ↵Mike Fiore1
initialize them to 0 which causes issues
2016-01-28add license header to source filesMike Fiore55
2016-01-08add CmdWriteProtectedConfigMike Fiore2
2016-01-08allow changes to protected config if built with debug macros ↵Mike Fiore2
MTS_RADIO_DEBUG_COMMANDS and DEBUG_MAC
2016-01-07remove AUTO_OTA join mode as an option - doesn't make sense for dotboxMike Fiore1
2016-01-07add header with column labels when survey data file gets printedMike Fiore1
2015-12-16update AT command help, add AT+EXIT command so it gets displayed in helpMike Fiore11
2015-12-03implement AT command to display survey data file contentsMike Fiore1
2015-12-02implement AT command to delete survey data fileMike Fiore1
2015-12-01only display frequency sub band in config mode if in 915 frequency bandMike Fiore1
2015-12-01fix bug when sending data file, update default configurationMike Fiore1
2015-11-23display product id on startup screen, change baud rates to 115k, set log ↵Mike Fiore1
level to trace
2015-11-23clean up after config, get things building again, update default ↵Mike Fiore1
configuration to match spec
2015-11-201. Merged CommandTerminal into ModeConfig and deleted CommandTerminal.Leon Lindenfelser27
2. Fixed AT&V output. 3. Cleaned up some unused code. 4. Added +FREQ back in. 5. Removed CmdExit and put the +EXIT command right in the command parsing code.
2015-11-20AT commands are working in modeConfig.Leon Lindenfelser1
2015-11-19Added ModeConfig code. It builds, the screen works and a debug message for ↵Leon Lindenfelser2
config mode prints but the AT command parser is not working.
2015-11-18get things building again - remove config code in main, fix bug in ModeJoinMike Fiore1
2015-11-18Added functionality to get the guts of these commands working with storageLeon Lindenfelser6
mapped into unused mDot commands. Over write the mDot defaults in these storage locations with the appropriate defaults for these 5 commands.
2015-11-16Added all the new dotbox commands with some detail work still neededLeon Lindenfelser18
2015-11-13Removed unnecessary sleep, wakeup, serial loop, format data etc from command ↵Leon Lindenfelser2
terminal
2015-11-13Added CommandTerminal with unneccessary commands removedLeon Lindenfelser38