index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/audio-fifo-priming
claude/mtp-data-phase-fixes
claude/usbh-enum-timeout
claude/wch-ch569-ch32h417-usb3
codex/class-reference-docs
codex/dfu-buffer-fix
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
hil-openocd-recover-flasher
master
merge_os
port-embos
raw_gadget_review
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
demos
/
host
/
src
/
mouse_app.c
Age
Commit message (
Expand
)
Author
2014-03-24
rename host demo sourc files
hathach
2014-03-19
change OSAL_TASK_FUNCTION to adapt with cmsis rtx
hathach
2014-03-14
clean up warning in lpcxpresso
hathach
2014-03-13
fix some warnings
hathach
2014-03-10
change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead...
hathach
2014-03-06
refractor app_os_prio.h
hathach
2013-10-25
more doxygen work
hathach
2013-10-16
clean up
hathach
2013-10-16
refine mouse demo
hathach
2013-10-01
- move disconnection handle to enum task --> move tusbh_xxx_unmount is invoke...
hathach
2013-09-23
refractor, add wheel for mouse demo
hathach
2013-09-20
start to add msc host, fix dangerous problem with unstable device when plugge...
hathach
2013-09-19
starting to add support for IAR workbench
hathach
2013-09-18
clean up warnings
hathach
2013-09-13
all project can run ok
hathach
2013-09-13
integrate & able to run cmsis-rtx with current code base
hathach
2013-07-04
add some printf when a class is mounted
hathach
2013-07-04
change class (hid/cdc) _mounted_isr to _mounted_cb
hathach
2013-07-03
adding _mounted_isr & _umounted_isr callback for host keyboard & mouse
hathach
2013-06-26
remove app_os_prio.h in os_none configure
hathach
2013-05-14
abstract os priority for application tasks
hathach
2013-05-09
move cmsis to bsp/lpc43xx to keep all in repos for travis-ci run
hathach
2013-05-06
change format of file header & license spacing
hathach
2013-04-27
refractor mouse & keyboard app
hathach
2013-04-27
fix bug with osal_queue for freeRTOS
hathach
2013-04-25
change OSAL_TASK_DEF to decouple variable name with task name
hathach
2013-04-25
add attribute warn unused result for osal_create_* function
hathach
2013-04-25
add TUSB_CFG_OS_TASK_PRIO to mandatory option for using an RTOS
hathach
2013-04-24
- change OSAL_TASK_FUNCTION to have void* parameter (to be consistent with mo...
hathach
2013-04-23
rename OSAL_TASK_DECLARE to OSAL_TASK_FUNCTION
hathach
2013-04-15
clear keyboard & mouse report
hathach
2013-04-15
move code in host demo to /src in prepare for support freeRTOS projects
hathach