summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/src/xdr/xdr_float.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-07cpukit: Remove libnetworkingVijay Kumar Banerjee1-344/+0
Update #3850
2018-07-11bsp/x86_64: Minimal bootable BSPAmaan Cheval1-1/+2
Current state: - Basic context initialization and switching code. - Stubbed console (empty functions). - Mostly functional linker script (may need tweaks if we ever want to move away from the large code model (see: CPU_CFLAGS). - Fully functional boot, by using FreeBSD's bootloader to load RTEMS's ELF for UEFI-awareness. In short, the current state with this commit lets us boot, go through the system initialization functions, and then call user application's Init task too. Updates #2898.
2017-10-28cpukit: librpc - add riscv* to xdr_float.c v3Hesham Almatary1-0/+1
2016-01-19Remove AVR portJoel Sherrill1-1/+0
closes #2443.
2016-01-04Remove H8300 portJoel Sherrill1-1/+0
updates #2452.
2016-01-04Remove M32R architectureJoel Sherrill1-1/+0
updates #2446.
2015-05-21cpukit: Add Epiphany architecture port v4Hesham ALMatary1-0/+1
2015-03-03xdr_float.c: Fix typoJoel Sherrill1-1/+1
2015-03-03librpc: Include or1knd part of the recongnized CPUs at xdr_float.cHesham ALMatary1-1/+1
Close #2256
2014-08-25Add or1k to the list of targets that use IEEE 754 in xdr_float.cHesham ALMatary1-0/+1
2013-02-28Common file changes in support of Moxie portAnthony Green1-1/+1
Signed-off-by: Anthony Green <green@moxielogic.com>
2012-06-11v850 port: Initial addition with BSP for simulator in GDBJoel Sherrill1-1/+2
Port + v850 does not have appear to have any optimized bit scan instructions + v850 does have single instructions for wap u16 and u32 + Code path optimization preferences set + Add BSP variants for each GCC CPU model flag and a README - v850e1 variant does not work (fails during BSP initialization) BSP for GDB v850 Simulator + linkcmds matches defaults in GDB simulator with RTEMS mods + crt1.c added from v850 newlib port for __main() + BSP exits cleanly + printk and console I/O work + uses clock tick from IDLE task + Tests not requiring real clock ISR work Documentation + CPU Supplment chapter for v850 added
2010-03-28Add HAVE_CONFIG_H support to let files receive configure defines.Ralf Corsepius1-0/+4
2009-05-202009-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
* librpc/src/xdr/xdr_float.c: Change detection logic for h8300.
2009-01-082009-01-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-3/+1
* librpc/src/xdr/xdr_float.c: M32C has no native float but GCC soft float should be IEEE format.
2008-12-042008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Joel Sherrill1-0/+1
* configure.ac, librpc/src/xdr/xdr_float.c, score/cpu/Makefile.am: Add Lattice Mico32 support.
2008-11-052008-11-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+5
* librpc/src/xdr/xdr_float.c: Add M32C, M32R, and Blackfin.
2008-09-01Stop using old-style function definitions.Ralf Corsepius1-6/+6
2007-05-10Include <rtems/endian.h> instead of <machine/endian.h>.Ralf Corsepius1-1/+1
2006-11-09Add bfin.Ralf Corsepius1-1/+2
2006-08-092006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill1-0/+1
* configure.ac, librpc/src/xdr/xdr_float.c, score/cpu/Makefile.am: New port to Altera NIOS II.
2004-09-292004-09-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+0
* configure.ac, libmisc/cpuuse/README, libmisc/stackchk/README, librpc/src/xdr/xdr_float.c, score/cpu/Makefile.am, score/include/rtems/score/mppkt.h: i960 obsoleted and all references removed.
2004-09-232004-09-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-1/+2
* librpc/src/xdr/xdr_float.c: Add __AVR__.
2000-09-222000-09-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+1
* src/xdr/xdr_float.c: Added A29K support.
2000-07-27Minor problems addressed with the merger and with the arm_bare_bsp.Joel Sherrill1-1/+1
That BSP now has a stub clock driver so the tests can link even if they won't execute. A handful of Makefiles had to be updated and we had to account for printk.c being a shared file now.
2000-06-29Added H8 as IEEE whether this is true or not.Joel Sherrill1-0/+1
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-0/+331
2000-04-29New files added as part of librpc upgrade.Joel Sherrill1-0/+0
2000-04-28New files added on 4.5 branch.Joel Sherrill1-0/+0
1999-11-17New shell of a test for ITRON Mailbox Manager.Joel Sherrill1-0/+0
1999-11-10Combination of committing some new files which had been overlookedJoel Sherrill1-0/+0
and adding code which installed screens for itron tests.