FeaturesThe following standard features are provided.• Choice of RTOS scheduling policy1. Pre-emptive:Always runs the highest available task. Tasks of identical priorityshare CPU time (fully pre-emptive with round robin time slicing).2. Cooperative:Context switches only occur if a task blocks, or explicitly callstaskYIELD().• Co-routines (light weight tasks that utilise very little RAM).• Message queues• Semaphores [via Macros]• Trace visualisation ability (requires more RAM)• Majority of source code common to all supported development tools• Wide range of ports and examples
This little program shows how to use COM technology in
Win32Asm. When it s run it lets the user freely decide
about the presence of the program with the WS_EX_TOOLWINDOW
style on the taskbar. The main goal is to show the easiest
possible example instead of killing people with the details
about virtual tables, polymorphism, inheritance and using
nested Macros etc., etc.
用CY7C63723設(shè)計(jì)的鼠標(biāo)固件程序
chip.c - include file that defines CY7C63723 constants
- combi.c - main source file
- combi.hex - Intel hex file for programming a CY7C63723 microcontroller
- combi.lst - output listing from c-compiler for use with the CYDB debugger
- Macros.h - defines Macros used in combi.c
- ps2defs.h - defines PS/2 interface constants
- usb_desc.h - defines the USB descriptors
- usbdefs.h - defines USB interface constants