-
- Downloads
Removed SerialStream module, rolled functionality into the base USART Serial...
Removed SerialStream module, rolled functionality into the base USART Serial peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods. Renamed the Serial byte send/receive functions to remain consistent with the CDC driver's byte functions. Altered the serial byte receive function to make it non-blocking.
Showing
- Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.h 1 addition, 1 deletion...s/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.h
- Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.c 4 additions, 1 deletionDemos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.c
- Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h 1 addition, 1 deletionDemos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h
- Demos/Device/ClassDriver/RNDISEthernet/makefile 1 addition, 2 deletionsDemos/Device/ClassDriver/RNDISEthernet/makefile
- Demos/Device/Incomplete/Sideshow/Sideshow.c 4 additions, 1 deletionDemos/Device/Incomplete/Sideshow/Sideshow.c
- Demos/Device/Incomplete/Sideshow/Sideshow.h 1 addition, 1 deletionDemos/Device/Incomplete/Sideshow/Sideshow.h
- Demos/Device/Incomplete/Sideshow/makefile 1 addition, 2 deletionsDemos/Device/Incomplete/Sideshow/makefile
- Demos/Device/LowLevel/RNDISEthernet/Lib/ProtocolDecoders.h 1 addition, 1 deletionDemos/Device/LowLevel/RNDISEthernet/Lib/ProtocolDecoders.h
- Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.c 4 additions, 1 deletionDemos/Device/LowLevel/RNDISEthernet/RNDISEthernet.c
- Demos/Device/LowLevel/RNDISEthernet/makefile 1 addition, 2 deletionsDemos/Device/LowLevel/RNDISEthernet/makefile
- Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.c 4 additions, 1 deletionDemos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.c
- Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.h 1 addition, 1 deletionDemos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.h
- Demos/DualRole/ClassDriver/MouseHostDevice/makefile 1 addition, 2 deletionsDemos/DualRole/ClassDriver/MouseHostDevice/makefile
- Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.c 4 additions, 1 deletion...assDriver/JoystickHostWithParser/JoystickHostWithParser.c
- Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.h 1 addition, 1 deletion...assDriver/JoystickHostWithParser/JoystickHostWithParser.h
- Demos/Host/ClassDriver/JoystickHostWithParser/makefile 1 addition, 2 deletionsDemos/Host/ClassDriver/JoystickHostWithParser/makefile
- Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c 4 additions, 1 deletionDemos/Host/ClassDriver/KeyboardHost/KeyboardHost.c
- Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h 1 addition, 1 deletionDemos/Host/ClassDriver/KeyboardHost/KeyboardHost.h
- Demos/Host/ClassDriver/KeyboardHost/makefile 1 addition, 2 deletionsDemos/Host/ClassDriver/KeyboardHost/makefile
- Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.c 4 additions, 1 deletion...assDriver/KeyboardHostWithParser/KeyboardHostWithParser.c
Loading
Please register or sign in to comment