TOP Contributors

  1. MIKROE (2652 codes)
  2. Alcides Ramos (351 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136607 times)
  2. FAT32 Library (69810 times)
  3. Network Ethernet Library (55881 times)
  4. USB Device Library (46213 times)
  5. Network WiFi Library (41857 times)
  6. FT800 Library (41070 times)
  7. GSM click (28941 times)
  8. PID Library (26400 times)
  9. mikroSDK (26309 times)
  10. microSD click (25325 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

mikroe-uhb: Open-source cross-platform USB HID Bootloader programmer

Rating:

0

Author: Paulo Matias

Last Updated: 2016-02-17

Package Version: 0.3.0.0

Category: Development Systems

Downloaded: 2183 times

Followed by: 5 users

License: MIT license  

USB HID Bootloader programming tool able to run on Linux, Windows and potentially OSX and FreeBSD. Currently supports ARM, PIC18, PIC24, dsPIC and PIC32 devices from MikroElektronika. Repository and instructions at: https://github.com/thotypous/mikroe-uhb

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "mikroe-uhb: Open-source cross-platform USB HID Bootloader programmer" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "mikroe-uhb: Open-source cross-platform USB HID Bootloader programmer" changes.

Do you want to report abuse regarding "mikroe-uhb: Open-source cross-platform USB HID Bootloader programmer".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
Other Compiler
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

ALSO FROM THIS AUTHOR

USB Random Generator

0

Turn your Mikromedia for STM32 into an USB Random Generator. This example uses the STM32F407VG hardware RNG to feed a stream of random bits to USB HID. In Linux, you could use the resulting /dev/hidraw0 as a drop-in replacement for /dev/urandom, just by plugging the device.

[Learn More]

mikrostm-link: Link together gcc and mikroC projects for STM32

0

This project allows you to write some part of your code using gcc, and another part using mikroC. Useful when you need both the easy-to-use hardware libraries provided by mikroC and the optimization and ANSI C compliance of gcc. Also useful if you want to use C++ in some part of your project.

[Learn More]