Sebastian Huber
f8657bbd31
rtems: Remove unused event_condition member
2012-10-30 18:00:33 +01:00
Sebastian Huber
f33873ba8e
bsp/pc386: Typo
2012-10-29 21:14:23 +01:00
Sebastian Huber
9dffa384e1
libblock: rtems_bdbuf_set_block_size() API change
...
The set block size must synchronize and purge the disk to avoid an
inconsistent cache state and data corruption. The synchronization is
optional depending on the new sync parameter. In some contexts a
synchronization must not be performed, e.g. during disk creation.
2012-10-26 22:03:22 +02:00
Sebastian Huber
48680bb176
libblock: ramdisk documentation
2012-10-26 21:30:40 +02:00
Sebastian Huber
0d68d8f2e9
libtests/block16: New test
2012-10-26 21:29:36 +02:00
Sebastian Huber
2ece571e9d
bsp/mpc55xx: Stop tasks for SMSC9218i during off
2012-10-25 17:42:33 +02:00
Sebastian Huber
da89075944
bsp/mpc55xx: Add custom work area init
2012-10-25 14:54:06 +02:00
Sebastian Huber
c118a6e5ff
bsps: Add bsp_work_area_initialize_with_table()
2012-10-25 14:54:06 +02:00
Sebastian Huber
47a3cd8f73
score: Work area initialization API change
...
The work areas (RTEMS work space and C program heap) will be initialized
now in a separate step and are no longer part of
rtems_initialize_data_structures(). Initialization is performed with
tables of Heap_Area entries. This allows usage of scattered memory
areas present on various small scale micro-controllers.
The sbrk() support API changes also. The bsp_sbrk_init() must now deal
with a minimum size for the first memory chunk to take the configured
work space size into account.
2012-10-25 14:54:06 +02:00
Sebastian Huber
e4278f2050
score: Append to free list in _Heap_Extend()
2012-10-25 14:54:06 +02:00
Sebastian Huber
6ccfe722bd
score: Change _Heap_Extend() API
...
The _Heap_Extend() has now the same signature as _Heap_Initialize().
The 4th parameter is ignored (page size in _Heap_Initialize()).
Add Heap_Area and Heap_Initialization_or_extend_handler.
Add and test _Heap_No_extend().
This helps to do a table based heap initialization and extension.
Create a table of Heap_Area elements and iterate through it. Set the
handler to _Heap_Initialize() in the first iteration and then to
_Heap_Extend().
2012-10-25 14:54:06 +02:00
Sebastian Huber
3b978e190d
libcsupport: malloc_deferred_frees_initialize()
...
Remove this function and statically initialize RTEMS_Malloc_GC_list.
2012-10-25 14:54:05 +02:00
Ralf Corsépius
64d6f192c9
Eliminate unused var 'digit'.
2012-10-19 14:17:46 +02:00
Ralf Corsépius
b52630c6f5
Make open_eth_txDaemon static.
2012-10-19 14:16:48 +02:00
Ralf Corsépius
b1c4e92cee
Make uid_buttons static.
...
Reorder include-files.
Remove stray blanks.
2012-10-19 14:15:48 +02:00
Ralf Corsépius
b44f994052
Include "rtems-rfs-shell.h".
2012-10-19 14:02:48 +02:00
Ralf Corsépius
02687e22bd
Remove unused vars 'rxdmaBase', txdmaBase.
2012-10-19 14:01:23 +02:00
Ralf Corsépius
37a532b99a
Remove stray blanks.
2012-10-19 13:59:32 +02:00
Ralf Corsépius
23242172ab
Add clock/rtc.h to rtc_rel_SOURCES.
2012-10-19 13:58:26 +02:00
Ralf Corsépius
86d7cbd23e
Remove unused var 'sc'.
2012-10-15 18:12:43 +02:00
Ralf Corsépius
503de11658
Make tems_rfs_bitmap_ut_test_range, rtems_rfs_bitmap_ut_alloc_seq_test, rtems_rfs_bitmap_ut_test_bitmap, rtems_rfs_bitmap_unit_test, nullpointer_test, open_failure static.
2012-10-15 17:59:04 +02:00
Ralf Corsépius
2fcc3607ed
Fix z85c30_get_register, z85c30_set_register prototype mismatch.
2012-10-15 17:58:34 +02:00
Ralf Corsépius
61af4b0b98
Include <rtems/framebuffer.h>.
2012-10-15 17:58:24 +02:00
Ralf Corsépius
364e891836
Include libchip/z85c30.h.
2012-10-15 17:58:10 +02:00
Ralf Corsépius
4c3d4fd5d4
Include stdint.h, libchip/serial.h.
2012-10-15 17:57:59 +02:00
Ralf Corsépius
e693b9ed56
Remove unused var "sc".
2012-10-15 17:57:47 +02:00
Ralf Corsépius
b9e9dab9ef
Remove unused var "service". Move #include "test-http-client.h" after std-header inclusion.
2012-10-15 17:57:27 +02:00
Ralf Corsépius
2d72c19843
Move extern "C" after std-header inclusions.
2012-10-15 17:56:55 +02:00
Ralf Corsépius
3532072934
Use %zd instead of %d to print size_t's
2012-10-15 17:55:49 +02:00
Sebastian Huber
8d4faf90e8
score: Use _Workspace_Allocate_or_fatal_error()
...
Use _Workspace_Allocate_or_fatal_error() consistently in case auto
extend is turned off. This helps to avoid undefined behaviour in
_API_Mutex_Allocate() in case _API_Mutex_Information() fails.
2012-10-15 14:58:08 +02:00
Sebastian Huber
178a7bb95b
sptests/sp39: Increase clock tick interval
...
Not every BSP supports a 250 micro seconds clock tick interval. For
example PSIM.
2012-10-15 14:58:08 +02:00
Sebastian Huber
f7513a0486
bsps: Remove unused bsp_libc_init() prototype
2012-10-15 14:58:08 +02:00
Sebastian Huber
ca9f2e639e
libcsupport: Spelling
2012-10-15 14:58:08 +02:00
Sebastian Huber
2eb5d54ca8
bsps/arm: Add BSP_USB_OTG_TRANSCEIVER_I2C_ADDR
2012-10-12 15:37:09 +02:00
Sebastian Huber
f72b2de10a
bsp/lpc24xx: Fix PCLK clock divider calculation
2012-10-12 15:37:09 +02:00
Sebastian Huber
34d12d97f9
bsp/lpc24xx: Use 96MHz CCLK for LPC17XX EA BSP
...
This enables USB support by PLL0.
2012-10-12 15:37:09 +02:00
Sebastian Huber
e9e5b92d36
bsp/lpc24xx: Evaluate LPC17XX pin type
...
New pin type LPC17XX_PIN_TYPE_OPEN_DRAIN.
2012-10-12 15:37:08 +02:00
Sebastian Huber
4275124e9b
bsp/lpc24xx: Enable USB clock by PLL0 for LPC17XX
2012-10-12 15:37:08 +02:00
Sebastian Huber
6671ddd048
bsp/lpc24xx: Fix warnings
2012-10-12 15:37:08 +02:00
Joel Sherrill
0e27119f80
Use proper 3 line form of license text
2012-10-11 15:52:51 -05:00
Joel Sherrill
b8fa5013fd
threadqextractwithproxy.c: Doxygen header and spacing
2012-10-11 15:52:51 -05:00
Ralf Corsépius
c1412db5c3
Use %zu instead of %lu to print size_t's.
2012-10-11 18:27:34 +02:00
Ralf Corsépius
d498e5c3d5
Import from automake-1.12.4.
2012-10-11 18:26:40 +02:00
Ralf Corsépius
fd7161017b
Cleanup Krzysztof's copyright notices.
2012-10-11 18:25:03 +02:00
Ralf Corsépius
22fb90e491
Misc. cosmetic changes.
2012-10-09 19:26:51 +02:00
Ralf Corsépius
06e1086ae6
Import from automake-1.12.4.
2012-10-09 19:26:51 +02:00
Ralf Corsépius
34a8f36998
Remove stray '/'.
2012-10-09 18:43:46 +02:00
Sebastian Huber
d880d40afe
bsp/qoriq: Fix maximum packet size
2012-10-08 16:25:07 +02:00
Sebastian Huber
75025a6e96
rtems: PR1844: Fix MP process packet size
2012-10-08 16:24:26 +02:00
Sebastian Huber
78f417f897
Filesystem: Rename function
...
Rename rtems_filesystem_location_exists_in_same_fs_instance_as() into
rtems_filesystem_location_exists_in_same_instance_as() for consistency
with other file system instance related functions.
2012-10-07 17:17:27 +02:00