Sun, 18 Jan 2015 17:59:01 +1300 |
Ross Younger |
devs/nand/micron_mt29: Remove defunct references (in comments) to mt29f2g08_oob_ecc.
default tip
|
Fri, 26 Sep 2014 22:27:03 +1200 |
Ross Younger |
devs/nand/micron_mt29: Add 'nand_mt29f_funs_with_ecc' function suite.
|
Thu, 13 Feb 2014 11:23:53 +0000 |
James G. Smith |
devs/nand/micron_mt29: Add MT29F2G08AAD subtype descriptor.
|
Thu, 26 Aug 2010 11:53:58 +0100 |
Nick Garnett |
devs/nand/micron_mt29: Add MT29F2G08ABD subtype descriptor.
|
Fri, 16 Jan 2015 11:39:54 +1300 |
Ross Younger |
io/nand: Deparent CYGPKG_IO_NAND from CYGPKG_IO, for consistency in the configtool with most other packages.
|
Mon, 12 Jan 2015 17:42:41 +1300 |
Ross Younger |
io/nand: Make interface richer - Add plf_priv member of device struct, CYG_NAND_DEVICE_2, CYG_NAND_ECC_ALG_DECLARATION
|
Sat, 06 Dec 2014 13:13:54 +1300 |
Ross Younger |
io/nand: Add mechanism for devices to provide partition geometry later than device init time
|
Sat, 06 Dec 2014 08:22:40 +1300 |
Ross Younger |
io/nand: Tweak initialiser priority
|
Tue, 02 Dec 2014 12:13:34 +1300 |
Ross Younger |
io/nand: Minor doc updates
|
Tue, 02 Dec 2014 12:07:18 +1300 |
Ross Younger |
io/nand: Rename CYGINT_IO_NAND_TEST_PARTITION to CYGNUM_IO_NAND_TEST_PARTITION.
|
Mon, 01 Dec 2014 20:40:42 +1300 |
Ross Younger |
io/nand: Improve initialiser priorities
|
Sat, 22 Nov 2014 17:26:39 +1300 |
Ross Younger |
io/nand: Fix uninitialised variable. Erase any obsolete copies of the BBT we may come across. Cope with BBT version overflow.
|
Mon, 20 Oct 2014 21:06:39 +1300 |
Ross Younger |
io/nand: Create internal nandi_write_page_raw_explicit_ecc interface for use by test programs.
|
Sun, 05 Oct 2014 20:04:07 +1300 |
Ross Younger |
io/nand include/nand_ecc.h src/nand.c tests/...: Split out ecc init function into init_rd and init_wr for hardware which needs it; create CYG_NAND_ECC_ALG_HW3 to instantiate, and backwards-compatibly fix up the previous instantiation macros.
|
Sun, 05 Oct 2014 19:56:50 +1300 |
Ross Younger |
io/nand include/nand.h: Create CYG_NAND_BYTES_PER_BLOCK so this computation need only be coded in one place.
|
Sat, 27 Sep 2014 12:35:37 +1200 |
Ross Younger |
io/nand include/nand_internal.h: Create header to expose internal functions to NAND drivers.
|
Sat, 27 Sep 2014 12:35:37 +1200 |
Ross Younger |
io/nand: Add CYGINT_IO_NAND_TEST_PARTITION to specify which partition the tests should use.
|
Fri, 26 Sep 2014 22:27:05 +1200 |
Ross Younger |
io/nand src/nand.c: Cope with gcc being pickier than it used to.
|
Fri, 26 Sep 2014 22:27:05 +1200 |
Ross Younger |
io/nand tests/nand_rwbenchmark.c: Cope with CYGNUM_KERNEL_COUNTERS_RTC_PERIOD not being constant.
|
Sat, 21 Jun 2014 22:52:44 +1200 |
Ross Younger |
cdl/nand.cdl src/nand.c utils/erasenand.c: Create CYGSEM_IO_NAND_ALLOW_ERASE_WORNBAD.
|
Sat, 14 Jun 2014 19:11:12 +1200 |
Ross Younger |
nand tests/nand_rwbenchmark.c: Fix infinite loop when all blocks are marked bad.
|
Tue, 29 Apr 2014 15:41:31 +0100 |
Jonathan Larmour |
Substitute FIXME or TODO with TBD, to keep Eclipse scanner happy.
|
Fri, 06 Sep 2013 23:01:15 +0100 |
Jonathan Larmour |
io/nand: Some trivial cleanups, partly to work with gcc 4.7, and partly as I noticed them. Details:
|
Fri, 28 Jun 2013 20:12:02 +0100 |
Jonathan Larmour |
io/nand: nand.c (nandi_read_whole_page_raw): Remove unused var 'step'.
|
Tue, 17 Apr 2012 11:47:40 +0100 |
James G. Smith |
packages/io/nand/current/tests/nand_rwbenchmark.c: Add CYG_TEST_INIT() before CYG_TEST_NA() to allow auto-testing cyg_test_init() breakpoint to work.
|
Thu, 21 Jul 2011 19:14:52 +0100 |
Jonathan Larmour |
* src/nand.c (valid_page_addr): Silence signed/unsigned warning.
|
Fri, 08 Apr 2011 02:24:49 +0100 |
Jonathan Larmour |
Use correct format for FAIL output when using diag_printf to construct
|
Fri, 09 Jul 2010 13:41:05 +0100 |
Ross Younger |
nand.c: Fix name of cyg_nandp_bbt_markbad_pageaddr to match header.
|
Fri, 09 Sep 2011 00:42:09 +0100 |
alexs |
* packages/devs/nand/synth/current/host/configure: Set the execute bit
|
Tue, 24 Aug 2010 17:43:04 +0100 |
Nick Garnett |
devs/nand/synth: Fix test for CYGSEM_NAND_SYNTH_ALLOW_MULTIPLE_WRITES.
|
Wed, 14 Jul 2010 11:18:08 +0100 |
Nick Garnett |
devs/nand/samsung_k9: Add K9F2G08U0A subtype.
|
Fri, 09 Jul 2010 13:42:07 +0100 |
Ross Younger |
synth nand: straggling fixups for when we moved to partition-based addressing (oops)
|
Sun, 18 Jan 2015 17:01:09 +1300 |
Ross Younger |
Merge from anon-hg
|
Fri, 03 Oct 2014 15:13:21 +0000 |
jlarmour |
* src/synth.ld src/synth_entry.c: Look for static constructors in
|
Tue, 12 Aug 2014 20:34:50 +1200 |
Ross Younger |
Fix bit rot: make nand package build with recent gcc
|
Fri, 01 Aug 2014 20:54:15 +1200 |
Ross Younger |
Merge from anon-hg
|
Thu, 03 Jul 2014 08:21:45 +0000 |
jld |
* src/common/sprintf.cxx (__sprintf_chk): Implement alias for use
|
Mon, 16 Jun 2014 10:03:58 +0000 |
jld |
* include/sys/select.h: Make select FD_COPY and FD_ZERO macros single
|
Fri, 06 Jun 2014 15:17:01 +0000 |
vae |
Use CYGBLD_HAL_LINKER_GROUPED_LIBS macro. [ Bugzilla 1001989 ]
|
Sat, 03 May 2014 19:27:13 +0000 |
vae |
Add functions for Kinetis GPIO pin configuration and manipulation.[ Bugzilla 1001981 ]
|
Sat, 22 Mar 2014 17:08:11 +0000 |
jld |
* src/mcount.S: Add mcount functions for call-graph profiling.
|
Sun, 16 Mar 2014 19:39:11 +0000 |
jld |
* src/mcount.S: Add mcount functions for call-graph profiling.
|
Thu, 13 Mar 2014 21:32:49 +0000 |
vae |
Increase resolution of time measurement for platforms featuring HAL_CLOCK_READ_NS. [Bugzilla 1001958]
|
Thu, 13 Mar 2014 15:31:34 +0000 |
jld |
* common/Subprocess.cpp: Silence signed/unsigned compiler warning
|
Thu, 13 Mar 2014 15:22:25 +0000 |
jld |
* configtool/standalone/wxwin/configtool.cpp,
|
Thu, 13 Mar 2014 15:03:41 +0000 |
jld |
* infra/trace.cxx, libcdl/build.cxx, libcdl/expr.cxx,
|
Mon, 03 Mar 2014 08:30:32 +0000 |
jld |
* src/mcount.S: Add mcount functions for call-graph profiling.
|
Mon, 03 Mar 2014 08:18:43 +0000 |
jld |
* src/stm32_misc.c: Ensure TIM2 clock enabled when profiling.
|
Fri, 28 Feb 2014 10:51:15 +0000 |
jld |
* standalone/wxwin/appsettings.cpp,
|
Fri, 28 Feb 2014 10:04:06 +0000 |
jld |
* standalone/wxwin/appsettings.cpp,
|
Fri, 28 Feb 2014 09:47:26 +0000 |
jld |
* standalone/wxwin/standalone/wxwin/finddlg.cpp,
|
Sun, 16 Feb 2014 08:38:44 +0000 |
vae |
Add Freescale eDMA entry.
|
Sun, 16 Feb 2014 08:34:17 +0000 |
vae |
New: Add Freescale eDMA to eCos reference manual.
|
Sun, 16 Feb 2014 08:30:33 +0000 |
vae |
Add interrupt numbers for second eDMA controller. Add clock gating for ADC2. Add GPIO port F.
|
Fri, 20 Sep 2013 20:53:37 +0000 |
vae |
Redefine CYGNUM_HAL_INTERRUPT_RTC_RTC because of
|
Wed, 18 Sep 2013 16:01:59 +0000 |
sergeig |
* cdl/can_lpc2xxx.cdl: Add CYGHWR_DEVS_CAN_LPC2XXX_BUSOFF_WORKAROUND
|
Wed, 11 Sep 2013 21:04:31 +0000 |
sergeig |
* ecos.db: Add CAN driver entry for olcpl2294 target (Olimex
|
Wed, 11 Sep 2013 21:02:32 +0000 |
sergeig |
* cdl/hal_arm_lpc2xxx_olpcl2294.cdl: Add support for CAN interface 0.
|
Wed, 11 Sep 2013 21:00:16 +0000 |
sergeig |
* src/can_accfilt_lpc2xxx.c, src/can_lpc2xxx.c: Fix a compile issue of
|
Wed, 28 Aug 2013 16:29:23 +0000 |
sergeig |
* src/can_lpc2xxx.c: Add support for new config key
|