libmaple/wirish
Daniel Nyström ce07837e32 wirish/syscalls.c: Replace obsolete caddr_t with void *
caddr_t is obsolete in POSIX and thus unavailable in most modern
toolchains. caddr_t usage should be replaced by void *.

stddef.h includes the size_t typedef which was missing.

Signed-off-by: Daniel Nyström <daniel@nystrom.st>
2013-06-04 14:17:38 +02:00
..
boards Hack: Provide a hook so Mini doesn't disable JTAG/SWD. 2012-07-31 15:04:49 -04:00
include/wirish Merge branch 'callback_interrupt_handlers' 2012-09-03 18:29:45 -04:00
stm32f1 Bring back and fix up util.c functionality. 2012-06-26 18:03:40 -04:00
stm32f2 Bring back and fix up util.c functionality. 2012-06-26 18:03:40 -04:00
HardwareSPI.cpp HardwareSPI: move warning into .cpp from header. 2012-08-27 16:50:57 -04:00
HardwareSerial.cpp HardwareSerial: make read() block until data arrive. 2012-07-31 16:49:00 -04:00
HardwareTimer.cpp HardwareTimer.cpp: cosmetics. 2012-06-03 00:04:01 -04:00
Print.cpp Assert LeafLabs copyright in wirish/Print.cpp. 2012-05-31 18:55:44 -04:00
boards.cpp Use linker symbol __text_start__ to setup base of nvic vector table. 2013-05-03 19:10:21 -04:00
boards_private.h board_private.h: Add PMAP_ROW() convenience macro. 2012-06-07 03:38:30 -04:00
cxxabi-compat.cpp finish cxxabi-compat refactor 2010-04-29 07:13:16 -04:00
ext_interrupts.cpp ext_interrupts.cpp: Doxygen fixups. 2012-09-03 18:27:51 -04:00
main.cxx Keep it 80-column clean. 2011-06-07 14:44:39 -04:00
pwm.cpp Bring back/tweak pwmWrite(). 2012-06-02 21:15:17 -04:00
rules.mk STM32F1: Bring back HardwareSPI. 2012-06-26 18:13:12 -04:00
start.S Add support for ARM's GCC ARM embedded toolchain. 2012-08-05 13:27:13 -04:00
start_c.c Add support for ARM's GCC ARM embedded toolchain. 2012-08-05 13:27:13 -04:00
syscalls.c wirish/syscalls.c: Replace obsolete caddr_t with void * 2013-06-04 14:17:38 +02:00
usb_serial.cpp Check if the last packet sent was the full endpoint size, in this case flush the host buffers by sending a 0 byte packet 2013-01-17 21:23:37 +01:00
wirish_analog.cpp Bring back analogRead(). 2012-06-01 02:04:59 -04:00
wirish_digital.cpp isButtonPressed(): Take a pin and pressedLevel argument. 2012-06-07 03:38:30 -04:00
wirish_math.cpp Move public headers to include directories; related cleanups. 2012-04-11 16:56:50 -04:00
wirish_shift.cpp Replace shiftOut(), also fixing a possible bug. 2012-05-31 18:47:39 -04:00
wirish_time.cpp Move public headers to include directories; related cleanups. 2012-04-11 16:56:50 -04:00