1
0
mirror of https://github.com/kidoman/embd synced 2024-06-01 08:38:05 +02:00
Commit Graph

19 Commits

Author SHA1 Message Date
clinton
29f2c69f57 Let there be licenses. 2017-05-22 14:25:30 +10:00
clinton
9a25ce11c3 Standalone fork no longer dependant on the original. 2017-05-20 18:36:48 +10:00
clinton
259c5e3e2f Merge branch 'edison-support' 2017-05-20 18:12:39 +10:00
Alexander Neumann
1e99d1ac2d Correctly detect Raspberry Pi 3 on Kernel 4.9
Kernel 4.9 now correctly identifies the hardware for the Raspberry Pi 3
as "BCM2835", /proc/cpuinfo contains:

    processor      : 0
    model name     : ARMv7 Processor rev 4 (v7l)
    BogoMIPS       : 38.40
    Features       : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
    CPU implementer        : 0x41
    CPU architecture: 7
    CPU variant    : 0x0
    CPU part       : 0xd03
    CPU revision   : 4
    [...]
    Hardware       : BCM2835
    Revision       : a02082
    Serial         : 00000000307c1569
2017-03-06 16:37:05 +01:00
clinton
a30c674d71 addded support for the Intel Edison 2016-09-29 13:52:29 +10:00
Thorsten von Eicken
d9dd4b51a9 add minimal support for NextThing CHIP 2016-08-26 23:00:39 -07:00
Karan Misra
6af1796f35 support detection of rpi 2 2015-02-17 17:04:09 +05:30
Karan Misra
f54c110445 support detection on rpi b+ 2015-01-15 06:36:01 +05:30
Ben Delarre
bf6e647c1d detect host based on cpuinfo 2015-01-15 06:18:52 +05:30
alsm
9401acd013 embd, rpi: determine pi revision, make rev2 pinmap default
added a function to determine the revision of the pi the program is
running on from "Revision" field in /proc/cpuinfo, also made the rev2
gpio pinmap the default
2014-09-09 15:57:27 +01:00
Karan Misra
9bc13a9654 fix a typo in the supported hosts list 2014-05-22 02:56:50 +05:30
Marco P. Monteiro
6c98eeb15f fixes a bug parsing version numbers with a hyphen at the end 2014-05-15 23:48:53 -07:00
Karan Misra
8a556df770 Host type is now a string 2014-03-24 03:04:58 +05:30
Karan Misra
c39476a12e minor cleanup 2014-03-23 15:48:09 +05:30
Karan Misra
a35692aabb added documentation 2014-03-23 07:21:22 +05:30
Karan Misra
36f2c0486d simplify package structure 2014-03-03 00:51:23 +05:30
Karan Misra
ef87ad7879 make the process of registered available hosts less clunky 2014-02-27 05:59:38 +05:30
Karan Misra
3effbff471 prefix host names with "Host" 2014-02-27 05:05:51 +05:30
Karan Misra
6ea4e31399 more streamlining 2014-02-27 04:44:50 +05:30