1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00
LibrePilot/flight/PiOS
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
..
Boards sim_posix: unified inc files with the rest of PiOS .h, some dir moves/cleanup, fixed some compilation issues. 2013-03-03 09:50:20 +01:00
Common flash: use uintptr_t to hold opaque pointers 2013-03-03 14:33:02 +01:00
inc flash: use uintptr_t to hold opaque pointers 2013-03-03 14:33:02 +01:00
posix sim_posix: unified inc files with the rest of PiOS .h, some dir moves/cleanup, fixed some compilation issues. 2013-03-03 09:50:20 +01:00
STM32F4xx flash: use uintptr_t to hold opaque pointers 2013-03-03 14:33:02 +01:00
STM32F10x Merge remote-tracking branch 'origin/revo-fixes' into amorale/revo-merge 2013-01-19 20:23:48 +01:00
pios_sim_posix.h sim_posix: unified inc files with the rest of PiOS .h, some dir moves/cleanup, fixed some compilation issues. 2013-03-03 09:50:20 +01:00
pios.h logfs+flash: add log structured filesystem for PiOS 2013-03-03 14:33:01 +01:00