Displaying 8 results from an estimated 8 matches for "ucontrollers".
Did you mean:
controllers
2007 Oct 26
2
Implementation of a Speex based hardware VOCODER
Hi everyone,
I?m a graduate student in a Brazilian Intitute of Technology, and I?m
doing some academic research regarding secure voice transmission over phone
lines. One of our reserach goals is to implement a hardware vocoder, with low
bit rates, and a preferably free algorithm, to be used in this secure voice
system.
Actually, there is a functional system using a proprietary AMBE
2010 Jan 10
1
[LLVMdev] building a llvm-arm-elf crosscompiler on OSX 10.5
Dear ML,
Anton, Thank you for your answer and your help.
I had a look at ARM.td of LLVM 2.6 (in lib/Target/ARM..) where I found
following definitions:
// V4T Processors.
def : ProcNoItin<"arm7tdmi", [ArchV4T]>;
def : ProcNoItin<"arm7tdmi-s", [ArchV4T]>;
def : ProcNoItin<"arm710t", [ArchV4T]>;
def :
2010 Jan 10
0
[LLVMdev] building a llvm-arm-elf crosscompiler on OSX 10.5
Hello, Pazzo
> Any clue?
Yes. Sorry, my fault - next time I should check ARM docs before replying.
ARM7TDMI is ARMv4T and this is not supported by LLVM (LLVM does v5+ codegen).
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2013 Apr 24
0
EMC Clariion stanby power supply
Hello All.
I'm working on building support for the Clariion range of standby power
supplies. I've found you can get hold of these easily on ebay like:
http://www.ebay.co.uk/itm/EMC-CLARiiON-Standby-Power-Supply-118031985-
SPS-1000W-/160373295258
There is a problem that I haven't been able to work around. After 90 seconds
without power, the device shuts down. This is because
2004 Aug 06
0
Re: Fixed-point Speex
...are with pipelines, unrolling loops, etc. At the moment most of the
proprietary codecs with which I am familiar are targeted to the T.I.
DSP's. That means that Analog Devices and ARM are "one down"
competitively ... they desperately need a codec that's been optimized
for their ucontrollers. I'll bet we could get some early support ...
hardware, software, and maybe even $$ from them and I'd be willing to
make the approach (can you say Blackfin from Analog Devices?). I
think that mine is a particularly interesting proposition because the
Embedded Systems Conference is comin...
2010 Jan 10
2
[LLVMdev] building a llvm-arm-elf crosscompiler on OSX 10.5
Dear Anton,
Thank you again for your help!
I tried with the following options (adding --with-cpu=arm7tdmi and
using binutils from cvs snapshot):
../llvm-gcc4.2-2.6.source/configure
--prefix=/usr/local/cross-llvm-gcc-arm-elf-4.2-2.6
--program-prefix=llvm-
--enable-llvm=/Users/dummy/Develop/llvm/llvm-build
--enable-languages=c,c++ --host=i686-apple-darwin9
--build=i686-apple-darwin9
2019 Aug 09
117
[RFC PATCH v6 00/92] VM introspection
The KVM introspection subsystem provides a facility for applications running
on the host or in a separate VM, to control the execution of other VM-s
(pause, resume, shutdown), query the state of the vCPUs (GPRs, MSRs etc.),
alter the page access bits in the shadow page tables (only for the hardware
backed ones, eg. Intel's EPT) and receive notifications when events of
interest have taken place
2019 Aug 09
117
[RFC PATCH v6 00/92] VM introspection
The KVM introspection subsystem provides a facility for applications running
on the host or in a separate VM, to control the execution of other VM-s
(pause, resume, shutdown), query the state of the vCPUs (GPRs, MSRs etc.),
alter the page access bits in the shadow page tables (only for the hardware
backed ones, eg. Intel's EPT) and receive notifications when events of
interest have taken place