aboutsummaryrefslogtreecommitdiffstats
path: root/lib/lufa/Projects/SerialToLCD/SerialToLCD.c
diff options
context:
space:
mode:
authorTerryMathews <terry@terrymathews.net>2018-12-25 13:42:48 -0500
committerDrashna Jaelre <drashna@live.com>2018-12-25 10:42:48 -0800
commitde78d9e1ffbeff34991413641c794a36e9fc5f9d (patch)
tree053e5f36b93af0d7a7a6a65267e060fe5b8fb11a /lib/lufa/Projects/SerialToLCD/SerialToLCD.c
parent08e9fc142c89e783fdad3ecda0639bdf5c2e4c50 (diff)
downloadfirmware-de78d9e1ffbeff34991413641c794a36e9fc5f9d.tar.gz
firmware-de78d9e1ffbeff34991413641c794a36e9fc5f9d.tar.bz2
firmware-de78d9e1ffbeff34991413641c794a36e9fc5f9d.zip
Chibios_test/stm32_f072_onekey: Add support for reset to bootloader (#4238)
* Add support for reset to bootloader Chibios_test/STM32_F072_ONEKEY wouldn't reset to bootloader on a compatible Discovery board because the Chibios library board file was lacking the __early_init(void) function necessary to read the magic key. Borrowed code from Clueboard 60, tested working. * Remove board.chcfg
Diffstat (limited to 'lib/lufa/Projects/SerialToLCD/SerialToLCD.c')
0 files changed, 0 insertions, 0 deletions
href='#n138'>138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229