Search found 5 matches
- Thu Jul 25, 2019 9:56 pm
- Forum: General Discussion
- Topic: Very large buffer on ESP32
- Replies: 5
- Views: 8337
Re: Very large buffer on ESP32
Thanks!
- Sat Jul 20, 2019 8:17 pm
- Forum: General Discussion
- Topic: Very large buffer on ESP32
- Replies: 5
- Views: 8337
Re: Very large buffer on ESP32
Run the hello world example and check the heap info that's printed. I (184) heap_init: Initializing. RAM available for dynamic allocation: I (191) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM I (197) heap_init: At 3FFB2EF8 len 0002D108 (180 KiB): DRAM I (203) heap_init: At 3FFE0440 len 00003AE...
- Fri Jul 19, 2019 1:25 pm
- Forum: General Discussion
- Topic: Very large buffer on ESP32
- Replies: 5
- Views: 8337
Very large buffer on ESP32
Hi, I'd like to set up a 480KB buffer to use as a graphics framebuffer. (Actually a dual buffer of 240KB each.) Splitting it to several smaller buffers that add up to 480KB would also be OK. Writing this, I now realize that the ESP32 doesn't actually have 480KB of data memory available, so I may try...
- Fri Jul 19, 2019 12:52 pm
- Forum: General Discussion
- Topic: Status of LLVM support?
- Replies: 6
- Views: 13599
Re: Status of LLVM support?
Thanks!
- Thu Jul 11, 2019 3:49 am
- Forum: General Discussion
- Topic: Status of LLVM support?
- Replies: 6
- Views: 13599
Status of LLVM support?
Hi!
Are there any updates regarding LLVM support? I'd like to try to use the current Rust compiler, but it uses LLVM 8 or 9, while the published fork is based on LLVM 6.
Thanks,
sapir
Are there any updates regarding LLVM support? I'd like to try to use the current Rust compiler, but it uses LLVM 8 or 9, while the published fork is based on LLVM 6.
Thanks,
sapir