Files
tinygo/targets
Ayke van Laethem e69131c0d3 nrf: expose the RAM base address
The RAM base address is needed during SoftDevice initialization. So far,
the same magic value has been used in aykevl/go-bluetooth and in TinyGo,
but this should be configured in only one place.

This will have additional benefits in the future:

  * It is currently set to 0x39c0, which is around 14.5kB. Most nrf51822
    chips have only 16kB of RAM, so this is way too much for those
    chips.
  * LLD in LLVM 11 allows expressions in the MEMORY part of linker
    scripts, which will allow overriding the SoftDevice RAM area with a
    linker flag, which might come in handy.
2020-05-26 18:49:44 +02:00
..
2020-01-26 23:24:45 +01:00
2020-03-16 07:18:39 -07:00
2020-03-24 22:24:47 +01:00
2020-03-20 15:12:05 +01:00
2020-01-27 19:01:55 +01:00
2020-04-07 16:17:10 +02:00
2018-10-06 13:04:14 +02:00
2019-11-16 21:57:18 +01:00
2018-10-18 15:07:06 +02:00
2020-02-18 23:34:56 +01:00
2020-02-18 23:34:56 +01:00
2020-02-18 23:34:56 +01:00
2020-02-18 23:34:56 +01:00
2020-01-06 11:53:43 +01:00
2020-03-26 23:03:55 +01:00
2020-03-26 23:03:55 +01:00
2018-09-22 01:51:44 +02:00
2020-01-23 16:40:09 +01:00