Timeline



09/18/15:

21:53 Changeset in rtems [f52885b]5 by Martin Galvan <martin.galvan@…>
ARMv7M: Improve exception handler routine and add comments on SP selection This patch adds a brief description of how context state is saved into the SP on exception entry, and makes a few changes to _ARMV7M_Exception_default in order to make it a bit more efficient. I also removed the unused 'v7mfsz' input parameter. This should apply over Sudarshan's patch.

09/17/15:

17:20 Debugging/OpenOCD/Raspberry_Pi created by Pavel Pisa
Raspberry Pi debugging with OpenOCD.
17:06 Debugging/OpenOCD edited by Pavel Pisa
(diff)
17:04 Debugging/OpenOCD/TMS570 edited by Pavel Pisa
Document OpenOCD version used for TMS570. (diff)
17:02 Debugging/OpenOCD/TMS570 created by Pavel Pisa
Document our knowledge about OpenOCD for TMS570 configuration.
16:41 Debugging/OpenOCD edited by Pavel Pisa
(diff)
16:38 Debugging/OpenOCD/LPC17xx created by Pavel Pisa
Document some options for use of OpenOCD on LPC17xx/LPC40xx based boards.
16:23 Debugging/OpenOCD edited by Pavel Pisa
(diff)

09/16/15:

13:16 Changeset in rtems [c20847a5]5 by Isaac Gutekunst <isaac.gutekunst@…>
Add STM32F7 HAL Files These files originated as: + STC32CubeF7 V1.1.0 from http://www.st.com/web/en/catalog/tools/PF261909
13:14 Changeset in rtems [370c09a1]5 by Isaac Gutekunst <isaac.gutekunst@…>
Add STM32F4 HAL Files The origin of this code is: + STM32CubeF4 V1.8.0 from http://www.st.com/web/en/catalog/tools/PF259243
05:13 Changeset in rtems [b618d8c]5 by Sebastian Huber <sebastian.huber@…>
Add RTEMS linker sets Update #2408.
04:13 Changeset in rtems [e333089]5 by Sebastian Huber <sebastian.huber@…>
libstdthreads: Import from FreeBSD

09/14/15:

12:45 Ticket #2420 (RSB %source file fails) created by Jakob Viketoft
It seems that the method for accessing an existing file repository …
05:10 Changeset in rtems [314ff3c4]5 by Sebastian Huber <sebastian.huber@…>
score: Fix resource count for self-contained mutex

09/11/15:

09:49 Changeset in rtems-libbsd [495a768]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
ZONE(9): Fix slab flag handling Disable unused slab flags.
09:49 Changeset in rtems-libbsd [662f7ec]4.11 by Sebastian Huber <sebastian.huber@…>
ZONE(9): Fix slab flag handling Disable unused slab flags.
09:28 Ticket #2417 (rbheap allocates the same memory area multiple times at once) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 10c4636947f13f89dcabfb0c7f0f4f4966d7c7fb/rtems: […]
09:12 Ticket #2419 (rtems_waf: Compiler flags appear multiple times) created by Sebastian Huber
For example: […]
09:06 Ticket #2418 (rtems_waf: SMP support is broken) created by Sebastian Huber
waf configure --prefix=/opt/rtems-4.12 --rtems=/opt/rtems-4.12 …
08:42 Changeset in rtems [10c4636]5 by Sebastian Huber <sebastian.huber@…>
rbheap: Fix rtems_rbheap_free() Remove unused descriptor of merged free chunks from the free chain and add them to the spare descriptors. Close #2417.
08:42 Changeset in rtems [edf7732]4.11 by Sebastian Huber <sebastian.huber@…>
rbheap: Fix rtems_rbheap_free() Remove unused descriptor of merged free chunks from the free chain and add them to the spare descriptors. Update #2417.
08:21 Changeset in rtems [5e4714b]5 by Sebastian Huber <sebastian.huber@…>
libtests/rbheap01: Simplify Update #2417.
08:21 Changeset in rtems [deb3f29]4.11 by Sebastian Huber <sebastian.huber@…>
libtests/rbheap01: Simplify Update #2417.
08:20 Ticket #2417 (rbheap allocates the same memory area multiple times at once) created by Sebastian Huber
The rtems_rbheap_free() function is broken. This is a serious issue …

09/10/15:

18:22 Ticket #2416 (Beaglebone: bsp.h missing clobber in inline assembly.) closed by Marcos Diaz <marcos.diaz@…>
fixed: In bebfc4209b4e6a8fc9eab55e592cdaf18ee7df8d/rtems: […]
18:03 Changeset in rtems [cf2f383]5 by Joel Sherrill <joel.sherrill@…>
lpc23xx_tli800: Add mdosfs_fsscandir01 to tests to avoid. Does not link.
18:02 Ticket #2416 (Beaglebone: bsp.h missing clobber in inline assembly.) created by Marcos Diaz
flush_data_cache uses R0 directly but doesn't list it as a clobbered …
15:20 Changeset in rtems [44eb9893]4.11 by Marcos Diaz <marcos.diaz@…>
Beaglebone: fix missing clobber in inline assembly. flush_data_cache uses R0 directly but doesn't list it as a clobbered register. Compiling with -O3 made this code break, since the function that calls flush_data_cache already uses r0. closes #2416.
15:20 Changeset in rtems [bebfc420]5 by Marcos Diaz <marcos.diaz@…>
Beaglebone: fix missing clobber in inline assembly. flush_data_cache uses R0 directly but doesn't list it as a clobbered register. Compiling with -O3 made this code break, since the function that calls flush_data_cache already uses r0. closes #2416.
15:12 Changeset in rtems [cff773f]5 by Sebastian Huber <sebastian.huber@…>
libstdthreads: Add C11 threads
13:37 Changeset in rtems-libbsd [4c7d385]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
ZONE(9): Disable unused field
13:37 Changeset in rtems-libbsd [b59b1b7]4.11 by Sebastian Huber <sebastian.huber@…>
ZONE(9): Disable unused field
11:31 Ticket #2415 (Duplicate code in Untar_FromMemory(), Untar_FromFile() and ...) created by Sebastian Huber
These functions should use a general purpose TAR iterator function …
08:38 Ticket #2372 ([Patch] bsp/tms570: fix get time resolution after infrastructure ...) closed by Pavel Pisa
fixed
08:35 Ticket #2414 (Repeated call to dlopen without dlclose leaks memory.) created by Pavel Pisa
There are use cases where dlopen() and dlsym() are called each time …
08:01 Changeset in rtems [808230a]5 by Sebastian Huber <sebastian.huber@…>
Upgrade to 4.11.99.0

09/07/15:

16:20 Developer/Simulators/QEMU/CANEmulation edited by Pavel Pisa
Update pointer to IIG group web (diff)
09:01 Ticket #2413 (Untar_FromMemory breaks on create directory if they exists, even on ...) created by Pavel Pisa
When directory specified by TAR file already exists then …
08:41 Projects/GraphicsToolkit edited by Pavel Pisa
Link Raspberry Pi graphics work page by Yang Qiao. (diff)
08:28 Projects/GraphicsToolkit edited by Pavel Pisa
Pointer to VBE Doxygen and thesis text added. (diff)
08:21 Projects/GraphicsToolkit edited by Pavel Pisa
Pointer to Jan Dolezal's thesis. (diff)
06:35 Changeset in rtems-libbsd [14ec0920]4.11 by Sebastian Huber <sebastian.huber@…>
ZONE(9): Define SMP if RTEMS_SMP is defined
06:35 Changeset in rtems-libbsd [2dea47c]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
ZONE(9): Define SMP if RTEMS_SMP is defined
06:34 Changeset in rtems-libbsd [64f6163]4.11 by Sebastian Huber <sebastian.huber@…>
if_dwc: Fix a possible interrupt starvation
06:34 Changeset in rtems-libbsd [7f5afa0]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
if_dwc: Fix a possible interrupt starvation
06:34 Changeset in rtems-libbsd [c07da01]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_dwc: Fix a possible interrupt starvation
06:33 Changeset in rtems-libbsd [2360b08]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_dwc: Invalidate read buffer again This may prevent problems in case a cache line prefetch added some lines to the cache during a DMA transfer.
06:33 Changeset in rtems-libbsd [8c5aecf]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
if_dwc: Invalidate read buffer again This may prevent problems in case a cache line prefetch added some lines to the cache during a DMA transfer.
06:33 Changeset in rtems-libbsd [da08198]4.11 by Sebastian Huber <sebastian.huber@…>
if_dwc: Invalidate read buffer again This may prevent problems in case a cache line prefetch added some lines to the cache during a DMA transfer.
Note: See TracTimeline for information about the timeline view.