Jeff Epler 32475ce98c Automatically count EXTERNAL_FLASH_DEVICES (mk2)
Instead of counting words in make, which is slightly awful, notice that
possible_devices is local to external_flash.c, so we can declare the array
with an automatic bound, and then get the count as the element-count
(MP_ARRAY_SIZE) of the array.

Since EXTERNAL_FLASH_DEVICE_COUNT is no longer a global macro, switch
a few sites to using EXTERNAL_FLASH_DEVICES in `#if` checks instead.
2021-03-07 12:51:47 -06:00
..
2021-02-27 15:05:00 +01:00
2019-10-21 18:57:03 -07:00
2020-07-12 19:45:23 -04:00
2020-08-02 11:36:38 -04:00
2020-12-08 13:05:21 -08:00
2020-08-17 17:17:59 -07:00
2021-01-20 19:16:56 -08:00
2020-11-30 23:33:38 +01:00
wip
2021-03-02 15:16:55 -05:00
wip
2020-11-19 15:43:39 -05:00
2020-09-28 18:55:56 -05:00
wip
2021-02-12 19:01:14 -05:00
2020-11-28 17:50:23 +01:00
2020-11-28 17:50:23 +01:00
2021-01-08 23:07:21 -05:00
2021-01-21 11:33:13 -08:00
2020-11-25 17:52:06 -05:00