| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-28 | fix warning with strict prototypes warnings | hathach | |
| 2025-10-28 | disable warning for startup file | hathach | |
| 2025-10-23 | refactor family.cmake: rename add_board_target() to family_add_board() and ↵ | hathach | |
| move it to family_configure_common() also move startup and linker from board target to actual exe | |||
| 2025-10-15 | refactor spresense into cxd56. there is no orphan board in bsp. | hathach | |
| 2025-10-14 | fix lots of warnings for missing-prototypes for irqhandler | hathach | |
| 2025-01-25 | cmake remove EXAMPLE-tinyusb target as library | hathach | |
| 2025-01-24 | add cmake RTOS=zephyr (default noos) for zephyr build | hathach | |
| 2025-01-22 | - change to use CMAKE_SYSTEM_CPU to prevent CMAKE_SYSTEM_PROCESSOR conflict ↵ | hathach | |
| with zephyr - change tinyusb CMakeLists.txt to function tinyusb_target_add() instead of defining tinyusb lib target | |||
| 2024-12-27 | embed metadata to family.c and board.h to generate supported boards doc | hathach | |
| 2024-09-17 | make all python files executable and standardize interpreter | Shawn Hoffman | |
| 2024-05-16 | change default risv-gcc to riscv-none-elf- and add _zicsr extension | hathach | |
| add cmake for ch32v20x, skip freertos examples for CH32V20X, also skip net webserver due to lack of RAM update to use openocd with wlinke adapter | |||
| 2024-05-15 | add CH32V20x USB OTG/FS driver | Matthew Tran | |
| 2024-05-09 | Rework ci (#2631) | Ha Thach | |
| * add name field to usbd_class_driver_t * ci: use set matrix py script * add riscv32 and cmake support for ch32v307, fomu, gd32vf103 * update build_cmake.py to take --family --board --toolchain * separate hil test to its own workflow * move esp32 board into separated hil json * add make build to ci * remov build_make.py * build.py support esp32 board * setup toolchain support esp-idf * fix missing click * merge family in matrix build to reduce jobs * skip cifuzz since it still has issue with get_deps and click | |||
| 2024-04-24 | fix samd linker with clang: cannot self-check defined symbol with lld e.g ↵ | hathach | |
| `STACK_SIZE = DEFINED(STACK_SIZE) ? STACK_SIZE : 0x1000` --> STACK_SIZE = 0 | |||
| 2023-11-23 | make nanolib linking explicitly by each family/board | hathach | |
| 2023-08-03 | rename hw/bsp/board.h to board_api.h | hathach | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2023-03-16 | rename FREERTOS_PORT to FREERTOS_PORTABLE_SRC | hathach | |
| also fix trailing spaces | |||
| 2023-03-08 | Merge branch 'master' into renesas-ra | hathach | |
| 2022-06-06 | fix ci, remove use of CFG_TUSB_RHPORT0_MODE in bsp | hathach | |
| 2022-06-02 | rework make freertos port handling | Rafael Silva | |
| this allows ports to specify a freertos port outside the FreeRTOS-Kernel lib directory, which would otherwise not be possible Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-10-17 | more with -Wcast-qual | hathach | |
| 2021-08-15 | move gd32vf103 to its own family | hathach | |
| 2021-03-17 | explicitly add dcd source file without vendor/family | hathach | |
| 2021-03-02 | move fomu to its own family, update ci with build risv | hathach | |
| 2021-01-26 | change output filename to BOARD-Directory | hathach | |
| 2020-04-17 | mass rename tud/dcd_irq_handler to tud/dcd_init_handler | hathach | |
| 2020-04-17 | update per review | hathach | |
| 2020-04-16 | add dfu generate target for fomu | hathach | |
| 2020-04-08 | rename hal_dcd_isr to dcd_irq_handler for fomu | hathach | |
| 2020-03-25 | makefile clean up | hathach | |
| allow board to define CROSS_COMPILE (default to arm gcc) | |||
| 2020-03-11 | freertos demo use static only for most optmized sram | hathach | |
| 2020-03-07 | clean up LD_FILE using $(BOARD) | hathach | |
| make it easier to duplicate bsp | |||
| 2019-11-24 | bsp: fomu: fix rom address for example programs | Sean Cross | |
| During development, the ROM address was at offset 0x2001a000 (due to the fact that the test program was located immediately following the bitstream). In normal Fomus, the ROM address is at offset 0x20040000, in order to take into account additional bitstreams and bootloaders. Correct the address to the offset in order to get examples working with existing Fomus. Signed-off-by: Sean Cross <[email protected]> | |||
| 2019-11-20 | move -flto to board.mk | hathach | |
| current board that doesn work with flto is spresense and mimxrt10xx (due to xip image_vector_table is optimized out). | |||
| 2019-11-13 | fomu: bsp: don't call usb isr when usb is disabled | Sean Cross | |
| When compiled without usb support, we don't want to call the USB ISR. Signed-off-by: Sean Cross <[email protected]> | |||
| 2019-11-13 | fomu: bsp: remove unused messible functions | Sean Cross | |
| These functions are unused in the current implementation. Signed-off-by: Sean Cross <[email protected]> | |||
| 2019-11-13 | valentyusb: rename from `foosn` | Sean Cross | |
| While Fomu is produced by Foosn, the actual name of the hardware block is `valentyusb`. Rename the module to match that. Signed-off-by: Sean Cross <[email protected]> | |||
| 2019-11-13 | fomu: csr: sync csr | Sean Cross | |
| Signed-off-by: Sean Cross <[email protected]> | |||
| 2019-11-13 | fomu: crt0: minor text refactor | Sean Cross | |
| Signed-off-by: Sean Cross <[email protected]> | |||
| 2019-11-13 | fomu: csr: add version with next_ev register | Sean Cross | |
| The Fomu bitstream now includes a `USB_NEXT_EV` register to indicate which is the next logical event to process. Add this register to the CSR definition. Signed-off-by: Sean Cross <[email protected]> | |||
| 2019-11-13 | fomu: semi-working commit | Sean Cross | |
| Signed-off-by: Sean Cross <[email protected]> | |||
| 2019-11-13 | bsp: fomu: update | Sean Cross | |
| Signed-off-by: Sean Cross <[email protected]> | |||
| 2019-11-13 | bsp: fomu: fix linker script overlap | Sean Cross | |
| The end of the data section was overlapping the start of the bss. Signed-off-by: Sean Cross <[email protected]> | |||
| 2019-11-13 | fomu: initial commit | Sean Cross | |
| Signed-off-by: Sean Cross <[email protected]> | |||
