| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-23 | modified invalid marked unit exponent. | Jay | |
| 2024-12-23 | trimed trailing whitespaces. | Jay | |
| 2024-12-23 | Modified example app. | Jay | |
| 2024-12-23 | Update hid_device.h | Jay | |
| 2024-12-23 | add hid stylus pen device. | Jay | |
| this works with android, for bypassing that absmouse does not support android. note that, to hide cursor on android for every touch signal, find cursor option in android settings menu. references: 1. https://stackoverflow.com/questions/28536602/hid-digitizer-descriptor-doesnt-perform-well-with-landscape-orientation 2. https://github.com/jonathanedgecombe/absmouse/blob/master/src/AbsMouse.cpp | |||
| 2024-12-18 | Merge pull request #2865 from HiFiPhile/rt1170 | Ha Thach | |
| RT1170 enhancements | |||
| 2024-12-17 | enable CFG_TUD/THU_MEM_DCACHE_ENABLE for imxrt with M7 by default | hathach | |
| 2024-12-17 | Merge branch 'refs/heads/master' into fork/HiFiPhile/rt1170 | hathach | |
| 2024-12-17 | Merge pull request #2906 from hathach/add-ra8m1 | Ha Thach | |
| Add ra8m1_ek | |||
| 2024-12-17 | change rx url | hathach | |
| 2024-12-17 | install libc++ for clang build fuzzer | hathach | |
| 2024-12-16 | fix warning due to bsp_rom_registers.c | hathach | |
| 2024-12-16 | make sure g_bsp_rom_registers is not dropped by linker in cmake build. | hathach | |
| always reserve 0x100 for option setting in linker to prevent possible bricked mcu | |||
| 2024-12-13 | Merge pull request #2897 from shdeb/hid_pid_defs | Ha Thach | |
| Adding HID Usage Table Physical Input Device Page (0x0F) | |||
| 2024-12-13 | fix portenta build, added core-m85.cmake/mk | hathach | |
| 2024-12-13 | change OPT_MCU_RAXXX, fix missing prototype warnings. | hathach | |
| 2024-12-13 | update build for ra8m1: usbfs work, but usbhs not working just yet. Probably ↵ | hathach | |
| missing configuration or clock setup | |||
| 2024-12-13 | ra8m1_ek led and button works | hathach | |
| 2024-12-13 | update make build for ra | hathach | |
| 2024-12-12 | rasc for portenta_c33 | hathach | |
| 2024-12-12 | rasc ra2a1_ek, but usb does not seem to work. Note fsp.ld need extra 0x100 ↵ | hathach | |
| byte for ROM registers to work. | |||
| 2024-12-12 | rasc for ra4m1_ek | hathach | |
| 2024-12-12 | rasc for ra4m3 ek | hathach | |
| 2024-12-12 | used pin generated by rasc | hathach | |
| 2024-12-12 | more migrate to ra smart configurator | hathach | |
| 2024-12-11 | limit parallel for circleci | hathach | |
| 2024-12-11 | Merge branch 'master' into fork/HiFiPhile/rt1170 | hathach | |
| 2024-12-11 | Merge pull request #2902 from hathach/skip-iar-on-fork | Ha Thach | |
| skip iar build with forked pr | |||
| 2024-12-11 | skip iar build with forked pr | hathach | |
| 2024-12-11 | Merge pull request #2901 from hathach/fix-dwc2-epcount | Ha Thach | |
| fix correct DWC2_EP_COUNT | |||
| 2024-12-11 | Merge branch 'master' into fork/HiFiPhile/rt1170 | hathach | |
| 2024-12-11 | fix correct DWC2_EP_COUNT | hathach | |
| 2024-12-10 | change ra bsp to match fsp generated directory | hathach | |
| 2024-12-06 | Merge pull request #2898 from hathach/update-h5-bsp | Ha Thach | |
| correct clock setting for h563 nucleo | |||
| 2024-12-06 | Merge pull request #2656 from lijunru-hub/feat/uvc_support_frame_based | Ha Thach | |
| feat(uvc): support format frame based | |||
| 2024-12-06 | correct clock setting for h563 nucleo | hathach | |
| 2024-12-06 | Adding HID Usage Table Physical Input Device Page (0x0F) | shdeb | |
| 2024-12-05 | try to run arm-iar with circleci with new token (#2890) | Ha Thach | |
| * try to run arm-iar with circleci with new token * limit iar ci parallel build to 4 for medium+ and 6 for large * add hil-hfp to compile and test with IAR | |||
| 2024-12-03 | Merge pull request #2895 from tannewt/p4_fixes | Ha Thach | |
| Disable DWC HCD interrupt with MAX3421 | |||
| 2024-12-02 | Disable DWC HCD interrupt with MAX3421 enabled | Scott Shawcroft | |
| hcd_int_handler isn't found otherwise. | |||
| 2024-12-01 | Merge branch 'master' into dcd_notif | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-30 | Reformat audio class. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-30 | Fix HCD build. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-30 | Fix cmake options. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-30 | Fix typo. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-30 | Add bin & hex output to cmake targets. | HiFiPhile | |
| 2024-11-30 | Update .gitignore | HiFiPhile | |
| 2024-11-30 | Update audio class with dcache support. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-30 | Restore DCache clean/invalidate. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-30 | Merge branch 'master' into rt1170 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
