v1.1.0
·
71 commits
to main
since this release
What's Changed
- app: CANnectivity v1.1.0-dev (tracking Zephyr main branch) by @henrikbrixandersen in #45
- app: src: main: include git describe output in banner when available by @henrikbrixandersen in #46
- usb: device: next: class: gs_usb: catch up with changes in Zephyr main branch by @henrikbrixandersen in #49
- app: remove empty line from log output by @dsch in #48
- app: boards: add configuration for the candleLight board by @henrikbrixandersen in #51
- app: boards: add configuration for the fysetc ucan board by @henrikbrixandersen in #54
- usb: device: next: class: gs_usb: move a few pointers to a const struct by @henrikbrixandersen in #55
- app: boards: add configuration for the mks_canable_v20 board by @KozhinovAlexander in #52
- app: boards: unify board overlays file naming by @henrikbrixandersen in #57
- app: usb: add support for the MSOSv2 descriptor when using usbd_next by @henrikbrixandersen in #56
- doc: add initial documentation by @henrikbrixandersen in #58
- README: add documentation build status badge by @henrikbrixandersen in #59
- usb: device: gs_usb: convert dummy endpoint to fully functional OUT ep by @henrikbrixandersen in #61
- github: workflows: docs: bump configure-pages to v5 by @henrikbrixandersen in #66
- doc: conf: update the documentation copyright year by @henrikbrixandersen in #70
- github: bump runners from Ubuntu 22.04 to Ubuntu 24.04 by @henrikbrixandersen in #71
- app: boards: add configuration for the CANbardo board by @henrikbrixandersen in #69
- app: boards: add support for the candlelightFD board by @henrikbrixandersen in #60
- app: src: led: fix state indication without activity LEDs by @henrikbrixandersen in #72
- app: led: represent LEDs as LEDs, not GPIOs by @henrikbrixandersen in #75
- github: workflows: docs: only deploy documentation from main branch by @henrikbrixandersen in #77
- app: enable CONFIG_WARN_EXPERIMENTAL when building for device_next by @henrikbrixandersen in #78
- doc: use intersphinx for linking to Zephyr documentation by @henrikbrixandersen in #79
- app: boards: include app.overlay in board overlays by @henrikbrixandersen in #80
- usb: class: gs_usb: add support for setting the interface descriptor str by @henrikbrixandersen in #81
- usb: device: class: gs_usb: remove interface association descriptor by @henrikbrixandersen in #82
- tests: usb: gs_usb: host: remove outdated comment by @henrikbrixandersen in #83
- tests: usb: gs_usb: host: reflect that the class no longer uses IADs by @henrikbrixandersen in #85
- usbd_next: switch from usbd_register_all_classes() to usbd_register_class() by @henrikbrixandersen in #84
- boards: remove HWMv1 board extension by @henrikbrixandersen in #86
- zephyr: module: remove board root by @henrikbrixandersen in #87
- app: add support for indicating bus-powered vs. self-powered devices by @henrikbrixandersen in #88
- usb: device: class: gs_usb: get rid of "on-bus" devicetree requirement by @henrikbrixandersen in #89
New Contributors
Full Changelog: v1.0.0...v1.1.0