16 Commits

Author SHA1 Message Date
Christian Mauderer
1229ace609 testsuite/cdev01: Add test for cdev functions. 2016-08-03 14:13:17 +02:00
Christian Mauderer
be3aa09d95 kern_conf.c: Adapt for RTEMS. 2016-08-03 14:13:17 +02:00
Christian Mauderer
9e8c422066 rtemsbsd/devfs: Add. 2016-08-03 14:13:17 +02:00
Sebastian Huber
48cac54035 subr_prf.c: Port to RTEMS.
Note: Only the XXsYYprintf functions have been back ported from 4.12.
2016-08-03 14:13:17 +02:00
Sebastian Huber
5aa22c60af Update rtems_waf module 2015-11-16 08:06:16 +01:00
Gene Smith
45a60417e8 modified: waf_generator.py Fix incorrect encoding of NET_CFG_GATEWAY_IP and change _IP_IP ending to _IP. Remove _IP_IP ending from NET_TAP_INTERFACE.
modified:   wscript
Re-generated from "./freebsd-to-rtems -m" based on
waf_generator.py
2015-06-26 14:07:03 +10:00
Chris Johns
98d7c3c015 Check if RTEMS is built with POSIX. 2015-06-17 09:55:53 +10:00
Chris Johns
06cd120921 TCPDUMP and PCAP fixes to defines. 2015-06-16 13:19:32 +10:00
Chris Johns
8440506ee8 Add tcpdump and libpcap.
- Update the file builder generator to handle generator specific cflags and
  includes. The tcpdump and libpcap have localised headers and need specific
  headers paths to see them. There are also module specific flags and these
  need to be passed to the lex and yacc generators.

- Add the tcpdump support.
2015-06-15 17:42:23 +10:00
Chris Johns
1383c80c5a Add conditional support for RTEMS PCI to the waf build.
Check for the "rtems/pci.h" header and provide conditional build support
with waf to build for BSPs that do not have PCI support. The Makefile build
always defines HAVE_RTEMS_PCI_H which is the same state with this change.

The PCI calls still exist however they do nothing and return a constant.
Any PCI based driver that makes these calls on a BSP that does not have
PCI support will not work which is understandable. Either change the
driver or add PCI support the BSP.
2015-06-01 10:36:58 +10:00
Chris Johns
84288f4279 waf: Check for dlfcn.h header is availavble. 2015-05-22 12:18:31 +10:00
Chris Johns
0768880d75 waf: Add install support.
Install to the --prefix path passed to configure.
2015-05-21 17:01:34 +10:00
Chris Johns
56d787f194 wscript: Regenerate 2015-05-21 09:31:48 +10:00
Sebastian Huber
595b333ad2 Add INVARIANTS support 2015-05-20 15:03:32 +02:00
Chris Johns
8b102105ee wscript: Regenerate. 2015-05-20 22:00:11 +10:00
Chris Johns
feaf877392 wscript: Generate. 2015-05-20 17:45:38 +10:00