This shows you the differences between two versions of the page.
iothings:proiecte:2018:qemu [2021/12/06 18:08] dan.tudose [Emulated Devices] |
iothings:proiecte:2018:qemu [2021/12/06 18:08] (current) dan.tudose [Qemu] |
||
---|---|---|---|
Line 26: | Line 26: | ||
""The STM32F4DISCOVERY Discovery kit allows users to easily develop applications with the STM32F407VG high performance microcontroller with the ARM ® Cortex ® -M4 32-bit core. It includes everything required either for beginners or for experienced users to get quickly started. Based on STM32F407VG, it includes an ST-LINK/V2 or ST-LINK/V2-A embedded debug tool, two ST-MEMS digital accelerometers, a digital microphone, one audio DAC with integrated class D speaker driver, LEDs, push buttons and a USB OTG micro-AB connector."" This info and more can be found in the datasheet at {{iothings:proiecte:stm32-f407.pdf}} | ""The STM32F4DISCOVERY Discovery kit allows users to easily develop applications with the STM32F407VG high performance microcontroller with the ARM ® Cortex ® -M4 32-bit core. It includes everything required either for beginners or for experienced users to get quickly started. Based on STM32F407VG, it includes an ST-LINK/V2 or ST-LINK/V2-A embedded debug tool, two ST-MEMS digital accelerometers, a digital microphone, one audio DAC with integrated class D speaker driver, LEDs, push buttons and a USB OTG micro-AB connector."" This info and more can be found in the datasheet at {{iothings:proiecte:stm32-f407.pdf}} | ||
==== Physical Devices ==== | ==== Physical Devices ==== | ||
- | {{proiecte:ubuntu-logo.png}} | + | {{iothings:proiecte:ubuntu-logo.png}} |
Line 34: | Line 34: | ||
==== Nuttx ==== | ==== Nuttx ==== | ||
- | {{proiecte:nuttx-logo.png}} | + | {{iothings:proiecte:nuttx-logo.png}} |
NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint. Scalable from 8-bit to 32-bit microcontroller environments, the primary governing standards in NuttX are Posix and ANSI standards. Additional standard APIs from Unix and other common RTOS's (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply-embedded environments (such as fork()). | NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint. Scalable from 8-bit to 32-bit microcontroller environments, the primary governing standards in NuttX are Posix and ANSI standards. Additional standard APIs from Unix and other common RTOS's (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply-embedded environments (such as fork()). | ||
Line 52: | Line 52: | ||
==== Qemu ==== | ==== Qemu ==== | ||
- | {{proiecte:qemu-logo.png}} | + | {{iothings:proiecte:qemu-logo.png}} |