crashtest-r0ket/firmware
Stefan `Sec` Zehl af598b3f3e Fix random dataflash corruption in usb mass storage mode.
Problem was that usbmsc does spi from the irq, and the queue() also does spi. And of course spi is non-reentrant.
Fix this by disabling the queue here. For now.
2011-08-21 18:45:23 +02:00
..
applications Fix random dataflash corruption in usb mass storage mode. 2011-08-21 18:45:23 +02:00
basic Reenable chargeled config option 2011-08-12 15:54:21 +02:00
core added l0dable for workshop kit 2011-08-12 23:46:19 +02:00
filesystem save 9 bytes 2011-08-05 22:44:16 +02:00
funk Some mesh beauty :-) 2011-08-13 00:56:39 +02:00
l0dable workshop nik: small fix 2011-08-13 16:15:43 +02:00
lcd Change default back to default display 2011-08-12 15:58:19 +02:00
loadable fix zoom: long click = in, double click = out 2011-08-03 19:02:05 +02:00
lpc1xxx Commit of pippin vector/graphics lib. Yay! 2011-08-05 19:17:31 +02:00
usb Avoid duplicate symbols in usbhid.o and usbmsc.o 2011-08-12 19:10:38 +02:00
usbcdc Better serial input/output 2011-07-30 03:27:29 +02:00
.gitignore ENCRYPT. WE ARE APPLE! :-) 2011-08-05 19:55:29 +02:00
LICENSE added license 2011-06-20 23:03:56 +02:00
Makefile Enhance serial badge stuff. 2011-08-06 16:24:50 +02:00
Makefile.inc Move ramcode to clean address. Also sort exported symbols and add a few 2011-08-05 18:53:40 +02:00
Makefile.util Fix build on Mac OS X 2011-08-01 05:45:16 +02:00
SECRETS ENCRYPT. WE ARE APPLE! :-) 2011-08-05 19:55:29 +02:00
SECRETS.release Release camp-secret-keys to the world. 2011-08-16 11:19:34 +02:00
SERIAL_DOKU rudimentary filter stuff 2011-08-06 17:32:22 +02:00
getkey.pl ENCRYPT. WE ARE APPLE! :-) 2011-08-05 19:55:29 +02:00
main.c Who in their STUPID mind decided that the CRP flag is INSIDE your CODE SPACE? 2011-08-05 16:13:14 +02:00
release-all Support unencrypted c0d 2011-08-06 01:20:36 +02:00
sysdefs.h Disable memcpy/memmove optimazation in simulat0r, it collides with the efforts not to interfere with libc 2011-08-06 16:41:58 +02:00