Changeset 3061bc1 in mainline for uspace/dist/src
- Timestamp:
- 2018-02-28T17:52:11Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8565a42, a35b458
- Parents:
- 1b20da0
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:29:58)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:52:11)
- Location:
- uspace/dist/src/bithenge
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/bithenge/gif/gif.bh
r1b20da0 r3061bc1 99 99 100 100 .lzw_initial_size <- uint8; 101 .lzw_data <- generic_data_block; 101 .lzw_data <- generic_data_block; 102 102 }; 103 103 … … 125 125 }; 126 126 } 127 }; 127 }; 128 128 129 129 transform main = struct { … … 145 145 .blocks <- repeat { 146 146 gif_block 147 }; 147 }; 148 148 }; -
uspace/dist/src/bithenge/usbdesc.bh
r1b20da0 r3061bc1 15 15 # USB configuration descriptor 16 16 # This is not the full configuration descriptor (i.e. with interface 17 # and endpoint descriptors included) but only the header. 17 # and endpoint descriptors included) but only the header. 18 18 transform usb_configuration_descriptor_bare = struct { 19 19 .wTotalLength <- uint16le;
Note:
See TracChangeset
for help on using the changeset viewer.