duff2013 / Snooze

Teensy Low Power Library
MIT License
132 stars 37 forks source link

Teensy 4.0 #69

Closed mbatesole closed 4 years ago

mbatesole commented 4 years ago

It appears Snooze/src/hal/TEENSY_40/ is missing the appropriate header files:

include "SnoozeTimer.h"

include "SnoozeAlarm.h"

include "SnoozeTouch.h"

include "SnoozeCompare.h"

include "SnoozeDigital.h"

include "SnoozeAudio.h"

include "SnoozeUSBSerial.h"

include "Snoozelc5vBuffer.h"

include "SnoozeSPI.h"

duff2013 commented 4 years ago

Yes Teensy 4.0 is not working, I have hope to work on this soon but other things keep getting in my way.

HanJ67 commented 4 years ago

When can we expect a version for Teensy 4.0 to go to sleep and wakeup via interrupt IO

duff2013 commented 4 years ago

I've been working on it stay tuned I'll have a beta hopefully in a week.

HanJ67 commented 4 years ago

Oh great, thanks a lot, really appreciated..

HanJ67 commented 4 years ago

Hi, Yesterday I tried the updated lib on a Teensy 4.0 environment and got a compiler error on hal.c. I had not enough time to search for the reason. It should work now, right? thanks and best regards, han

duff2013 commented 4 years ago

I'm working on it, should have another beta out by the weekend.

HanJ67 commented 4 years ago

Works perfectly.....thanks a lot....

duff2013 commented 4 years ago

Glad to hear going to close this issue then.