public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/hal/common/current ChangeLog src ...
@ 2006-05-09 15:28 asl
0 siblings, 0 replies; 12+ messages in thread
From: asl @ 2006-05-09 15:28 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2006-05-09 15:28:56
Modified files:
packages/hal/common/current: ChangeLog
packages/hal/common/current/src: hal_if.c
Log message:
* src/hal_if.c (cyg_hal_diag_mangler_gdb_flush): Fix compiler
warning about signed/unsigned.
^ permalink raw reply [flat|nested] 12+ messages in thread
* ecos/packages/hal/common/current ChangeLog src ...
@ 2012-03-14 21:16 grante
0 siblings, 0 replies; 12+ messages in thread
From: grante @ 2012-03-14 21:16 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: grante@sourceware.org 2012-03-14 21:16:13
Modified files:
packages/hal/common/current: ChangeLog
packages/hal/common/current/src: generic-stub.c
Log message:
Fix compiler warning about variable that is set but not used (only
used in conditionally compiled code). [ Bugzilla 1001535 ]
^ permalink raw reply [flat|nested] 12+ messages in thread
* ecos/packages/hal/common/current ChangeLog src ...
@ 2012-03-13 14:48 sergeig
0 siblings, 0 replies; 12+ messages in thread
From: sergeig @ 2012-03-13 14:48 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: sergeig@sourceware.org 2012-03-13 14:48:18
Modified files:
packages/hal/common/current: ChangeLog
packages/hal/common/current/src: hal_if.c
Log message:
* src/hal_if.c (hal_ctrlc_check): Fix compiler warning about
variable that is set but not used (isr_ret has been removed).
^ permalink raw reply [flat|nested] 12+ messages in thread
* ecos/packages/hal/common/current ChangeLog src ...
@ 2005-04-27 19:08 asl
0 siblings, 0 replies; 12+ messages in thread
From: asl @ 2005-04-27 19:08 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2005-04-27 19:08:35
Modified files:
packages/hal/common/current: ChangeLog
packages/hal/common/current/src: hal_if.c
Log message:
* src/hal_if.c Added missing declarations of tries when compiling
with CYGNUM_HAL_DEBUG_GDB_PROTOCOL_RETRIES != 0.
^ permalink raw reply [flat|nested] 12+ messages in thread
* ecos/packages/hal/common/current ChangeLog src ...
@ 2004-05-27 5:47 jlarmour
0 siblings, 0 replies; 12+ messages in thread
From: jlarmour @ 2004-05-27 5:47 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2004-05-27 05:47:41
Modified files:
packages/hal/common/current: ChangeLog
packages/hal/common/current/src: hal_stub.c
Log message:
* src/hal_stub.c:
(cyg_hal_gdb_interrupt)
(cyg_hal_gdb_remove_break): Changed both to use
_read_mem_safe/__write_mem_safe for inserting a breakpoint, and
restoring the original instruction.
The Xtensa architecture (and others maybe?) can have unaligned
instructions, which caused unaligned load/store exception.
^ permalink raw reply [flat|nested] 12+ messages in thread
* ecos/packages/hal/common/current ChangeLog src ...
@ 2003-06-25 18:31 nickg
0 siblings, 0 replies; 12+ messages in thread
From: nickg @ 2003-06-25 18:31 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: nickg@sourceware.org 2003-06-25 17:40:42
Modified files:
packages/hal/common/current: ChangeLog
packages/hal/common/current/src: hal_if.c
Log message:
* src/hal_if.c (delay_us): The first test against
CYGNUM_KERNEL_COUNTERS_RTC_PERIOD is now against the period
divided by two. By the time we get to this test we know that usecs
can never be > usec_per_period/2 so we can double the range of
period values that we can handle without overflow and use the more
efficient approximation. The second test is not changed since we
cannot make the same assumptions about the elapsed count.
^ permalink raw reply [flat|nested] 12+ messages in thread
* ecos/packages/hal/common/current ChangeLog src ...
@ 2003-06-24 4:57 jlarmour
0 siblings, 0 replies; 12+ messages in thread
From: jlarmour @ 2003-06-24 4:57 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2003-06-24 04:57:18
Modified files:
packages/hal/common/current: ChangeLog
packages/hal/common/current/src: generic-stub.c
Log message:
* src/generic-stub.c (crc32): Fix crctable option name typo.
^ permalink raw reply [flat|nested] 12+ messages in thread
* ecos/packages/hal/common/current ChangeLog src ...
@ 2003-06-24 4:01 jlarmour
0 siblings, 0 replies; 12+ messages in thread
From: jlarmour @ 2003-06-24 4:01 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2003-06-24 04:01:10
Modified files:
packages/hal/common/current: ChangeLog
packages/hal/common/current/src: hal_if.c
packages/hal/common/current/cdl: interrupts.cdl
Log message:
* src/hal_if.c (hal_if_init): Remove kill_by_reset.
(kill_by_reset): Remove, unused.
(reset): ifdef test on HAL_PLATFORM_RESET and assert on reset failure.
* cdl/interrupts.cdl (CYGNUM_HAL_COMMON_INTERRUPTS_STACK_SIZE): No
reason to forbid people setting this quite small.
^ permalink raw reply [flat|nested] 12+ messages in thread
* ecos/packages/hal/common/current ChangeLog src ...
@ 2003-06-19 18:27 nickg
0 siblings, 0 replies; 12+ messages in thread
From: nickg @ 2003-06-19 18:27 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: nickg@sourceware.org 2003-06-19 18:27:00
Modified files:
packages/hal/common/current: ChangeLog
packages/hal/common/current/src: hal_if.c
Log message:
* src/hal_if.c (delay_us): Reorganized to cope with high frequency
timers by eliminating a source of arithmetic overflow.
^ permalink raw reply [flat|nested] 12+ messages in thread
* ecos/packages/hal/common/current ChangeLog src ...
@ 2003-04-08 17:14 msalter
0 siblings, 0 replies; 12+ messages in thread
From: msalter @ 2003-04-08 17:14 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: msalter@sourceware.org 2003-04-08 17:14:58
Modified files:
packages/hal/common/current: ChangeLog
packages/hal/common/current/src: hal_misc.c
Log message:
gdb vector match tweak
^ permalink raw reply [flat|nested] 12+ messages in thread
* ecos/packages/hal/common/current ChangeLog src ...
@ 2003-02-13 20:49 msalter
0 siblings, 0 replies; 12+ messages in thread
From: msalter @ 2003-02-13 20:49 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: msalter@sourceware.org 2003-02-13 20:49:58
Modified files:
packages/hal/common/current: ChangeLog
packages/hal/common/current/src: gdb-fileio.h
Log message:
add FILEIO_O_TEXT flag
^ permalink raw reply [flat|nested] 12+ messages in thread
* ecos/packages/hal/common/current ChangeLog src ...
@ 2003-02-13 14:26 msalter
0 siblings, 0 replies; 12+ messages in thread
From: msalter @ 2003-02-13 14:26 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: msalter@sourceware.org 2003-02-13 14:26:56
Modified files:
packages/hal/common/current: ChangeLog
packages/hal/common/current/src: gdb-fileio.h
Log message:
Support binary mode with gdb fileio
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2012-03-14 21:16 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-09 15:28 ecos/packages/hal/common/current ChangeLog src asl
-- strict thread matches above, loose matches on Subject: below --
2012-03-14 21:16 grante
2012-03-13 14:48 sergeig
2005-04-27 19:08 asl
2004-05-27 5:47 jlarmour
2003-06-25 18:31 nickg
2003-06-24 4:57 jlarmour
2003-06-24 4:01 jlarmour
2003-06-19 18:27 nickg
2003-04-08 17:14 msalter
2003-02-13 20:49 msalter
2003-02-13 14:26 msalter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).