11 Commits

Author SHA1 Message Date
d548fb9579 increased oscillator clock speed to 8MHz to speed up the bootloader, changed usb descriptor in application firmware to use the PID assigned by Microchip & removed flag making the device report that it is self powered to the host 2019-08-23 18:17:46 -04:00
576e9618bd license headers updated with real project name 2019-08-22 03:19:55 -04:00
cb90e4f40a added bootloader force entry by input pin, projects changed back to build for the PIC18F2550 2019-08-21 21:40:47 -04:00
0d425faf6f added massive comment in memory.h about how memory is laid out to work with the bootloader. more code cleanup 2019-08-14 15:30:41 -04:00
797f180a5c more code cleaning 2019-08-14 02:29:00 -04:00
568f42676f cleanup of all memory address-critical code so changing the location of the application code is more straightforward 2019-08-14 01:52:28 -04:00
a90344ef4c changed bootloader back to using the minimal usb stack it came with because I have no idea how to get the bootloader code working with the full MLA HID USB stack 2019-08-13 22:52:23 -04:00
1ced4e1b78 moving between PCs - THIS IS HORRIBLY BROKEN AS OF THIS COMMIT 2019-08-13 18:18:51 -04:00
5c2d710bc2 kind of works for writing flash. IMPORTANT ISSUE - the memory usage output given by the linker for program size used DOES NOT equal the actual flash space used when programming. INVESTIGATE: did I set a memory space that doesn't lie on a page boundary? or do I just need to increase the flash space allocated to the bootloader 2019-08-11 21:39:11 -04:00
3807ed2588 fixed build configurations for main project and moved all MLA framework source to the common_src directory 2019-08-10 15:26:31 -04:00
9ad963acb3 moved system.c config bits file to common source folder 2019-08-09 15:29:10 -04:00