| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-27 | Added BSP for waveshare openh743i. | Ben Evans | |
| 2021-07-22 | Merge pull request #950 from HiFiPhile/dfu | Ha Thach | |
| DFU improvements | |||
| 2021-07-19 | clean up warning | hathach | |
| 2021-07-18 | Use USBHS_Handler | MasterPhi | |
| 2021-07-17 | Merge branch 'master' into dcd_same70 | HiFiPhile | |
| 2021-07-15 | skip lto for samd11 build | hathach | |
| 2021-07-02 | Merge branch 'master' into kkitayam-fix_rtt_for_rx_family | hathach | |
| 2021-07-02 | extend stack areas to enable logging | kkitayam | |
| add dummy functions to avoid warnings when logging is enable remove codes regarding OPTLIB | |||
| 2021-07-01 | better support for hid device set/get protocol | hathach | |
| add caplock detection for hid_composite | |||
| 2021-06-29 | fix typo | hathach | |
| 2021-06-29 | rename rx65n cloud kit to target | hathach | |
| adding note for adding jlink support for rx65n_target board | |||
| 2021-06-28 | merge saml21 + saml22 = saml2x | hathach | |
| 2021-06-28 | rename bsp saml22 to saml2x | hathach | |
| 2021-06-28 | Merge pull request #927 from hathach/add-rx65n-board | Ha Thach | |
| Add rx65n board | |||
| 2021-06-28 | update doc and clean up | hathach | |
| 2021-06-28 | rename rx63n to simply rx | hathach | |
| 2021-06-28 | refactor rx6x bsp | hathach | |
| 2021-06-28 | fix rx65n with freertos build | hathach | |
| 2021-06-28 | update renesas rx submodule | hathach | |
| 2021-06-27 | add options for e2l | kkitayam | |
| 2021-06-26 | add handling for software configurable interrupts. | kkitayam | |
| 2021-06-26 | fix baudrate setting | kkitayam | |
| 2021-06-22 | change stdio channel to SCI5 from SCI0. | kkitayam | |
| change ports settings for LED and button. add PLL setting for 240MHz based on HOCO into HardwareSetup(). | |||
| 2021-06-20 | adding rx65n | hathach | |
| 2021-06-19 | fix build with saml21, update microchip driver submodule | hathach | |
| 2021-06-18 | fix build with mm32 board | hathach | |
| 2021-06-18 | dsp updata | zhangslice | |
| Signed-off-by: zhangslice <[email protected]> | |||
| 2021-06-18 | add mindmotion mm32sdk as submodule | hathach | |
| remove the local copy of mm32 | |||
| 2021-06-18 | Add MM32 SDK and USB driver | zhangslice | |
| Signed-off-by: zhangslice <[email protected]> | |||
| 2021-06-15 | add support SAML21 | sabas1080 | |
| 2021-06-12 | Rename SAM7X to SAMX7X | MasterPhi | |
| Signed-off-by: MasterPhi <[email protected]> | |||
| 2021-06-12 | dcd: sam7x: rename family dcd to include the whole family | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-06-11 | bsp: same70_xplained: replace template vars from make | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-06-11 | bsp: same70_xplained: fix unused variable warning | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-06-10 | Make examples standalone buildable via CMake | graham sanderson | |
| 2021-06-07 | Add MM32 SDK and USB driver (#869) | zhangslice | |
| * Add MM32 SDK and USB driver * add mindmotion mm32sdk as submodule remove the local copy of mm32 * mit license Signed-off-by: zhangslice <[email protected]> Co-authored-by: hathach <[email protected]> | |||
| 2021-06-02 | undo search replace error | graham sanderson | |
| 2021-06-02 | minor comment change to force rebuild | graham sanderson | |
| 2021-06-02 | move core definition of source file includes from SDK into family.cmake | graham sanderson | |
| only build webserver example if lwip submodule initialized | |||
| 2021-06-01 | remove TINYUSB_FAMILT_PROJECT_NAME_INCLUDES_BOARD setting | graham sanderson | |
| 2021-06-01 | damn submodules! | graham sanderson | |
| 2021-06-01 | rename family.cmake to family_common.cmake | graham sanderson | |
| 2021-06-01 | fix rp2040 examples build from local tinyusb tree | graham sanderson | |
| 2021-05-31 | restore unintentionally modified submodules | graham sanderson | |
| 2021-05-31 | guard stdio_uart_init_full with LIB_PICO_STDUI_UART as the function doesn't ↵ | graham sanderson | |
| exist otherwise | |||
| 2021-05-31 | set PICO_TINYUSB_PATH for when building from within tinyusb without ↵ | graham sanderson | |
| pico-sdk/tinyusb submodule | |||
| 2021-05-31 | Fix up build_family style builds: | graham sanderson | |
| - added back pre-existing board directories which now just select PICO_BOARD - added boards/pico_sdk which just uses the pre-existing PICO_BOARD setting - fixed rp2040/family.cmake to include the magic string "CFG_TUSB_MCU=OPT_MCU_RP2040" expected by build_family.py | |||
| 2021-05-30 | Rework rp2040 examples and CMake build: | graham sanderson | |
| - Examples should be CMake buildable from their own subdirectory; such a build will error out based on matching .skip.MCU_xxx or a mismatched .only.MCU_ - It should be possible to build from a higher level and use .skip.MCU_ and .only.MCU_ to filter which examples get built - The intention is for the CMakeLists.txts in the examples to be non family specific and without MCU based IFs. I have started this work, but am not really sure the state of the esp32 stuff; in any case the plan is to have everything encapsulated in the FAMILY/family.cmake - pico_examples now just includes examples/device/CMakeLists.txt and examples/host/CMakeLists.txt directly, as they also build correctly when included from there. Note that .skip.MCU_ for esp32 in the directories it wasn't previously avaiable has not been added, as the .skip is common to the regular Makefile builds also. It isn't clear whether these examples should build for esp32, but if not .skip should be added. | |||
| 2021-05-26 | fix dfu example build | hathach | |
| 2021-05-26 | fix board test example build with nrf | hathach | |
