Search found 3 matches
- Fri Jan 01, 2021 8:59 pm
- Forum: General Discussion
- Topic: New heap component
- Replies: 0
- Views: 1112
New heap component
Hello Mr. and Mrs., i have written a new heap component based on my sorting algorithm http://www.github.com/svenbieg/clusters . Free space is mapped by size and by offset, so the smallest block top most of the heap is returned. Allocating and freeing 30.000 times takes about 496ms, compared to 746ms...
- Sun Sep 20, 2020 4:51 pm
- Forum: General Discussion
- Topic: What would you like to see in The Next Chip?
- Replies: 397
- Views: 212205
Re: What would you like to see in The Next Chip?
I'd like to see a new memory manager based on my Clusters-algorithm.
http://www.github.com/svenbieg/Clusters
Best regards,
Sven Bieg
http://www.github.com/svenbieg/Clusters
Best regards,
Sven Bieg
- Sat Apr 11, 2020 7:02 pm
- Forum: General Discussion
- Topic: ledc example does not work at all
- Replies: 23
- Views: 15402
Re: ledc example does not work at all
The sample does work on pin 4 but not my application, maybe because i have WiFi enabled.
Following pins do work: 5, 17, 18, 19, 21, 22, 25, 26.
Following pins do work: 5, 17, 18, 19, 21, 22, 25, 26.