diff options
author | Jason Reiss <jreiss@multitech.com> | 2016-09-14 11:02:01 -0500 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2016-09-14 11:02:01 -0500 |
commit | 173c34ce2472d33c957457de125a56a83ff11aa1 (patch) | |
tree | f0e599f09423bea06bfb5b7a1d2bb089338cffc3 | |
parent | 6efd824f3d18ba8985cbc87f629f5e737495c054 (diff) | |
download | mtdot-box-evb-factory-firmware-173c34ce2472d33c957457de125a56a83ff11aa1.tar.gz mtdot-box-evb-factory-firmware-173c34ce2472d33c957457de125a56a83ff11aa1.tar.bz2 mtdot-box-evb-factory-firmware-173c34ce2472d33c957457de125a56a83ff11aa1.zip |
Submodule mdot-library 6381399..aefe95e:
> * 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
m--------- | mdot-library | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/mdot-library b/mdot-library -Subproject 638139926b7918f5cf34e7bf9ef7b169a4e929c +Subproject aefe95ecaeb883397106170e9f99cea5035c189 |