adafruit / Adafruit_CircuitPython_TinyLoRa

Adafruit Tiny LoRa
MIT License
44 stars 44 forks source link

RAM Optimizations for M0 #4

Closed brentru closed 5 years ago

jerryneedell commented 5 years ago

ran tinylora_simpletest.py with this PR on an itsybitsy_m4_express and a Raspberry pi 3b+ -- worked fine. Fixed the issue with the Raspberry Pi import of ttn_usa.py -- ran just before last commit -- will repeat ;-)

repeated test with last commit -- no issues.

ladyada commented 5 years ago

thanks @jerryneedell -im just tryin' to squish as much as possible so a feather m0 is happy :)

jerryneedell commented 5 years ago

Understood! -- just ran it on a feather_m0_express -- used .mpy's -- ran OK.

ladyada commented 5 years ago

one typo i saw, otherwise i think good, but you should do some testing also!

brentru commented 5 years ago

Short-term test looked good. I'm loading the newest commit onto a Feather M0 LoRa and a M4 w/a Si7021 to run overnight for testing .

ladyada commented 5 years ago

looks good to me so far. thanks for the fixes. lets see if the mpy size improves

ladyada commented 5 years ago

@brentru wanna do a bump minor release?

ladyada commented 5 years ago

looks like 700 bytes of savings, just in mpy size. not bad!