summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2016-10-20* mdot-library 642fab0...954fb6b (1):HEADmasterMike Fiore1
> Merge branch 'PVD' into 'master'
2016-10-18remove branch stuff from version.shMike Fiore1
2016-10-17Merge branch 'releaseCandidate0' into 'master' Mike Fiore4
1. Display DOT-BOX/EVB AU915/US915/EU868 on start up and main menu screens. 2. Add check for SF_10 in demo mode. Diplay message and change to SF_9 so packet size is large enough for all data. 3. Update setup.sh to pull in libs with enable/disable irq removed for mbed 5. See merge request !6
2016-10-171. Move 'else' for code readability consistency.Leon Lindenfelser2
2. Add forgotten NCP5623B version update to setup.sh.
2016-10-171. Display DOT-BOX/EVB AU915/US915/EU868 on start up and main menu screens.Leon Lindenfelser4
2. Add check for SF_10 in demo mode. Diplay message and change to SF_9 so packet size is large enough for all data. 3. Update setup.sh to pull in libs with enable/disable irq removed for mbed 5.
2016-10-12* mdot-library 8b59c6b...642fab0 (1):Mike Fiore1
> * MTS-Lora 57ed08e...b1a12aa (1): > use paths to aes and cmac headers for mbed-os-5.2 compatibility
2016-10-12update version file name to avoid conflicts with mbed-os headersMike Fiore4
2016-10-12Submodule mdot-library f3b5de8..8b59c6b:Jason Reiss1
> Merge branch 'wakeRiseFall' into 'master' > remove BRANCH from vesion script. all we care about is the tag > update test mode packet timeout to 160 > Submodule MTS-Lora 650f27f..57ed08e: > Do not change datarate until ACK_LIMIT + ACK_DELAY + 1 (64 + 32 + 1 = 97) > Merge branch 'master' of gitlab.multitech.net:lora-mote/mdot-library > add mbed library version to mDot library version string > add OS_CLOCK definition - it moved after mbed-os-5.1.4 > Merge branch 'saveGPIO2' > update change and release log > save and restore GPIO state around sleep mode for xDot > Submodule MTS-Lora cf07e91..249a1d9: > SxRadio: add IRQ handling for FSK receive > SxRadio: move DIO3 to separate handler to allow faster servicing of FSK tx packets > Link & Mac: AdrCounter should be incremented during prepare header before adrackreq bit is set
2016-10-03set AU/US max at DR4 and EU max at DR6Jason Reiss3
2016-10-03Update to support AU915Jason Reiss8
2016-10-03Changed to Mode GpsJason Reiss2
2016-09-21Merge branch 'Semtech'Jason Reiss29
Conflicts: .gitmodules Mode/ModeJoin.cpp main.cpp Add AU915
2016-09-14Add AT+TXF and AT+SENDC debug commandsJason Reiss8
2016-09-14Submodule mdot-library 6381399..aefe95e:Jason Reiss1
> * MTS-Lora 72d841c...ad44a4d (1): > * vendor/multitech/MTS-Utils ed7f7ea...348ee04 (1): > MTSText.cpp: fix premature deletion of buffer > don't use non-const size in array declarations > Submodule MTS-Lora 800a286..72d841c: > Merge branch 'master' of gitlab.multitech.net:lora-mote/MTS-Lora > Mac: do not reject packet address of 0x0 outright. Only if it does not match the assigned address. > * MTS-Lora e6086f8...800a286 (3): > don't use non-const value for size of array > MacEvents::MissedAck needs to be a pure virtual > * vendor/multitech/MTS-Utils 383d4cb...ed7f7ea (1): > don't declare array with non-const size - ARMCC errors out because of this > * MTS-Lora c978074...e6086f8 (1): > MockMacEventstests: Add MissedAck > Submodule MTS-Lora b1ee18b..c978074: > SxRadio: rearrange DIO defines to allow no software changes needed between xDot REV D and REV E > Revert "add #include of <string> so applications built with static library build compile successfully" > Merge branch 'master' of gitlab.multitech.net:/lora-mote/mdot-library > add #include of <string> so applications built with static library build compile successfully > add nvmRead/Write functions to mDot API to expose 6kB of EEPROM for customer use > move xDot EEPROM defines to LoRaConfig.h so mDot code can use them > remove idle thread > * MTS-Lora a789e27...7e9a42d (1): > adjust radio thread stack size to 2.5kB, pass RxBuffer to event layer instead of creating new buffer > * MTS-Lora 808526a...a789e27 (1): > add dedicated 3kB stack for radio thread - mbed 5.1 default stack size is too small > LinkCheck: reset check fail count on join or if check answer was received. > mDot: set default redundancy setting from config > Submodule MTS-Lora 1fdb442..808526a: > Link: use radio thread for resending and signal timer event from ISR > Merge branch 'master' of gitlab.multitech.net:lora-mote/mdot-library > mDot: fix missed acks for stats tracking > Submodule MTS-Lora 86d69d1..1fdb442: > Merge branch 'master' of gitlab.multitech.net:lora-mote/MTS-Lora > Mac: return error if packet has mac commands in opts and payload > Lora: reset stats in mac and link > Lora: update stats tracking for join fails and missed acks > mDot: Set P2P settings for AU915 to match US915, check AU DR according to LoRaWAN 1.0.1 > Submodule MTS-Lora 15942b2..86d69d1: > Mac: Send Continuous stay in CW mode until reset, per Marcus Glass > Submodule MTS-Lora b748288..15942b2: > ChannelPlan: ADR ACK reduce DR after deach ADR ACK DELAY > ChannelPlan: JoinBackoff update time_off_max after calculating the rand_time_off > Merge branch 'xdot-l151' > Submodule MTS-Lora 77bd63b..29b3148: > ChannelPlan: join backoff max should use uint3 > Submodule MTS-Lora 2466891..77bd63b: > ChannelPlan: consolidate the join backoff algorithm and update EU868 tests > ChannelPlan: add join back off testing. > ChannelPlan: include join time off air in time off air calculation. > Mac: move CalculateJoinBackoff into channel plan, set channel group after successful join > ChannelPlan: update EU868 calibrated power > Merge branch 'master' of gitlab.multitech.net:lora-mote/MTS-Lora > ChannelPlan: calculate join backoff US915 use exponential backoff from 15 seconds - 1 hour backoff after attempting join on each channel group at 125 and 500 kHz > Submodule MTS-Lora c7fe886..2466891: > Mac: compare time-off-air with join backoff time and return the greatest > mDot: log mDot ready as INFO > LoRaConfig: Default joindelay according to PublicNetwork setting > Merge branch 'master' of gitlab.multitech.net:lora-mote/mdot-library > mDot: log test mode messages as warnings > mDot: update header comments > update change.log
2016-09-14Merge branch 'mts-lora' into SemtechJason Reiss14
Conflicts: main.cpp
2016-08-18update submodules to gitlab urlsMike Fiore1
2016-08-18submodule mdot-library 2.0.3Mike Fiore1
2016-08-18Merge branch 'Semtech/GpsSurveryMode'Mike Fiore9
Conflicts: main.cpp
2016-08-18Update LayoutSurveyGps.cppRyan Klaassen1
2016-08-18Replace main.cppRyan Klaassen1
2016-08-18Update ModeJoin.cppRyan Klaassen1
2016-08-18Replace LayoutSurveyGps.hRyan Klaassen1
2016-08-18Replace LayoutSurveyGps.cppRyan Klaassen1
2016-08-18Replace LayoutJoin.cppRyan Klaassen0
2016-08-18Replace LayoutJoin.hRyan Klaassen0
2016-08-18Replace ModeGps.cppRyan Klaassen1
2016-08-18Replace ModeGps.hRyan Klaassen1
2016-08-18Replace ModeJoin.cppRyan Klaassen1
2016-08-18Replace ModeJoin.hRyan Klaassen0
2016-08-16Replace ModeJoin.cppRyan Klaassen1
2016-08-16Replace ModeGps.hRyan Klaassen0
2016-08-16Replace ModeGps.hRyan Klaassen0
2016-08-16Replace Layout.hRyan Klaassen1
2016-08-16Replace LayoutJoin.hRyan Klaassen1
2016-08-16Replace ModeGps.cppRyan Klaassen1
2016-08-16Replace ModeGps.hRyan Klaassen0
2016-08-16Replace Layout.hRyan Klaassen1
2016-08-16Replace LayoutJoin.cppRyan Klaassen1
2016-08-16Merge branch 'SurveyDataMode' into 'master' Mike Fiore5
Survey data mode Write a comment or drag your files here... See merge request !5
2016-08-11Update ModeGps.cppRyan Klaassen1
2016-08-10Replace ModeData.hRyan Klaassen1
2016-08-10Replace ModeData.cppRyan Klaassen1
2016-08-10Replace LayoutData.hRyan Klaassen1
2016-08-10Replace LayoutData.cppRyan Klaassen1
2016-08-10Replace main.cppRyan Klaassen0
2016-08-10Upload new fileRyan Klaassen1
2016-08-10Upload new fileRyan Klaassen1
2016-08-10Delete ModeSemtech.hRyan Klaassen1
2016-08-10Delete ModeSemtech.cppRyan Klaassen1
2016-08-10Replace LayoutJoin.hRyan Klaassen1