FreeRTOS
보이기
개발자 | 리얼 타임 엔지니어스(Real Time Engineers Ltd.) |
---|---|
OS 계열 | 실시간 운영 체제 |
상태 | 지원 중 |
소스 형태 | 오픈 소스 |
최초 버전 출시일 | 2003년 |
최신 버전 | 10.6.1[1] / 2023년 7월 13일 |
저장소 | |
마케팅 대상 | 임베디드 장치 |
플랫폼 | ARM (ARM7, ARM9, Cortex-M3, Cortex-M4, Cortex-A), Atmel AVR, AVR32, HCS12, 마이크로블레이즈, Cortus (APS1, APS3, APS3R, APS5, FPF3, FPS6, FPS8), MSP430, PIC, 르네사스 H8/S, 슈퍼H, RX, x86, 8052, 콜드파이어, V850, 78K0R, 후지쯔 MB91460 시리즈, 후지쯔 MB96340 시리즈, 니오스 II, Cortex-R4, TMS570, RM4x |
커널 | 마이크로커널 |
라이선스 | 수정된 GPL |
공식 웹사이트 | www |
FreeRTOS는 대중적인[2] 임베디드 디바이스를 위한 실시간 운영 체제 커널[3][4]이다. 35개의 마이크로컨트롤러에 포팅되었다.
지원 아키텍처
[편집]같이 보기
[편집]각주
[편집]- ↑ “FreeFTOS Github Releases”. 《GitHub》. 2023년 8월 17일.
- ↑ “2011 Embedded Market Study”. EE Times. 2012년 4월 2일에 원본 문서에서 보존된 문서.
- ↑ Kolesnki, Sergey (2013년 12월 8일). “Comparing microcontroller real-time operating systems”.
A kernel is not an RTOS, but this can be a confusing issue because of the inappropriate naming chosen for some popular kernels, ‘freeRTOS’ for example.
- ↑ “Why RTOS and What Is RTOS?”. 2016년 8월 7일에 원본 문서에서 보존된 문서. 2014년 8월 29일에 확인함.
What is FreeRTOS? … The size constraints, and dedicated end application nature, rarely warrant the use of a full RTOS implementation - or indeed make the use of a full RTOS implementation possible. FreeRTOS therefore provides the core real time scheduling functionality, inter-task communication, timing and synchronisation primitives only. This means it is more accurately described as a real time kernel, or real time executive. …
외부 링크
[편집]- (영어) FreeRTOS.org
- (영어) SafeRTOS
이 글은 운영체제에 관한 토막글입니다. 여러분의 지식으로 알차게 문서를 완성해 갑시다. |