Lines Matching +full:exclude +full:- +full:memories
28 - `model` (required): Choose between `afio` or `af`
29 - `series` (required): Series name, e.g. gd32vf103
30 - `variants` (required): Each variant has a different set of valid pin
42 - pincode: V
43 memories: [B, 8]
44 - pincode: R
45 memories: [B, 8]
46 # Same pin code as before but different memories: a variant because it has
47 # less peripherals (and so less signals) than B-8.
48 - pincode: R
49 memories: [6, 4]
56 - `signal-configs` (required): A dictionary of signal configurations. Each
61 - `modes` (required): A list containing one or more of these modes: `analog`,
63 - `exclude-memories` (optional): A lit of memories where the signal is not
66 - `exclude-pincodes` (optional): A list of pincodes where the signal is not
70 - `pins` (required): A dictionary of pin configurations.
74 - `pincodes` (required): A list of pin codes that contain this pin.
75 - `afs` (required): The list of valid alternate functions for that pin.
78 - `remaps` (required): Available remaps for each remappable signal.
82 - `pins`: Available pins. The size of the list of pins determines wether
85 to provide 4 entries, but setting the non-available one to null.
90 signal-configs:
91 # Configuration for 'ADC01_IN0': available on all pincodes/memories, can
95 # Configuration for 'I2S2_CK': available on all pincodes, all memories except
99 exclude-memories: [6, 4]
119 - `signal-configs` (optional): Configuration for signals that require it.
123 - `exclude-pincodes` (optional): A list of pincodes where the signal is not
127 - `exclude-memories` (optional): A lit of memories where the signal is not
129 memories.
131 - `pins` (required): Configuration for all pins.
135 - `pincodes` (required): A list of pin codes that contain this pin.
136 - `afs` (required): A dictionary of signals <> alternate function
142 signal-configs:
143 # Configuration for 'EXMC_NOE': available on all memories except 6, 4.
145 exclude-memories: [6, 4]
174 | ---------- | --------- |
189 GD32L233Kx-QFN32 and GD32L233Kx-LQFP32 have same pincode 'K'. To avoid pincode conflict, change GD3…