nes-proj/arch/platform/srf06-cc26xx
George Oikonomou 90b5d2a149 Differentiate flash part across sensortag/cc2650 versions
Older CC2650 sensortags have a Winbond W25X40CL 4MBit SPI flash. Newer ones have a Macronix MX25R8035F 8MBit part. The parts have almost identical instruction sets and are both supported by our generic external flash driver. The key difference between the two parts is that they have different Manufacturer and Device IDs.

This commit allows us to switch between the two: We default to the new revision, and allow users to build for the older one by defining `SENSORTAG_CC2650_REV_1_2_0` to 1.

Current tags are version 1.5.1. Older tags are version 1.2.0. To identify older tags, look for "Rev: 1.2" printed on the PCB. They should also have a sticker that reads "Rev: 1.3.0" and "HW Rev 1.2.0".
2018-05-18 15:06:58 +01:00
..
common Fix code style 2018-04-07 14:49:40 +01:00
launchpad Delete trailing whitespaces (various leds-arch.c files) 2018-04-07 14:49:40 +01:00
sensortag Differentiate flash part across sensortag/cc2650 versions 2018-05-18 15:06:58 +01:00
srf06 Delete trailing whitespaces (various leds-arch.c files) 2018-04-07 14:49:40 +01:00
cfs-coffee-arch.h Fix code style 2018-04-07 14:49:40 +01:00
contiki-conf.h Remove spi-hal-arch.h (CC13xx/CC26xx) 2018-04-04 11:30:32 +01:00
Makefile.srf06-cc26xx Change clean target to be more explicit 2018-03-30 21:22:59 +01:00
platform.c cc26xx and cc13xx: use IEEE802154_DEFAULT_CHANNEL 2018-04-13 08:06:02 -07:00