Search results

  1. D

    Low Power "Green" Battery Operation Solutions For The Teensy 3.

    Might be a good idea to tag your releases on github, so people can easily grab the stable or HEAD version as they prefer. Happy to help organize if I can, or work on additional features if a roadmap is documented so I know where to direct my efforts. Thanks much for all your work on this I've...
  2. D

    How to get a little bit more FLASH room on Teensy 3.x

    I got https://github.com/xxxajk/ARM-Toolchain built today on OSX 10.9, it required adding -Wno-error=deprecated-declarations as sbrk() is depreciated in mavericks. After building this tool chain, I still see the same segfault. Looking into this now
  3. D

    How to get a little bit more FLASH room on Teensy 3.x

    Would love to here from someone getting this to work successfully on MacOS about what toolchain they are using since I and riotwing are both seeing segfaults. Specifically I see: $ /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-objdump -h -S...
  4. D

    How to get a little bit more FLASH room on Teensy 3.x

    Did you ever get this sorted? I also get a segfault using the toolchain shipped with teensyduino on osx 10.9
  5. D

    confused again. Cutting VIN from VUSB - Teensy 3.0

    Sorry for bumping this old thread but it has quite a high ranking in the search for the issue of using USB with an external power source. I wanted to document the approach I frequently use in case it is useful for others. First I cut to seperate VIN and USB as shown by Russ: I then add a...
Back
Top