RT, Sound, USB, and TCP/IP


milarepa

Still Fresh
Joined
Jan 14, 2011
Messages
1
Hello,


I just registered and am looking for hardware to run my programs and have a few questions.

  1. is the os linux
  2. is there a stack
  3. is the kernel pre-emptive
  4. are posix threads, mutexes, timers, and condvars supported
  5. is alsa supported
  6. is usb supported
  7. is there a c complier
  8. is there hw for 802.11g
  9. can the stack handle 122 or so 1442 byte TCP packets per second


Peace Everybody,


Gary
 
1-8: yes


9: In theory, yes, but some people are having some odd issues with their wifi that are slowly being worked on. It'll get there eventually, I'm sure, but right now speeds above 50KB/s seem to be hit or miss.
 
[*]is the os linux


[*]is there a stack


[*]is the kernel pre-emptive


[*]are posix threads, mutexes, timers, and condvars supported


[*]is alsa supported


[*]is usb supported


[*]is there a c complier
Angstrom is a full Linux distribution for ARM, so almost every language invented is available, including C and C++. (And ARM assembly, if you really want)


And yeah, there's a USB port. It only supports USB 2.0, so a USB 1.1 device would need a USB 2.0 adapter.
 
Back
Top