ecos

log

age author description
14 months ago jld * cdl/spi_stm32.cdl: Add build options for CFLAGS and loopback test.
15 months ago jld * ecos.db: Add hardware package CYGPKG_DEVS_ADC_ARM_AT91 to applicable
15 months ago jlarmour * src/sys/netinet/if_ether.c: Merge fix from FreeBSD CVS r1.108.
15 months ago jld * ecos.db: Remove non-hardware package CYGPKG_IO_ADC from the ek-lm3s811
15 months ago jlarmour * cdl/jffs2.cdl: Add CYGNUM_FS_JFFS2_TEST_OFFSET and
15 months ago jld * src/cortexm.ld: Add USER_SECTION() macro. [ Bugzilla 1001142 ]
15 months ago jld * include/hal_intr.h (HAL_DISABLE_INTERRUPTS): Mark operand as an
15 months ago jld * doc/ek_lm3s811.sgml: Eliminate underscores in SGML ID strings. They
15 months ago jld * sgml/makemakefile: Update copyright dates.
15 months ago sergeig * sgml/doclist: Add EK-LM3S811 documentation.
15 months ago sergeig * NEWS, ecos.db: Add Stellaris Cortex M3 variant HAL, support for
15 months ago jld * standalone/wxwin/configitem.cpp: Escape newline chars in CDL values for
15 months ago jld * include/var_io.h: Fix CYGHWR_HAL_STM32_RCC_CFGR_PPRE2_* definitions.
15 months ago sergeig * cdl/lwip_net.cdl: New CDL option CYGSEM_LWIP_MEM_SECTION.
16 months ago sergeig * src/stm32_misc.c (hal_start_clocks): Added optional calculation of
16 months ago sergeig * include/hal_intr.h:
16 months ago sergeig * include/hal_io.h: conditional VTOR setting. [ Bugzilla 1001117 ]
16 months ago jld * src/stm32_misc.c: Implement a profiling timer on TIM2.
16 months ago sergeig * tests/pselect.c: Corrected return value of pthread_kill() to match
16 months ago sergeig * src/signal.cxx (pthread_kill): Corrected return value for pthread_kill()
16 months ago jld * cortexm/arch/current/src/vectors.S (hal_default_interrupt_vsr): Save
16 months ago nickg * src/stm32_misc.c (hal_start_clocks): Correct bit clear operation
16 months ago sergeig * src/ecos/sequential.c, src/ecos/simple.c: Fixed miltiple-line
16 months ago sergeig * cdl/hal_sparclite.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
16 months ago sergeig * cdl/hal_sparc.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
16 months ago sergeig * cdl/hal_sh.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
16 months ago sergeig * cdl/hal_powerpc.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
16 months ago sergeig * cdl/hal_openrisc.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
16 months ago sergeig * cdl/hal_i386.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
16 months ago sergeig * cdl/hal_frv.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
16 months ago sergeig * cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
16 months ago jld * src/stm32_serial.c, src/stm32_serial.h: Set the M bit when
17 months ago jld * src/timer_tc.c: Implement a profiling timer on TC1.
17 months ago jld * include/lwipopts.h: Fix compilation error when compiling SNMP code.
17 months ago sergeig * src/quicc_smc_serial.c: Wait for CPM Busy Flag to clear on write to
18 months ago jld * cdl/romfs.cdl: Add CYGFUN_FS_ROM_FLASH_BLOCK_DEVICE_LOOKUP option.
18 months ago sergeig * tests/intr0.cxx (intr0_main): Fix a compiler warning by changing
18 months ago sergeig * include/diag.h:
18 months ago jld * cdl/hal.cdl: Suppress -fprofile-arcs (which implies -lgcov) when
18 months ago jld * doc/sgml/doclist: Add USB mass storage documentation.
18 months ago jld * ecos.db, io/usb/msd/slave/current/*: Initial check-in of USB mass storage
18 months ago jld * src/usbs_at91.c : Complete support for halting endpoints
18 months ago sergeig * cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Add a set of parentheses
19 months ago jld * New STM32 USB slave driver contributed by Chris Holgate.
19 months ago jld * cdl/usb_serial.cdl: Place static endpoint struct options in a CDL
19 months ago jld * src/usbs.c, include/usbs.h: Extend usbs_control_endpoint struct and
19 months ago jld * doc/porting.sgml: Delete references to the memory layout editor.
20 months ago jld * src/dns.c: Remove spurious mutex unlock in cyg_res_getaddrinfo() when
20 months ago jld * bsd_tcpip/current/doc/freebsd.sgml, tcpip/current/doc/openbsd.sgml:
20 months ago jld * standalone/wxwin/configtooldoc.cpp: Allow import/export of
21 months ago jld * misc/redboot_JTAG.ecm, misc/redbooot_ROM.ecm:
21 months ago jld * src/if_at91.c: Invert test for NSR IDLE bit. Issue reported by
21 months ago jld * include/network.h: Match braces when including from C++ code. Issue
22 months ago sergeig * include/flash_am29xxxxx_parts.inl [CYGHWR_DEVS_FLASH_AMD_AM29LV640M]:
23 months ago jld * include/*, tests/*, HISTORY, LICENSE: Update to uSTL 1.4 sources.
23 months ago jld * doc/eth_phy.sgml, include/eth_phy.h: Add Ethernet Gigabit Mode
23 months ago sergeig * src/common/termios.c : Fix tcflush() and tcdrain(). They were
23 months ago sergeig * doc/adc.sgml
23 months ago sergeig *doc/io.sgml
24 months ago sergeig * ecos.db: Add AT91 ADC driver.