summaryrefslogtreecommitdiff
path: root/examples/rules.mk
AgeCommit message (Collapse)Author
2023-11-23move make.mk and rules.mk to build_system/makehathach
2023-11-23move make to examples/build_systemhathach
add -Wl,--no-warn-rwx-segment for gcc 12+
2023-09-11wrap up build cmake & make support for max3421, to enable the Host driver, ↵hathach
'MAX3421_HOST=1' must be added as part of make/cmake command
2023-08-01add portenta c33 bsp, add flash by dfu-utilhathach
2023-07-18Change a variable to a target so that it works on windows command promptkkitayam
echo command of windows command prompt can't handle line breaks in a variable.
2023-06-24separate iar and gcc build for clean make, also add cpu specific makehathach
2023-06-16fix build warningshathach
2023-05-19improve flash targethathach
2023-05-15update nrf cmake and make to support nrf5340 (pca10095)hathach
2023-05-15adding nrfhathach
2023-05-09skip link option --print-memory-usage for renesas rx since it does not ↵hathach
support this option
2023-05-08fix linking missing ivt symbol for imxrt with cmakehathach
changed device port = 0, host port =1 for imxrt 1060 and 1064
2023-03-30merge s2 and s3, update cmake for espressif, add tinyusb_src as componenthathach
2023-03-19add CFLAGS_SKIP to improve sam compile timehathach
2023-03-17fix ci build with fomuhathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2023-03-10adding python script to manage dependencies instead of submodulehathach
2023-03-08improve cihathach
2023-03-06fix iar cihathach
2023-03-05ignore mkdir in windows cihathach
2023-03-05more ci testhathach
2023-02-13add metro m7 1011 board def (not running yet)hathach
2023-01-21update stm32f1 to support iar buildhathach
2023-01-20slightly update rule.mk for IARhathach
2023-01-17update freertos example to build with iarhathach
2023-01-17update makefile to support iar build starting with stm32f070hathach
2022-07-01add get-deps targethathach
update ci to get-deps first
2022-03-04skip pyocd reset after flashhathach
2022-01-25Merge branch 'master' into masterHa Thach
2021-12-27build system: Changes for xc32 compilerJerzy Kasenberg
Three changes are needed to accommodate xc32 compiler build: - optimized build flag other than -Os added CFLAGS_OPTIMIZED that defaults to -Os but can be overridden in boards - build without -lnosys added LIBS_GCC with default libraries that can be changed in boards - build without LD_FILE specification if LD_FILE is empty -Wl,-T options is not added to LDFLAGS
2021-12-07Add mksunxi tool to make flashable imageYunhao Tian
2021-12-04Add BSP support for F1C100sYunhao Tian
2021-11-08add flash-openocd target. correct ek-tm4c123 button statehathach
2021-10-13Add linkermap for size analysis (#1136)Ha Thach
* add NO_LTO option to make * add linkermap submodule and linkermap target * add linkermap to ci build * linkermap doesn't work with esp32sx map file yet * add note for linkermap target
2021-10-12Merge branch 'master' into add_uvcHa Thach
2021-10-05rename CFG_TUD_NET to CFG_TUD_ECM_RNDIShathach
2021-09-29moved ISO attributes from audio to commonkkitayam
2021-09-25add NCM driver in a compatible manner : hathach/tinyusb#550Peter Lawrence
2021-08-29add CFG_EXAMPLE_MSC_READONLY for curiosityhathach
allow family/board to exclude specific example. exclude net_lwip_webserver from curiosity.
2021-08-29Add PYOCD_OPTIONmainr
Added PYOCD_OPTION to pass board-specific options to build
2021-08-29Added support for Microchip Curiosity Nano SAMD21 board (DM320119)mainr
Added support for Microchip Curiosity Nano SAMD21 board (DM320119) under hw/bsp/samd21/boards/curiosity_nano The nEDBG on this board requires dap_protocol be specified as SWD (changed in examples/rules.mk) NOTE: requires entry (03eb:2175) for VID:PID of nEDBG be added to /etc/udev/rules for pyocd
2021-05-26fix dfu example buildhathach
2021-04-18Merge branch 'master' into alisitsyn-esp-based_on_334e95fhathach
2021-04-16espressif: group boards using target name as a familyAlex Lisitsyn
`hw\bsp` separate one family folder to esp32s2, esp32s3 add board specific board.cmake file to override board specific options(features) fix examples and test scripts to use new family approach
2021-04-16Added support for Black Magic Probe (#787)Dima Barsky
* Added flash-bmp and debug-bmp targets; added .gdb_history to .gitignore * Added the BMP variable, defaults to /dev/ttyBmpGdb The name of the BMP device is different on different systems. On Linux (after installing the recommended udev rules) it'll be /dev/ttyBmpGdb, but the user should be able to override it. * Update rules.mk
2021-04-16tinyusb: add support of esp32s3 targetAlex Lisitsyn
add support of new esp32s3 target and the board update the roles.mk wrapper to allow dfu flashing of espressif chip update examples to allow compilation for esp32s3_addax_1 board once the code is tested the PR to original tinyusb repo will be submitted
2021-03-30change suffix to _asm to be more explicithathach
2021-03-29add suffix _s to object of assembly filehathach
2021-03-17move esp32s2 and rp2040 target rule to its family.mkhathach
2021-03-17explicitly add dcd source file without vendor/familyhathach