• Glenn Ruben Bakke's avatar
    nrf: Split mpconfigport.h into multiple files. · 0a79e183
    Glenn Ruben Bakke authored
    Splitting mpconfigport.h into multiple device specific
    files in order to facilitate variations between devices.
    
    Due to the fact that the devices might have variations in
    features and also variations in flash size it makes sense
    that some devices offers more functionality than others
    without being limited by restricted devices.
    
    For example more micropython features can be activated for
    nrf52840 with 1MB flash, compared to nrf51 with 256KB.
    0a79e183
mpconfigport.h 10.6 KB