Dlang for embedded: need real project
Denis Feklushkin
feklushkin.denis at gmail.com
Sun Jan 3 16:24:49 UTC 2021
On Sunday, 3 January 2021 at 15:45:52 UTC, Imperatorn wrote:
> On Sunday, 3 January 2021 at 14:20:26 UTC, Denis Feklushkin
> wrote:
>> On Sunday, 15 November 2020 at 04:00:31 UTC, Denis Feklushkin
>> wrote:
>>> On Thursday, 22 October 2020 at 08:04:48 UTC, Denis
>>> Feklushkin wrote:
>>>> [...]
>>
>> Good news!
>>
>> This fork of druntime at this moment started to run on real
>> hardware with appropriate ARM Cortex backend!
>>
>> https://youtu.be/PE6pMUA0vNQ
>>
>> STM32F411CEU6 MCU is used (512kB of flash)
>>
>> $ size firmware.elf
>> text data bss dec hex filename
>> 256884 21012 2292 280188 4467c firmware.elf
>>
>> app.d is here:
>> https://github.com/denizzzka/d_c_arm_test/blob/master/d/source/app.d
>>
>> Happy New Year!
>
> Wait, what does this mean.. It's not betterC, so what can be
> used?
It is just "regular" druntime! Ok, this is druntime fork, with
some additions to support ANY hardware/OS backend:
https://github.com/denizzzka/druntime
Looks like it is only remains to get rid of unnecessary RTTI.
More information about the Digitalmars-d
mailing list