Defragster

Results 17 issues of Defragster

Glancing through the code to answer forum question in: \libraries\Snooze\examples\sleep\sleep_all_wakeups\sleep_all_wakeups.ino where pin 11 is not a T_4 compare pin I see coded to pin 11: ` Teensy 4.0 Compare pins:...

forum post : https://forum.pjrc.com/threads/61451-Teensyduino-1-53-Beta-2?p=243846&viewfull=1#post243846 Also note: TD 1.53 is in Beta - is ADC ready to get an update in TeensyDuino? Short time frame with new IDE 1.8.13 release. The...

### Describe the problem When I start Arduino IDE, the window and title bar appear, but it remains forever on the splash screen/loading animation. ### To reproduce 1. Unzip arduino-ide_2.0.0-rc9_Windows_64bit.zip...

topic: code
type: imperfection

### Describe the problem Ide 2 SerialMonitor window keeps up but won't stop scrolling when 'Autoscroll' is disabled. ### To reproduce On Windows 10 machine: Run this sketch https://github.com/PaulStoffregen/USB-Serial-Print-Speed-Test On...

topic: code
type: imperfection
topic: serial monitor

** Portable version is handy: https://forum.pjrc.com/threads/60026-Windows-10-app-vs-downloaded-Arduino-app?p=232963&viewfull=1#post232963 ** note on interrupts in general and the 1062 and dsb? ** page on TyCommander

I just powered up an ESP8266 unit connected to a Teensy and both are programmable with the IDE 1.6.12 and compile of nailbuster/myWebServer with ESP updated to release 2.3 update...

I had my phone (w/serial terminal) and Teensy setup in my microwave and the ESP couldn't find my specified AP. After 20 seconds it defaulted to Soft AP mode. Is...

In : https://github.com/TeensyUser/doc/wiki/The-Watchdog-timer This is not entirely true. Some portion of lower (?) DMAMEM is used by the security HAB (?) code before startup and data stored there will be...

Placing a platform.local.txt with these lines including the {{local path}} to the EXE: tools.teensyloader.cmd.path={{local path}}\TyCommanderC.exe tools.teensyloader.upload.pattern="{cmd.path}" upload --autostart --wait --delegate "{build.path}/{build.project_name}.hex" Path for platform.local.txt is: C:\Users\{{Local User}}\AppData\Local\Arduino15\packages\teensy\hardware\avr\1.57.1\platform.local.txt Where {{Local User}}...

Currently in Beta - only Teensy.exe Loader knows the process and steps for parsing an encrypted .eHex file and determining when it is required for upload and then programming it...

enhancement