1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/flight
Stacey Sheldon 17b8696261 flash: use uintptr_t to hold opaque pointers
When storing an opaque pointer value in a uint, the
appropriate type is uintptr_t which is guaranteed to
be wide enough to hold a pointer.

This is particularly important when the code can be
compiled in a sim or unit test environment which is
intended to run on a 64-bit machine.

Conflicts:
	flight/PiOS/Common/pios_flash_jedec.c
	flight/targets/DiscoveryF4/System/pios_board.c
	flight/targets/FlyingF4/System/pios_board.c
	flight/targets/Freedom/System/pios_board.c
	flight/targets/Quanton/System/pios_board.c
2013-03-03 14:33:02 +01:00
..
Doc Merged latest origin/next. 2012-05-05 09:40:44 -07:00
Libraries Merge remote branch 'origin/corvuscorax/sanity_additions' into corvus/directory_and_sanity 2013-02-03 14:57:54 +01:00
Modules Fixes for missing openpilot.h include, previously coming from flashfs_objlist 2013-03-03 14:33:02 +01:00
PiOS flash: use uintptr_t to hold opaque pointers 2013-03-03 14:33:02 +01:00
PiOS.osx OSX Simulation: Start populating the board and fw information 2012-10-07 13:53:19 -05:00
PiOS.win32 Merge branch 'next' into revo 2012-09-01 16:18:03 -05:00
Project makefile: update to released openocd 0.6.1 2013-01-28 02:13:17 +02:00
targets flash: use uintptr_t to hold opaque pointers 2013-03-03 14:33:02 +01:00
tests/logfs flash: use uintptr_t to hold opaque pointers 2013-03-03 14:33:02 +01:00
README.txt Says all it needs to say for now. 2009-12-22 05:07:27 +00:00

Check the wiki