Showing 19 open source projects for "b-processor"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 1
    uEZ

    uEZ

    Open Source middleware platform with FreeRTOS, processor abstraction

    uEZ(r) is an open source, embedded middleware platform providing underlying RTOS and processor abstraction features enhancing portability of application code to multiple ARM platforms with high reusability. Developed by Future Designs, Inc. at https://www.teamfdi.com Doxygen docs available at https://www.teamfdi.com/uez/docs/index.html FDI Support: https://teamfdi.com/forums uEZ is now available in a 7-Zip archive in addition to the standard zip file. The .7z download is a much smaller file...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    eCxx

    eCxx

    A C++ library for AVR and NodeMCU

    NOTE: This project is marked with 'Status: Abandoned' on SourceForge because not enough time can be dedicated to this project. However it may still get sporadic commits to the repository. eCxx is a library for AVR and NodeMCU tailored for micro LED displays and lighting effects. eCxx is utilizing Makefile build system. Java and Python based applications/tools are also included to ease the development and debugging process using the host PC. On one side, eCxx supports the original megaAVR...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    eS

    eS

    Cross-platform IDE for developing embedded solutions and desktops

    ... and / or software for this purpose. (For example, the J-Link debugger is sufficient for debugging on an ARM processor) An example of a project of a console utility created in this programming environment here: https://intel-hex-file-processing.sourceforge.io/ Additional information in Russian can be found here https://sites.google.com/view/esrus/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    motion5

    Specialised variant of GRBL focused on motion of up to five axes

    motion 5 is a specialised variant of GRBL which is focused on motion of up to five CNC axes and laser processing instead of milling. It supports ATMega MCUs running with up to 20 MHz and provides jitter-free pulses with a frequency of up to 38 kHz. Wherever usage and handling of motion5 is different to original GRBL, this is described in Wiki. For the G-code commands please note that motion5 supports more axes which are named "A" and "B". So a GRBL-command "G1X10.0Y20.0Z10.0" which moves its...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Claims Processing solution for healthcare practitioners. Icon
    Claims Processing solution for healthcare practitioners.

    Very easy to use for medical, dental and therapy offices.

    Speedy Claims became the top CMS-1500 Software by providing the best customer service imaginable to our thousands of clients all over America. Medical billing isn't the kind of thing most people get excited about - it is just a tedious task you have to do. But while it will never be a fun task, it doesn't have to be as difficult or time consumimg as it is now. With Speedy Claims CMS-1500 software you can get the job done quickly and easily, allowing you to focus on the things you love about your job, like helping patients. With a simple interface, powerful features to eliminate repetitive work, and unrivaled customer support, it's simply the best HCFA 1500 software available on the market. A powerful built-in error checking helps ensure your HCFA 1500 form is complete and correctly filled out, preventing CMS-1500 claims from being denied.
  • 5
    Like OS

    Like OS

    Real time preemptive embedded multi-thread kernel

    This project is now in the research and development stage. It is intended for very small microcontrollers with a single processor and represent simple multithreading kernel what written by C language. Is planning create implementations for AVR8 and STM8, may be. Now it is suspended until better time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Debian Linux for WDTV's

    Debian Linux for WDTV's

    Debian for WDTV Live (running WDLXTV) - Inc. Build Essentials

    Back in 2010, b-rad released Debian Squeeze (MIPSEL) for a WDLXTV hacked WDTV: http://forum.wdlxtv.com/viewtopic.php?f=43&t=494&start=0 I've placed a copy on SourceForge with the script to chroot the image on a hacked WDTV Live (WDLXTV). Since then, Squeeze is no longer supported, so Debian moved the source repo's. The original "/etc/apt/sources.list" file needs to be changed: deb http://archive.debian.org/debian-archive/debian/ squeeze main contrib non-free deb-src http...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    COFILOS

    A Development Framework for Coldfire

    Contains a framework for Coldfire MCUs like 52254. The framework supports a Command Line Interface (CLI) that may work from Serial port, USB or ENET. The framework uses Processor Expert and IDE requirement is MCU Eclipse 10.4 from Freescale. Includes the FunkOS Realtime Operating System by Funkenstein Software Consulting, available at http://funkos.sourceforge.net Mainly it is a support package for the development board Perseus, but I have ported also the RTOS to MCF52233DEMO board. More...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    cMIPS

    cMIPS

    cMIPS - an FPGA ready VHDL model for 5-stage pipeline, MIPS32r2 core

    This project was moved to https://gitlab.c3sl.ufpr.br/roberto/cmips The code here is no longer up to date. The VHDL model mimics the pipeline design described in Patterson & Hennessy's book (Computer Organisation and Design) and is an almost complete implementation of the MIPS32r2 instruction set. The TLB and assorted control registers will be included soon (as of fev 2015). The model was synthesized for an Altera EP4CE30F23. The model uses up 15% of combinational blocks and 5% logic registers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    OpenSOC86

    OpenSOC86

    Open implementation of the x86 architecture

    OpenSOC86 is an open implementation of the x86 architecture in Verilog. The current version only implements the 16-bit part (real mode). The processor is a pipelined architecture clocked at 100 MHz in a Cyclone II speed grade -6. Therefore it can be seen as similar to a 486 in real mode. Several peripherals are also implemented in a somewhat minimalistic way, but enough to be able to boot an IBM PCXT compatible bios and MSDOS 6.22. The current implementation is only proven to boot the bios...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Discover Multiview ERP: The Financial Management Revolution Icon
    Discover Multiview ERP: The Financial Management Revolution

    Reclaim precious moments with loved ones while our robust cloud accounting software streamlines your financial processes.

    Built for growing businesses and well-established enterprises alike, Multiview is a highly scalable and robust ERP.
  • 10
    Arduino BOARDS.TXT Editor

    Arduino BOARDS.TXT Editor

    Managing your Arduino BOARDS.TXT and PROGRAMMERS.TXT files

    The Arduino BOARDS.TXT Editor is a Windows program for editing BOARDS.TXT and PROGRAMMERS.TXT files. ** This project is not maintained anymore. Use at your own risk ** BOARDS.TXT Editor is compatible with Arduino IDE 1.0 through 1.5x and other compatible IDEs like Visual Micro NEW in version 1.60: - Pinout viewer now Includes links to processor datasheets from the manufacturers' web sites - Automatic web downloader \for pinout diagrams and datasheets - Improved compatibility with clone...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    ztex is a Firmware Kit with a corresponding Driver API for EZ-USB based hardware. The Firmware is written in C and assembled using a powerful macro processor. The Driver API allows the development of platform-independent device drivers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    ArduEMS-328

    Arduino Engine Management System

    This project is based on the original open source MegasquirtAVR, which became the closed source commercial product known as VEMS. There is a full copy of the original website in the Downloads section. It has the same features as Megasquirt 1 and can be tuned in MegaTunix, MegaTune or TunerStudio as a Megasquirt 1 B&G2.0-3.0. The code is compiled for the ATmega328p so the supported boards should be: - Arduino Uno - Arduino Duemilanove - Arduino Diecimila - Arduino NG - Arduino Extreme v2...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    pyCPU

    Python Hardware Processor

    The Python Hardware Processsor is a implementation of a Hardware CPU in Myhdl. The CPU can directly execute something very similar to python bytecode (but only a very restricted instruction set). The Programm code for the CPU can be written directly in python (very restricted parts of python). This code is then converted by a small python programm to this restricted python bytecode. Since the hardware description is also in python, the slightly modified bytecode an then automatically loaded...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Partially Reconfigurable Hardware

    Framework for Adaptive Hardware Concurrent Systems with DPR-FPGAs

    This project introduces new FPGA architectural tools and Linux OS modifications that aid in supporting Dynamic Partial Reconfiguration (DPR) on FPGAs for concurrent control. It shows that control systems benefit from hardware concurrency, meaning that by moving the control intelligence into hardware, the negative effects inherent to threads and their scheduler are minimized. This leaves software with the role of a high-level administrator rather than an executor, thereby eliminating...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    SoftLed

    LED Animation Firmware for Maple/Arduino

    The system uses internal databases to store led information such as pin number, target brightness, time at which the brightness should be reached and current program number. When the target is reached the led looks for the next program and get new time and brightness. Leds and programs can be manipulated on the fly, in the program or from serialusb. A very simple task scheduler call the update of leds every 5ms, leaving plenty of processor for other tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    P O B I C O S - Platform for Opportunistic Behaviour in Incompletely Specified, Heterogeneous Object Communities (www.ict-pobicos.eu)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Data logger software to interface with the B&B Electronics IO module. You can see more info about these modules here: http://bb-elec.com The 232SDA12 has 11 analog inputs, 4 digital inputs, and 4 digital outputs. Use the installer here: http://jimroal.com/exe/SDA232/publish.htm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Lightweight matrix lib, especially good for micro-blaze or other embedded processor which needs to do matrix operations. Supports Add, Subtract, Multiply, Transpose, and Invert (Cholesky Method). Compiles to 15kbs using -0s and is ISO C compliant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    GalaxyIP

    Galaxy Intellectual Property Cores

    GalaxyIP (Galaxy Intellectual Property Cores) is a project devoted to accommodate a set of IP-Cores for embedded SoC development, based on the processor code named Voyager (StarTrek and the space probes).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next