1
0
mirror of git://projects.qi-hardware.com/f32xbase.git synced 2024-07-05 05:30:46 +03:00
f32xbase/fw
Werner Almesberger fcfaec399a Move platform-specific boot loader configuration into macros.
- fw/boot/boot.c (boot_loader): moved GTA-specific pull-up disable and
  I2C_SDA_PULL enable into macro PLATFORM_SETUP
- fw/boot/boot.c (run_payload): moved GTA-specific pull-up enable and
  I2C_SDA_PULL disable into macro PLATFORM_EXIT
- fw/boot/boot.c (boot_loader): moved GTA-specific I2C_SDA probe into macro
  PLATFORM_TEST
- fw/common/Makefile.common: removed all references to dependencies on
  .target. The caller is now responsible for these.
- fw/boot/dfu.c: don't include idbg/usb-ids.h; USB_VENDOR and USB_PRODUCT
  are now passed via macros
2010-08-19 00:34:19 -03:00
..
boot Move platform-specific boot loader configuration into macros. 2010-08-19 00:34:19 -03:00
common Move platform-specific boot loader configuration into macros. 2010-08-19 00:34:19 -03:00
example fw/example/ - very simple demo application 2010-08-13 08:49:48 -03:00