Skip to content

Conversation

@Oitzu
Copy link
Owner

@Oitzu Oitzu commented Aug 1, 2015

No description provided.

fallberg and others added 30 commits July 4, 2017 15:49
* Data is not validated on Linux systems
* If encryption is enabled, data is also validated even if signing
  is disabled.
In the Arduino IDE, boolean is an alias for bool.
The Arduino IDE might deprecate boolean in the future. See
arduino/Arduino#4673 for details.

Command:
find drivers -type f | xargs sed -i 's/boolean/bool/g'
* Added support for I2C EEPROM OTA

* EEPROM OTA now uses extEEPROM as driver

* Compiler warning fix

* Style check fixes

* Fix doxygen warnings of I2CEeprom

* Use bool instead of boolean in I2CEeprom shim

* Fix re-merged style problem
Even with MY_DISABLED_SERIAL defined, the linker is still adding the
Serial object to the binary.

That's because a) the MySensors *.cpp files are actually included
into the sketch and compiled as part of it (and not compiled
separately and then linked) and b) due the the default(?) behavior of
the linker (https://github.com/arduino/Arduino/issues/4579).
Added possibility to tune flash commands and parameters
in case off use non standard SPI flash for OTA
Personalization does not need validation if the simple password
security flag is set.

Fixes #914
Fixes commit 5776d2b
      NRF5: Fix and improve sleep(0) (#909)
* Fix NRF5_ESB_readMessage, allways enable radio

* NRF5: fixes and improvements

- Compiles with arduino core for nRF52 (primo)
  MY_RADIO_NRF5_ESB stays unsupported with primo!

- Split ACK negation flag into
    MY_NRF5_ESB_REVERSE_ACK_TX
    MY_NRF5_ESB_REVERSE_ACK_RX

- MY_RADIO_NRF5_ESB changes to act more than NRF24

- MY_RADIO_NRF5_ESB better support for powerdown/standby

- Moved initialization from MyMainNRF5 to hwInit()
mfalkvidd and others added 30 commits July 20, 2019 16:28
* Add support for less than 1 blink per hour

* Apply Arduino IDE auto-formatting (readability++)

* Minor spelling/grammar fixes

* Fix copyright date regression
* RF24 improvements

* RF24 improvements
    Fix: do not set nodeID to AUTO if invalid I_ID_RESPONSE received
    Save 2 bytes of RAM: remove transportSM variable (uplinkQualityRSSI) if unused
    Bump pre-release version to 7
* Add log parser
Not sure why the git mv command didn't work
* Update MyMessage.cpp

See issue #1349

* Misspelled define
Thanks to @ltigges and @mkaiser for noticing that the documentation
needed an update and providing input.

This fixes #1359
…ty (#1358)

* Add MY_RS485_DE_INVERSE define to invert the device enable pin polarity
Use snprintf instead of sprintf to avoid a potential buffer overflow.
_fileName and _values have to be re-set to NULL, otherwise a
double-free might occur.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.