1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/flight/PipXtreme
stac 967bb9bb9c pipx: COM device ids are now 32bit not 8bit
The COM layer now uses 32bit device ids rather than
8bit.  All code that stores these ids must now use
uint32_t to hold them.

Since these 32bit numbers are really just opaque
pointers, it is (reasonably) safe to assume that
they won't be 0.  The logic around tracking the
*_previous_com_port could probably be cleaned up
to remove that assumption.

Missed this fixup in the recent hwinit changes.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2776 ebee16cc-31ac-478f-84a7-5cbb03baadba
2011-02-13 15:54:26 +00:00
..
inc A few more #define capitalizations. 2011-02-07 12:30:27 +00:00
reserved pipx: COM device ids are now 32bit not 8bit 2011-02-13 15:54:26 +00:00
aes.c PipX modem full source code moved into public SVN. 2011-01-13 08:45:18 +00:00
api_config.c pipx: COM device ids are now 32bit not 8bit 2011-02-13 15:54:26 +00:00
crc.c Code added to allow GCS to configure modem. Not yet finished - modem needs rebooting after uploading new config - for the time being. 2011-02-01 23:40:40 +00:00
gpio_in.c Added some files to the PipXtreme folder. 2010-10-13 07:49:05 +00:00
main.c hwinit: Convert COM and USART to dynamic init 2011-02-12 22:19:43 +00:00
Makefile Started to write the PPM, spectrum scanner and continuous packet stream modules. 2011-02-05 13:45:16 +00:00
packet_handler.c Made quite a few constants/#defines capitals (previously lower case) 2011-02-06 10:55:08 +00:00
pios_board.c hwinit: Convert SPI drivers to dynamic init 2011-02-12 22:19:50 +00:00
pios_usb_hid_desc.c PipX modem full source code moved into public SVN. 2011-01-13 08:45:18 +00:00
ppm.c Made quite a few constants/#defines capitals (previously lower case) 2011-02-06 10:55:08 +00:00
rfm22b.c A few more #define capitalizations. 2011-02-07 12:30:27 +00:00
saved_settings.c Made quite a few constants/#defines capitals (previously lower case) 2011-02-06 10:55:08 +00:00
scan_spectrum.c Made quite a few constants/#defines capitals (previously lower case) 2011-02-06 10:55:08 +00:00
stopwatch.c Added some files to the PipXtreme folder. 2010-10-13 07:49:05 +00:00
stream.c Made quite a few constants/#defines capitals (previously lower case) 2011-02-06 10:55:08 +00:00
transparent_comms.c pipx: COM device ids are now 32bit not 8bit 2011-02-13 15:54:26 +00:00
watchdog.c removed pios_board.h 2011-01-13 19:22:54 +00:00