Displaying 5 results from an estimated 5 matches for "esp32".
Did you mean:
nsp32
2019 Mar 06
6
[RFC] Tensilica Xtensa (ESP32) backend
Hello,
I'm from Espressif Systems company, software department. Our company
develops processors based on Xtensa architecture like ESP32 and ESP8266.
We propose the integration of a backend targeting Xtensa architecture.
We started to develop LLVM Xtensa backend almost a year ago. The reason
was that we saw a demand from our large developers community. Currently
only GNU compiler supports Xtensa architecture. The company has app...
2019 Mar 07
4
[RFC] Tensilica Xtensa (ESP32) backend
...Andrei Safronov via llvm-dev
> <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>
> Hello,
>
> I'm from Espressif Systems company, software department. Our
> company develops processors based on Xtensa architecture like
> ESP32 and ESP8266. We propose the integration of a backend
> targeting Xtensa architecture.
>
> We started to develop LLVM Xtensa backend almost a year ago. The
> reason was that we saw a demand from our large developers
> community. Currently only GNU compiler supports Xte...
2023 Feb 20
2
Using 'dummy.ups' for a real application, not just testing...
...- it's an arduino-class CPU. I was
assuming you have another computer on that will and the RPI was just to
drive the i2c.
Basically:
ESP8266: very small/low-power/cheap ($7?) arduino-ish dev board with
wifi and GPIO/i2c/etc.
nodemcu: software that lets you write in lua for the esp8266/esp32.
Or you can write raw arduino code.
MQTT: message bus for IOT where you have a broker and then some device
writes values to a topic. This lets you decouple the IO and the
processing.
I have a python program that watches nut on a system and publishes a
json dictionary to an MQTT topic. I...
2017 Jul 06
1
Suggested patch, opus_encoder.c, decide_dtx_mode()
While porting opus 1.2.1 to esp32, my compiler had a grumble (error) about
possible use of uninitialized variables in decide_dtx_mode()
Existing code:
--------SNIP---------
/* Decides if DTX should be turned on (=1) or off (=0) */
static int decide_dtx_mode(float activity_probability, /* probability
that current frame contains...
2019 Apr 24
9
Are linux distros redundant?
I just realised that I haven't touched a centos/redhat machine in more than
a couple of years. Everything I do now is Kubernetes based or using cloud
services (or k8s cloud services).
What about it listeroons? Is your fleet of centos boxes ever expanding or
are you just taking care of a single java 6 jboss application that takes
care of the companies widget stocks?
How are your jobs