6257123157
Merge branch 'master' into support-iar
2023-01-30 16:44:22 +07:00
cc18784479
hardcoded configPRIO_BITS for IAR build to pass CI
2023-01-30 16:42:56 +07:00
00c007ed68
Merge pull request #1866 from DRNadler/mimxrt1024_evk
...
Add support for NXP's mimxrt1024_evk evaluation board.
2023-01-30 11:18:10 +07:00
11384159e1
suppress rt1024 warnings and fix typo
2023-01-30 10:16:57 +07:00
778b62df81
Merge pull request #1875 from silvergasp/seed_corpus
...
feat(fuzz): Adds seed corpus for cdc and msc classes
2023-01-30 09:53:28 +07:00
718e7342b1
Merge pull request #1872 from kasjer/kasjer/nucleoh723
...
Add support for nucleo-h723zg
2023-01-30 09:50:53 +07:00
02f1f05697
feat(fuzz): Adds seed corpus for cdc and msc classes
2023-01-29 09:38:05 -08:00
42230df71a
Add support for nucleo-h723zg
...
Mostly copy of stm32h743nucleo.
Linker script generated by STM32CubeIDE.
Since this device has only one HS USB
board.h contains few defines that map on
board HS USB to FS because there is no
ULPI chip mounted on Nucleo board.
For FreeRTOS build:
Set interrupt priority for HS always and for FS if exists.
2023-01-26 12:53:03 +01:00
ba017d0669
boards/stm32h7 update gpio clocks
...
GPIOE was turned on twice, changed to missing GPIOF.
GPIOI is not present on all boards notably STM32H723
so clock in turned on only if present.
2023-01-26 12:02:07 +01:00
df2ebe5d1a
add iar --fpu option
2023-01-24 12:57:07 +07:00
0a4e611e37
update stm32f7 to build with iar
2023-01-22 12:11:01 +07:00
db36075721
update f4 to build with iar
2023-01-22 11:56:50 +07:00
f4c3f0800d
add test_common_func.c
2023-01-21 17:47:40 +07:00
436cd5b9b8
add icf for f1 mini2
2023-01-21 14:26:46 +07:00
1bbeb6ad79
update stm32f1 to support iar build
2023-01-21 11:32:37 +07:00
a6e0b598fa
Add support for NXP's mimxrt1024_evk evaluation board.
...
Tested AOK with device\cdc_msc_freertos example.
2023-01-20 13:15:42 -05:00
456a8b208b
Add support for NXP's mimxrt1024_evk evaluation board.
...
Tested AOK with device\cdc_msc_freertos example.
2023-01-20 12:59:45 -05:00
cb34cb2a93
slightly update rule.mk for IAR
2023-01-20 15:56:32 +07:00
daec3c24d8
fix warnings with arithmetic on void* pointer
2023-01-20 15:30:45 +07:00
074289caa3
add helper tu_desc_find/find2/find3
2023-01-20 15:30:24 +07:00
3fd075b48b
fix warning
2023-01-20 15:29:23 +07:00
ea098aeda1
Merge pull request #1847 from HiFiPhile/dwc2_iar
...
dwc2: fix iar warnings
2023-01-18 17:41:33 +07:00
84be70baf5
fix iar build with board_test
2023-01-18 13:17:53 +07:00
075095554a
dont use non-std strncasecmp
2023-01-18 11:47:24 +07:00
fb7122f07d
update iar ci
2023-01-18 10:33:26 +07:00
ecfd57e6f1
get most examples build with iar
2023-01-18 10:31:00 +07:00
8df2fd1916
update freertos example to build with iar
2023-01-17 23:38:10 +07:00
c86e628a4c
update build script to support iar with CC=iccarm option
2023-01-17 23:37:00 +07:00
1891802f08
update all f0 board to build with iar
2023-01-17 16:38:02 +07:00
c414cc650e
try running iar build with self-host
2023-01-17 16:30:33 +07:00
3fee8b402e
update makefile to support iar build starting with stm32f070
2023-01-17 16:20:04 +07:00
fa9d19027b
Merge pull request #1405 from gregdavill/ch32v307
...
Add WCH CH32V307 port
2023-01-12 17:51:56 +07:00
b1021d53f3
add TUP_RHPORT_HIGHSPEED for ch32v307
2023-01-12 15:38:18 +07:00
160d64b00a
minor clean up. ch32v307 has issue with uart LOG=2 (skipping characters)
2023-01-12 15:34:29 +07:00
3cf21c66b6
add dcd_remote_wakeup() stub
2023-01-12 15:26:48 +07:00
f05f81e8b3
add button support
2023-01-12 15:19:26 +07:00
65f7a8006c
rename board to lower case ch32v307v-r1-1v0
2023-01-12 13:31:36 +07:00
e6a3cfb350
rename link file
2023-01-12 13:12:37 +07:00
658897cf4e
fix redundant-decls warnings with USART_Printf_Init()
2023-01-12 12:30:18 +07:00
e61d4aefe6
rename driver with dcd_ to be consitent with other ports
2023-01-12 12:08:56 +07:00
3cc6cece07
add note for openocd with wch, also add wch-riscv.cfg
2023-01-12 10:25:48 +07:00
9d19ed940e
dwc2: fix IAR warnings.
2023-01-11 18:50:38 +01:00
4ee4c6f594
Merge pull request #1844 from silvergasp/master
...
feat(ci): Adds oss-fuzz integration on PRs
2023-01-11 09:20:27 +07:00
abb95fc4b3
feat(ci): Adds oss-fuzz integration on PRs
2023-01-09 13:07:03 -08:00
8775d55adc
Merge pull request #1843 from HiFiPhile/ip3511
...
ip3511 : Fix IAR build.
2023-01-09 10:02:59 +07:00
57de6016f9
ip3511 : Fix IAR build.
2023-01-08 11:23:18 +01:00
a7e1de1e83
temporarily suppress redundant-decls due to USART_Printf_Init()
...
fix codespell
2023-01-08 00:02:25 +07:00
949950e592
Merge branch 'master' into ch32v307
2023-01-07 23:46:46 +07:00
83cc71feaf
Merge pull request #1820 from Staacks/master
...
Fix UVC probe and commit on MacOS
2023-01-07 23:30:30 +07:00
79e5d7aa69
Merge pull request #1789 from hathach/fix-fifo-memory-overflow
...
Fix fifo memory overflow
2023-01-07 20:42:19 +07:00