| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-01 | damn submodules! | graham sanderson | |
| 2021-06-01 | rename family.cmake to family_common.cmake | graham sanderson | |
| 2021-05-31 | restore unintentionally modified submodules | graham sanderson | |
| 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-03-05 | add back lib/CMSIS_5 submodule | hathach | |
| 2021-03-05 | remove local cmsis_5 | hathach | |
| 2021-03-02 | add lib/CMSIS_5 v5.7 locally | hathach | |
| 2021-03-02 | remove submodule lib/CMSIS_5 | hathach | |
| 2021-03-02 | remove lib/CMSIS_4 submodule, move nrf to lib/CMSIS_5 | hathach | |
| 2021-03-01 | add submodule lib/FreeRTOS-Kernel | hathach | |
| 2021-03-01 | remove submodule lib/FreeRTOS | hathach | |
| 2021-02-23 | host msc: call read_capacity as part of enumeration | hathach | |
| - add tuh_msc_get_block_count(), tuh_msc_get_block_size() - rename tuh_msc_mounted_cb/tuh_msc_unmounted_cb to tuh_msc_mount_cb/tuh_msc_unmount_cb to match device stack naming - change tuh_msc_is_busy() to tuh_msc_ready() - add CFG_TUH_MSC_MAXLUN (default to 4) to hold lun capacities - add host msc configured to for state check. | |||
| 2021-01-10 | moving sct neopixel driver to shared library | Greg Steiert | |
| 2020-10-30 | add CMSIS_5 submodule | hathach | |
| 2020-10-14 | net_lwip_webserver: efficiency tweaks | Peter Lawrence | |
| 2020-08-05 | update lib/lwip to STABLE-2_1_2_RELEASE | Peter Lawrence | |
| 2020-05-18 | suppress cast-align warnings for net device driver | hathach | |
| 2020-04-22 | add LOGGER option to use rtt | hathach | |
| update example readme for debug log. Update bug template to ask for LOG as well. | |||
| 2020-04-22 | Merge branch 'master' into add-rtt | hathach | |
| 2020-04-22 | remove cmsis 5 from submodules | hathach | |
| cmsis 5 use git lfs causing issue with submodule cloning and isn't used yet. Could re-add later if needed. | |||
| 2020-04-21 | added segger rtt bundle with v670e | hathach | |
| opt out the example folder | |||
| 2020-04-21 | remove old rtt | hathach | |
| 2020-03-24 | Merge branch 'master' into develop | Ha Thach | |
| 2020-03-24 | change cmsis5 to master | hathach | |
| 2020-03-24 | update cmsis_5 | hathach | |
| 2020-03-24 | add cmsis_4 as submodule | hathach | |
| 2020-03-23 | add CMSIS_5 as submodule | hathach | |
| 2020-03-23 | fix rndis response to get mac address | hathach | |
| - remove cflags -fshort-enums - clean up webserver descriptor | |||
| 2020-03-10 | added FreeRTOS as submodule | hathach | |
| 2020-03-10 | adding FreeRTOS as submodule | hathach | |
| 2020-03-03 | update net class to follow API naming convention | Peter Lawrence | |
| 2020-03-02 | add CDC-ECM/RNDIS/CDC-EEM network device class with example | Peter Lawrence | |
| 2019-05-14 | update license year to 2019 | hathach | |
| 2019-05-01 | freertos cdc_msc_hid makefile compile | hathach | |
| 2019-03-20 | migrate license from BSD 3 clause to MIT | hathach | |
| 2018-12-14 | clean up compiler attribute | hathach | |
| 2018-12-13 | osal clean up | hathach | |
| remove OSAL_TASK_DEF, osal_task_create. Applicaton should create a task and call tinyusb_task(). This make API consistent with NO OS. | |||
| 2018-12-06 | rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSC | hathach | |
| 2018-11-29 | added & tested lpc17xx freertos device example | hathach | |
| - add USB priority check for freeRTOS config | |||
| 2018-11-22 | refractor device composite example | hathach | |
| 2018-08-23 | clean up | hathach | |
| 2018-08-23 | freeRtos seems to work well with nrf52840 | hathach | |
| 2018-08-23 | freertos blinky with software timer | hathach | |
| 2018-05-17 | switch osal freeRTOS port to use static semaphore & queue | hathach | |
| 2018-05-17 | adding static API for freeRTOS | hathach | |
| add vApplicationGetIdleTaskMemory(), vApplicationGetTimerTaskMemory() | |||
| 2018-05-17 | update freeRTOS to v10.0.1 | hathach | |
| 2018-05-17 | rename vendor to lib | hathach | |
