Commit Graph

8 Commits

Author SHA1 Message Date
ae598ea5b9 Issues with stack traces when 3 tasks running
I think it could be with ISR... maybe? I'm not 100% what an interrupt
actually realy is
2023-10-25 19:50:10 +01:00
bef67215cb Created some tasks 2023-10-25 19:18:26 +01:00
5efca6b3c0 Figured out how to turn on PSRAM
Now it looks like you can just allocate from a regular "malloc"
Code ran successfully (afaict) when writing to 7MB - didn't seem
to when doing 8MB. Not 100% sure why, but I don't think it'll
matter tbh
2023-10-24 22:07:59 +01:00
d8c6ef5c8b Already found some bugs
Wish I could be writing this in rust
2023-10-23 22:36:19 +01:00
6b9ec20b72 Started some DHT22 stuff
Haven't tested it at all
2023-10-23 22:34:21 +01:00
c91a8fc729 Got the KConfig stuff to work
I didn't quite realise I needed to #include sdkconfig.h

I thought they were injected as -D flags for ... no reason really
2023-10-23 21:41:32 +01:00
92949ea84d Trying to get Kconfig to work
There's something wrong with the importing part I think
2023-10-23 21:30:38 +01:00
b48adeb547 Initial Commit 2023-10-23 20:35:50 +01:00