43 Commits

Author SHA1 Message Date
8979af34c0 Fixed more alert found by PVS-Studio 2025-11-04 19:56:53 +07:00
f39dcae9f1 fix several warnings 2025-10-24 13:04:49 +07:00
8199ed6fd0 refactor all nuc to family 2025-10-15 13:37:21 +07:00
9bd3622fc7 merge nuc121 and 125 2025-10-15 12:24:45 +07:00
47b13f6b10 improve cmake warning flags, fix various warnings in examples 2025-10-14 17:13:28 +07:00
47bb79abe2 Fix board_reset_to_bootloader
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-17 23:44:01 +02:00
be9409bfa7 Fix board_init_after_tusb
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-17 23:44:01 +02:00
50949eb3b9 Fix board_get_unique_id
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-17 23:20:52 +02:00
a64e3eb0aa update board_test always output to uart regardless of LOGGER option 2025-07-02 17:27:03 +07:00
0388700ad7 update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORM 2025-07-02 15:32:12 +07:00
c3a6efc29e Implement ITM_SendChar().
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-03-24 23:06:09 +01:00
3560ed3d98 remove board_mcu.h 2025-02-11 21:55:28 +07:00
dbc2c8d972 Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889)
* change TUD_EPBUF_TYPE_DEF order
* add and fix -Wmissing-prototypes warnings  for   cmake (skip  make)
2024-11-27 18:28:12 +07:00
dbdc5a239c - move freertos_hooks to board.c
- add device/midi_test_freertos example
- update bth/dfu/midi device for cache line size
2024-11-21 17:49:38 +07:00
5f891e020c usbh use the new tusb_time_delay_ms_api()
fix duplicated device attach for some devices which cause "USBH Defer Attach until current enumeration complete"
include dev0 for tuh_edpt_abort_xfer()
2024-11-04 17:24:49 +07:00
8461525d48 add tusb_time_millis(), able to reset and enable dwc2 port and get SOF active 2024-10-21 18:18:33 +07:00
366f1cf186 Fix bsp mistake 2024-04-24 16:32:56 +07:00
b67cb26e51 change hil board s3 devkitm (devkitc seems to have usb issue with cp2104) 2024-04-24 16:17:33 +07:00
3442a87d5b - clang h743 build and run cdc_msc ok
- switch unit test back to gcc, since path to clang conflict on local setup (x86 and arm)
2024-04-19 23:16:57 +07:00
54356a719e minor-update 2023-11-23 17:53:17 +07:00
3b7d5aa042 improve connection & disconnection detection. But there is still issue when CONDETIRQ occurs but we are disabled interrupt (for osal queue access). 2023-08-31 16:52:09 +07:00
cf91660cee rename hw/bsp/board.h to board_api.h 2023-08-03 15:44:05 +07:00
a70978e057 clean up 2023-06-05 19:53:40 +07:00
f6a45a7aab clean up 2023-06-05 15:41:45 +07:00
654f182176 build host examples with imx 2023-05-08 00:24:48 +07:00
3623ba1884 fix trailing space and new line
temporarily disable codespell
2023-03-17 16:12:49 +07:00
ecfd57e6f1 get most examples build with iar 2023-01-18 10:31:00 +07:00
a394273ed2 add board_getchar() for non-blocking getchar() 2022-11-21 16:28:54 +07:00
a6001fc8f2 update uart read for lpc18/43 for testing 2022-11-18 21:50:00 +07:00
cde824f17f Merge pull request #1222 from scoudreau/swo_logger
Remove unused-parameter errors when LOGGER=swo
2021-12-07 19:53:27 +07:00
c9d9bfab92 Remove unused-parameter errors when LOGGER=SWO 2021-12-01 17:10:31 +01:00
bb5dab5c2e add hw config struct 2021-10-26 22:48:01 +07:00
7596cb3079 update some sense warning from -Wconversion 2021-10-15 15:54:32 +07:00
8de33ca557 Merge branch 'master' into kkitayam-fix_rtt_for_rx_family 2021-07-02 14:10:31 +07:00
ea9ec1fb43 extend stack areas to enable logging
add dummy functions to avoid warnings when logging is enable
remove codes regarding OPTLIB
2021-07-02 11:37:23 +09:00
ca98996e1f better support for hid device set/get protocol
add caplock detection for hid_composite
2021-07-01 22:46:39 +07:00
4c01099a3d update makefile to build with ohci host
update ses project for lpc1769 with rtt
2020-05-22 20:57:52 +07:00
1fc7f54a8a added swo as logger
tested with feather nrf52840 + jlink
2020-04-22 19:18:03 +07:00
afc4042375 add LOGGER option to use rtt
update example readme for debug log. Update bug template to ask for LOG
as well.
2020-04-22 17:08:41 +07:00
95009a9e79 Merge pull request #194 from cr1901/msp430f5529
[WIP] MSP430 Support
2020-03-24 11:57:20 +07:00
45e32a787b clean up 2020-03-11 14:13:34 +07:00
71a4076e73 correct read()/write() retarget for msp430, fix msp430 button state 2019-10-29 16:24:09 +07:00
195d0f5a14 adding log support with uart
started with pca10056
2019-10-12 00:02:51 +07:00