start merging R_0.8.6.1 (jtag load bug fix)
This commit is contained in:
@@ -261,8 +261,6 @@ tos/jtagwait/include/MCF5475_USB.h
|
|||||||
tos/jtagwait/include/MCF5475_XLB.h
|
tos/jtagwait/include/MCF5475_XLB.h
|
||||||
tos/jtagwait/include/MCF5475.h
|
tos/jtagwait/include/MCF5475.h
|
||||||
tos/jtagwait/include/driver_vec.h
|
tos/jtagwait/include/driver_vec.h
|
||||||
tos/jtagwait/sources/bas_printf.c
|
|
||||||
tos/jtagwait/sources/bas_string.c
|
|
||||||
tos/jtagwait/sources/printf_helper.S
|
tos/jtagwait/sources/printf_helper.S
|
||||||
tos/bascook/Makefile
|
tos/bascook/Makefile
|
||||||
tos/bascook/sources/bascook.c
|
tos/bascook/sources/bascook.c
|
||||||
@@ -271,3 +269,5 @@ usb/usb_hub.c
|
|||||||
include/usb_hub.h
|
include/usb_hub.h
|
||||||
tos/Makefile
|
tos/Makefile
|
||||||
usb/usb_kbd.c
|
usb/usb_kbd.c
|
||||||
|
tos/jtagwait/sources/bas_printf.c
|
||||||
|
tos/jtagwait/sources/bas_string.c
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ enum driver_type
|
|||||||
VIDEO_DRIVER,
|
VIDEO_DRIVER,
|
||||||
PCI_DRIVER,
|
PCI_DRIVER,
|
||||||
MMU_DRIVER,
|
MMU_DRIVER,
|
||||||
END_OF_DRIVERS, /* marks end of driver list */
|
END_OF_DRIVERS = 0xffffffff, /* marks end of driver list */
|
||||||
};
|
};
|
||||||
|
|
||||||
struct generic_driver_interface
|
struct generic_driver_interface
|
||||||
|
|||||||
Reference in New Issue
Block a user