Commit Graph

16 Commits

Author SHA1 Message Date
hathach 2828a56a4f
apply oldPRCR to board_init() 2024-04-09 17:05:25 +07:00
hathach c97c3418c7
minor update bsp 2024-04-05 20:31:55 +07:00
hathach 1c5abc835f
Merge branch 'master' into MCX 2024-04-05 17:59:38 +07:00
hathach 5ce4585884
fix pre-commit format 2024-04-05 17:14:51 +07:00
hathach 7910cc2981
fix build with rp2040 + max3421
- forward MAX3421_HOST=1 from makefile to cmake
- add feather_rp2040_max3421 board to run with ci for rp2040 + max3421
2024-04-04 10:55:14 +07:00
hathach 18a458679f
Merge branch 'master' into MCX 2024-04-02 18:14:49 +07:00
kkitayam aba00ed22c Fix the error that occurs when executing make in Windows 2024-03-23 22:35:06 +09:00
hathach 4ed02ae5f9
reformat code hid_host.c
- fix ceedling with ruby 3.1
- allow overwrite CMAKE_C_COMPILER/CMAKE_CXX_COMPILER from command line
2024-03-01 17:34:14 +07:00
Jerry Palacios b44cae8f18 frdmmcxa153 now working with cmake+ninja 2024-02-09 11:07:51 -06:00
Jerry Palacios b9c6b22165 cortex m33+nodsp+nofpu make file created 2024-02-08 11:10:10 -06:00
Mengsk 3eb7d6ede9 Enhance IAR CMake support. 2023-12-13 17:20:51 +01:00
hathach 26ca48e7a7
move make.mk and rules.mk to build_system/make 2023-11-23 20:20:01 +07:00
hathach 7213b8abb1
move tools/cmake to examples/build_system 2023-11-23 20:06:22 +07:00
hathach 82880eecbd
make nanolib linking explicitly by each family/board 2023-11-23 12:43:13 +07:00
hathach 1a98f5389c
correct gcc version major comparison 2023-11-23 12:07:59 +07:00
hathach 51312f70fd
move make to examples/build_system
add -Wl,--no-warn-rwx-segment for gcc 12+
2023-11-23 11:44:14 +07:00